Skip to content

Commit

Permalink
Fronend for FTSO+, framework switch (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
creativ10 authored Mar 6, 2022
1 parent 394fb26 commit 5a8b3dc
Show file tree
Hide file tree
Showing 50 changed files with 13,832 additions and 35,018 deletions.
17 changes: 8 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Project dependencies
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
.cache/
# Build directory
public/
*.log
.cache
.DS_Store
yarn-error.log
.idea/
*.iml
src/.temp
node_modules
dist
.env
.env.*
.idea
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# FTSO Plus
> https://ftso.plus

[FTSO+](https://ftso.plus)
4 changes: 0 additions & 4 deletions gatsby-browser.js

This file was deleted.

24 changes: 0 additions & 24 deletions gatsby-config.js

This file was deleted.

10 changes: 10 additions & 0 deletions gridsome.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// This is where project configuration and plugin options are located.
// Learn more: https://gridsome.org/docs/config

// Changes here require a server restart.
// To restart press CTRL + C in terminal and run `gridsome develop`

module.exports = {
siteName: 'Gridsome',
plugins: []
}
16 changes: 16 additions & 0 deletions gridsome.server.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
// Server API makes it possible to hook into various parts of Gridsome
// on server-side and add custom data to the GraphQL data layer.
// Learn more: https://gridsome.org/docs/server-api/

// Changes here require a server restart.
// To restart press CTRL + C in terminal and run `gridsome develop`

module.exports = function (api) {
api.loadSource(({ addCollection }) => {
// Use the Data Store API here: https://gridsome.org/docs/data-store-api/
})

api.createPages(({ createPage }) => {
// Use the Pages API here: https://gridsome.org/docs/pages-api/
})
}
4 changes: 0 additions & 4 deletions netlify.toml

This file was deleted.

Loading

0 comments on commit 5a8b3dc

Please sign in to comment.