Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grimmer0125/gatsby-blog
Powered by Gatsby, Lumen & GraphQL. Customize Lumen and disable its catalog temporarily.
https://github.com/grimmer0125/gatsby-blog
Last synced: 7 days ago
JSON representation
Powered by Gatsby, Lumen & GraphQL. Customize Lumen and disable its catalog temporarily.
- Host: GitHub
- URL: https://github.com/grimmer0125/gatsby-blog
- Owner: grimmer0125
- License: other
- Created: 2018-04-09T18:21:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T20:04:55.000Z (about 2 years ago)
- Last Synced: 2024-12-22T00:23:38.435Z (2 months ago)
- Language: JavaScript
- Homepage: https://grimmer.netlify.com/
- Size: 3.41 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Lumen
[Lumen](https://github.com/alxshelepenok/gatsby-starter-lumen) is a minimal, lightweight and mobile-first starter for creating blogs uses [Gatsby](https://github.com/gatsbyjs/gatsby).
#### Features
+ Lost Grid ([peterramsing/lost](https://github.com/peterramsing/lost)).
+ Beautiful typography inspired by [matejlatin/Gutenberg](https://github.com/matejlatin/Gutenberg).
+ [Mobile-First](https://medium.com/@mrmrs_/mobile-first-css-48bc4cc3f60f) approach in development.
+ Stylesheet built using SASS and [BEM](http://getbem.com/naming/)-Style naming.
+ Syntax highlighting in code blocks.
+ Sidebar menu built using a configuration block.
+ Archive organized by tags and categories.
+ Automatic RSS generation.
+ Automatic Sitemap generation.
+ Offline support.
+ Google Analytics support.
+ Disqus Comments support.### Running in Development
`gatsby develop`### Building
`gatsby build`### Deploy to Netlify
#### Connect Netlify to your GitHub account
#### Update changes to Netlify
Just `git push` to GitHub and it willl change accordingly.
### Deploy to GitHub Pages
`npm run deploy`