Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fakela/gatsby-food-blog
A simple, easily customizable, static food blog created with Gatsby
https://github.com/fakela/gatsby-food-blog
customizable emotion gatsby graphql mdx
Last synced: about 2 months ago
JSON representation
A simple, easily customizable, static food blog created with Gatsby
- Host: GitHub
- URL: https://github.com/fakela/gatsby-food-blog
- Owner: fakela
- License: other
- Created: 2019-11-29T20:49:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T20:52:57.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T17:46:12.257Z (almost 2 years ago)
- Topics: customizable, emotion, gatsby, graphql, mdx
- Language: JavaScript
- Homepage: https://fakela-foodblog-gatsby-starter.firebaseapp.com/
- Size: 26 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fakela MDX Food Blog Starter Project
[![Netlify Status](https://api.netlify.com/api/v1/badges/c9ac63e4-56e0-4d31-a1c5-22ea022eccce/deploy-status)](https://app.netlify.com/sites/fakela-gatsby-foodblog/deploys)
A starter project in [Gatsby.js](https://www.gatsbyjs.org/) with [MDX](https://github.com/mdx-js/mdx).
## Features
- MDX: JavaScript/React in Markdown
- Prism.js: Syntax Highlighting
- Pagination
- Emotion
- Typography.js
- Self-hosted fonts ([Inter UI](https://rsms.me/inter/))
- Social media share buttons
- Site & Theme config files
- Customizable
- Easy editable content in Markdown files (posts, pages and parts)
- Easily restyled through theme object
- Toggle theme mode
- Social sharing (Twitter, Facebook)
- PWA (manifest.json, offline support)
- Prettier code styling
- GraphQl## [➞ Demo](https://fakela-gatsby-foodblog.netlify.com/)
## Setup
- `git clone https://github.com/fakela/gatsby-food-blog.git`
- `cd gatsby-food-blog`
- `npm install`
- `gatsby develop`
- visit http://localhost:8000## Setup via Gatsby CLI
- `gatsby new gatsby-food-blog-starter https://github.com/fakela/gatsby-food-blog.git`
- `cd gatsby-food-blog`
- `npm install`
- `gatsby develop`
- visit http://localhost:8000## Production build
- `gatsby serve `
- visit http://localhost:9000