My personal website
Go to file
2022-04-16 14:53:32 +00:00
.circleci chore(deps): update node.js to v16.6.2 2021-08-16 02:15:05 +00:00
.github refactor(starter): upgrade to new version of gatsby 2022-04-16 14:53:32 +00:00
content refactor(starter): upgrade to new version of gatsby 2022-04-16 14:53:32 +00:00
internal refactor(starter): upgrade to new version of gatsby 2022-04-16 14:53:32 +00:00
src refactor(starter): upgrade to new version of gatsby 2022-04-16 14:53:32 +00:00
.editorconfig refactor(starter): upgrade to new version of gatsby 2022-04-16 14:53:32 +00:00
.eslintignore refactor(starter): upgrade to new version of gatsby 2022-04-16 14:53:32 +00:00
.eslintrc refactor(starter): upgrade to new version of gatsby 2022-04-16 14:53:32 +00:00
.gitignore refactor(starter): upgrade to new version of gatsby 2022-04-16 14:53:32 +00:00
.postcssrc refactor(starter): upgrade to new version of gatsby 2022-04-16 14:53:32 +00:00
.prettierignore refactor(starter): upgrade to new version of gatsby 2022-04-16 14:53:32 +00:00
.prettierrc refactor(starter): upgrade to new version of gatsby 2022-04-16 14:53:32 +00:00
.stylelintignore refactor(starter): upgrade to new version of gatsby 2022-04-16 14:53:32 +00:00
.stylelintrc refactor(starter): upgrade to new version of gatsby 2022-04-16 14:53:32 +00:00
CHANGELOG.md refactor(starter): upgrade to new version of gatsby 2022-04-16 14:53:32 +00:00
CODE_OF_CONDUCT.md refactor(starter): upgrade to new version of gatsby 2022-04-16 14:53:32 +00:00
CONTRIBUTING.md refactor(starter): upgrade to new version of gatsby 2022-04-16 14:53:32 +00:00
gatsby-config.js refactor(starter): upgrade to new version of gatsby 2022-04-16 14:53:32 +00:00
gatsby-node.js refactor(starter): upgrade to new version of gatsby 2022-04-16 14:53:32 +00:00
LICENSE Update LICENSE 2021-07-18 09:37:19 +00:00
package-lock.json refactor(starter): upgrade to new version of gatsby 2022-04-16 14:53:32 +00:00
package.json refactor(starter): upgrade to new version of gatsby 2022-04-16 14:53:32 +00:00
README.md refactor(starter): upgrade to new version of gatsby 2022-04-16 14:53:32 +00:00
renovate.json refactor(starter): upgrade to new version of gatsby 2022-04-16 14:53:32 +00:00
tsconfig.json refactor(starter): upgrade to new version of gatsby 2022-04-16 14:53:32 +00:00

Lumen
Lumen

A constantly evolving and thoughtful architecture for creating new static blogs.

Table of contents

Features

Web Performance Tests

Quick Start

Create a Gatsby site

Use the Gatsby CLI to create a new site, specifying the Lumen starter.

# Create a new Gatsby site using the Lumen starter
gatsby new blog https://github.com/alxshelepenok/gatsby-starter-lumen

Start Developing

Navigate into your new sites directory and start it up.

cd blog
gatsby develop

Open the source code and start editing!

Your site is now running at http://localhost:8000!

Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.

Open the blog directory in your code editor of choice and edit src/templates/index-template.js. Save your changes and the browser will update in real time!

yarn deploy

Access Locally

$ git clone https://github.com/[GITHUB_USERNAME]/[REPO_NAME].git
$ cd [REPO_NAME]
$ yarn
$ yarn develop

To test the CMS locally, you'll need run a production build of the site:

$ yarn build
$ gatsby serve

Folder Structure

└── content
    ├── pages
    └── posts
└── static
    ├── admin
    └── media
└── src
    ├── assets
    │   └── scss
    │       ├── base
    │       └── mixins
    ├── cms
    │   └── preview-templates
    ├── components
    │   ├── Feed
    │   ├── Icon
    │   ├── Layout
    │   ├── Page
    │   ├── Pagination
    │   ├── Post
    │   │   ├── Author
    │   │   ├── Comments
    │   │   ├── Content
    │   │   ├── Meta
    │   │   └── Tags
    │   └── Sidebar
    │       ├── Author
    │       ├── Contacts
    │       ├── Copyright
    │       └── Menu
    ├── constants
    ├── templates
    └── utils

Sponsors

Development efforts are supported by the sponsors. I'm very grateful for their donations, please check them out!

Contributors

Thanks goes to these wonderful people!

vzhou842 alehel abisz remi-bruguier mariolopjr ihororlovskyi
vzhou842 alehel abisz remi-bruguier mariolopjr ihororlovskyi
timbroder vinnymac yodahuang axelclark BigTony666 stigrune
timbroder vinnymac yodahuang axelclark BigTony666 stigrune
ybbarng marktani concreted chmac charandas marcelabomfim
ybbarng marktani concreted chmac charandas marcelabomfim
zollillo codejet reed-jones rtveitch SayakaOno swapnilmishra
zollillo codejet reed-jones rtveitch SayakaOno swapnilmishra
vvasiloud vstoms wichopy yairmark
vvasiloud vstoms wichopy yairmark

License

The MIT License (MIT)

Copyright (c) 2016-2021 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.