Grisome starter ideal for articles/tutorials
https://gridsome-starter-articles.now.sh/
- Gridsome
- Bootstrap
- SCSS
- Markdown
- Tags
- Related Pages
- Blog
- Table of contents
- Pagination
- Fulltext search with fusejs
- Related posts for articles
- Filterable records ( in the template it's named as Resources )
With Gridsome offering a plugin-rich ecosystem, there are a few key plugins that make this project possible.
- Gridsome Source Filesystem Transform files into content that can be fetched with GraphQL in your components.
- gridsome-plugin-remark-embed Embed Plugin to parse different 3rd party urls like youtube, github gists etc.
- gridsome-plugin-remark-prismjs-all Transformer to highlight code blocks
- gridsome-plugin-robots-txt Generates the
robots.txt
- plugin-sitemap Generates the
sitemap.xml
npm install --global @gridsome/cli
gridsome create my-blog https://github.com/noxify/gridsome-starter-articles
to install gridsome with this startercd my-blog
to open the foldergridsome develop
to start a local dev server athttp://localhost:8080
- Happy coding 🎉🙌
- Get a third party integration token on medium
- Install markdown-to-medium
$ npm install --global markdown-to-medium
- Create an article with the token passed through --token
- The token is now stored locally for future use, rinse repeat
Usage: $ markdown-to-medium <path to markdown file>