Initial commit from gatsby
commit
606c7c1f8a
@ -0,0 +1,3 @@
|
|||||||
|
node_modules/
|
||||||
|
.cache/
|
||||||
|
public
|
@ -0,0 +1,16 @@
|
|||||||
|
module.exports = {
|
||||||
|
siteMetadata: {
|
||||||
|
title: "Studentská oborová rada IT PedF UK v Praze",
|
||||||
|
},
|
||||||
|
plugins: [
|
||||||
|
"gatsby-plugin-mdx",
|
||||||
|
{
|
||||||
|
resolve: "gatsby-source-filesystem",
|
||||||
|
options: {
|
||||||
|
name: "pages",
|
||||||
|
path: "./src/pages/",
|
||||||
|
},
|
||||||
|
__key: "pages",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
};
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"name": "studentsk-oborov-rada-it-ped-f-uk-v-praze",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"private": true,
|
||||||
|
"description": "Studentská oborová rada IT PedF UK v Praze",
|
||||||
|
"author": "Flejk",
|
||||||
|
"keywords": [
|
||||||
|
"gatsby"
|
||||||
|
],
|
||||||
|
"scripts": {
|
||||||
|
"develop": "gatsby develop",
|
||||||
|
"start": "gatsby develop",
|
||||||
|
"build": "gatsby build",
|
||||||
|
"serve": "gatsby serve",
|
||||||
|
"clean": "gatsby clean"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@mdx-js/mdx": "^1.6.22",
|
||||||
|
"@mdx-js/react": "^1.6.22",
|
||||||
|
"gatsby": "^3.6.2",
|
||||||
|
"gatsby-plugin-mdx": "^2.8.0",
|
||||||
|
"gatsby-source-filesystem": "^3.8.0",
|
||||||
|
"react": "^17.0.1",
|
||||||
|
"react-dom": "^17.0.1"
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue