Skip to content

Lumen is a minimal, lightweight and mobile-first starter for creating blogs uses Gatsby

License

Notifications You must be signed in to change notification settings

joeshub/gatsby-starter-lumen

 
 

Repository files navigation

GitHub release Code Climate GitHub license Twitter

Lumen

Lumen is a minimal, lightweight and mobile-first starter for creating blogs uses Gatsby.

Features

  • Lost Grid (peterramsing/lost).
  • Beautiful typography inspired by matejlatin/Gutenberg.
  • Mobile-First approach in development.
  • Stylesheet built using SASS and BEM-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.

Folder Structure

└── src
    ├── assets
    │   ├── fonts
    │   │   └── fontello-771c82e0
    │   │       ├── css
    │   │       └── font
    │   └── scss
    │       ├── base
    │       ├── mixins
    │       └── pages
    ├── components
    │   ├── CategoryTemplateDetails
    │   ├── Disqus
    │   ├── Links
    │   ├── Menu
    │   ├── PageTemplateDetails
    │   ├── Post
    │   ├── PostTemplateDetails
    │   ├── Sidebar
    │   └── TagTemplateDetails
    ├── layouts
    ├── pages
    │   ├── articles
    │   │   ├── 2016-01-09---Perfecting-the-Art-of-Perfection
    │   │   ├── 2016-01-12---The-Origins-of-Social-Stationery-Lettering
    │   │   ├── 2016-02-02---A-Brief-History-of-Typography
    │   │   ├── 2017-18-08---The-Birth-of-Movable-Type
    │   │   └── 2017-19-08---Humane-Typography-in-the-Digital-Age
    │   └── pages
    │       ├── 2015-05-01---about
    │       └── 2015-05-01---contact
    └── templates

Getting Started

Install this starter (assuming Gatsby is installed) by running from your CLI: gatsby new lumen https://github.com/alxshelepenok/gatsby-starter-lumen

Running in Development

gatsby develop

Building

gatsby build

Screenshot

Ports

Statinamic port by Khoa Nguyen

Contributors

alxshelepenok abisz ihororlovskyi marcelabomfim vinnymac axelclark
alxshelepenok abisz ihororlovskyi marcelabomfim vinnymac axelclark
ybbarng charandas zollillo codejet swapnilmishra wichopy
ybbarng charandas zollillo codejet swapnilmishra wichopy
concreted
concreted

License

The MIT License (MIT)

Copyright (c) 2016-2018 Alexander Shelepenok

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Lumen is a minimal, lightweight and mobile-first starter for creating blogs uses Gatsby

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 46.4%
  • CSS 40.6%
  • HTML 13.0%