My personal website
Go to file
Alexander Shelepenok ff838e5593
Merge pull request #77 from timbroder/timbroder-patch-1
Add more service urls and tweak a layout
2018-12-02 22:11:23 +03:00
scripts Add scripts and CHANGELOG.md 2018-10-24 12:32:55 +03:00
src Try fix the new line format again 2018-05-06 15:48:03 -04:00
.babelrc 🔖 Upgrade to Gatsby 1.8.12 2017-08-20 14:43:49 +03:00
.browserslistrc 🔖 Upgrade to Gatsby 1.8.12 2017-08-20 14:43:49 +03:00
.codeclimate.yml change mass_threshold 2017-08-21 22:35:02 +03:00
.eslintrc Update eslint config 2018-01-21 02:59:25 +03:00
.gitattributes Remove .project file, add codeclimate badge, update .gitattributes 2017-08-20 21:26:17 +03:00
.gitignore We want yarn.lock in git 2018-03-30 14:46:01 +02:00
.prettierignore Update .prettierignore 2018-01-21 02:58:37 +03:00
.prettierrc Add .prettierrc 2017-10-30 21:19:06 +03:00
CHANGELOG.md Update changelog 2018-11-09 19:51:32 +03:00
gatsby-config.js Add trackingId 2018-02-12 12:24:39 +03:00
gatsby-node.js New version 2018-01-21 03:03:59 +03:00
LICENSE Update LICENSE 2018-01-21 02:56:20 +03:00
netlify.toml Changed to gatsby build 2018-02-20 20:53:35 -05:00
package.json Fix prefix-links error upon deploy 2018-02-13 02:12:09 +01:00
README.md fix GA url 2018-11-20 12:51:35 -05:00
travis.yml 🔖 Upgrade to Gatsby 1.8.12 2017-08-20 14:43:49 +03:00

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

Deploy with Netlify

Netlify CMS can run in any frontend web environment, but the quickest way to try it out is by running it on a pre-configured starter site with Netlify. Use the button below to build and deploy your own copy of the repository:

Deploy to Netlify

After clicking that button, youll authenticate with GitHub and choose a repository name. Netlify will then automatically create a repository in your GitHub account with a copy of the files from the template. Next, it will build and deploy the new site on Netlify, bringing you to the site dashboard when the build is complete. Next, youll need to set up Netlifys Identity service to authorize users to log in to the CMS.

Screenshot

Ports

Statinamic port by Khoa Nguyen

Contributors

alxshelepenok abisz mariolopjr ihororlovskyi marcelabomfim vinnymac
alxshelepenok abisz mariolopjr ihororlovskyi marcelabomfim vinnymac
axelclark ybbarng marktani concreted charandas zollillo
axelclark ybbarng marktani concreted charandas zollillo
codejet reed-jones swapnilmishra vvasiloud wichopy
codejet reed-jones swapnilmishra vvasiloud wichopy

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.