feat: various improvements

- add Terms of Service
- add dark mode
- use cards for blog with excerpt
This commit is contained in:
Felix Schröter 2022-11-15 19:15:11 +01:00
parent 5df4d34780
commit df2fd8a520
Signed by: felschr
GPG key ID: 671E39E6744C807D
12 changed files with 1021 additions and 268 deletions

View file

@ -1,9 +1,10 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "felschr.com",
"version": "1.0.0",
"private": true,
"description": "felschr.com",
"author": "Felix Schröter",
"license": "MIT",
"keywords": [
"gatsby"
],
@ -17,16 +18,19 @@
},
"dependencies": {
"@deckdeckgo/highlight-code": "^3.6.0",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@mui/icons-material": "^5.10.6",
"@mui/material": "^5.10.8",
"gatsby": "^4.19.2",
"gatsby-plugin-emotion": "^7.19.0",
"gatsby-plugin-image": "^2.19.0",
"gatsby-plugin-manifest": "^4.19.0",
"gatsby-plugin-mdx": "^3.19.0",
"gatsby-plugin-mdx-frontmatter": "^0.0.4",
"gatsby-plugin-mdx-source-name": "^1.0.1",
"gatsby-plugin-react-helmet": "^5.19.0",
"gatsby-plugin-sharp": "^4.19.0",
"gatsby-plugin-sitemap": "^5.19.0",