https://github.com/zonayedpca/gatsby-starter-markdown-blog
Starter blog with gatsby that uses local markdown files.
https://github.com/zonayedpca/gatsby-starter-markdown-blog
Last synced: 2 months ago
JSON representation
Starter blog with gatsby that uses local markdown files.
- Host: GitHub
- URL: https://github.com/zonayedpca/gatsby-starter-markdown-blog
- Owner: zonayedpca
- License: mit
- Created: 2019-10-15T18:20:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-01-10T15:33:09.000Z (over 8 years ago)
- Last Synced: 2025-03-22T15:48:58.095Z (over 1 year ago)
- Homepage: https://gatsby-starter-markdown-blog.netlify.com/
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gatsby-starter-markdown-blog
Starter with the essentials needed for a [Gatsby](https://www.gatsbyjs.org/) site that can process markdown files in local file system. This is built by following steps outlined in https://www.gatsbyjs.org/tutorial/part-four/
Install this starter (assuming Gatsby is installed) by running from your CLI:
```
gatsby new gatsby-site https://github.com/phanikandula/gatsby-starter-markdown-blog
```
## Running in development
`gatsby develop`
Urls for markdown related files are generated using the file names.
## Next steps
Once the stater site is up, next steps would be:
1. update site title in gatsby-config.js
2. remove *.md files and my-files.js in src/pages
3. make the blog yours with your markdown files.