My personal website
Go to file
2021-07-25 14:33:41 +00:00
.circleci chore(deps): update node.js to v16.5.0 2021-07-15 01:08:43 +00:00
.github Update nodejs.yml 2021-04-18 08:15:12 +00:00
content Update slug format for post type 2019-12-11 22:27:32 -06:00
flow Enable Flow Strict 2019-07-31 22:05:23 -04:00
flow-typed/npm Remove the use of Moment.js. 2020-09-15 14:51:20 +03:00
gatsby fix: eslint errors 2020-07-08 22:37:52 +03:00
jest fix: add __BASE_PATH__ to jest config 2020-07-08 23:03:19 +03:00
scripts chore: new version, update changelog 2019-07-25 18:50:16 +03:00
src Update _variables.scss 2021-06-25 10:59:09 +03:00
static Add social image widget to Netlify CMS config 2020-09-11 18:34:03 -04:00
.dockerignore chore: add docker configs 2019-07-19 21:46:06 +03:00
.eslintignore lint: add .eslintignore 2019-05-09 22:08:42 +03:00
.eslintrc.json chore: migrate to .eslintrc.json 2019-05-08 22:00:29 +03:00
.flowconfig config: update flow-typed, ignore node_modules 2020-07-21 12:05:40 +03:00
.gitattributes chore: add useKatex option 2019-07-19 20:42:20 +03:00
.gitignore chore: add flow definitions to repo 2019-07-20 00:31:05 +03:00
.stylelintrc.json fix: update .stylelintrc.json 2019-05-09 00:58:50 +03:00
.travis.yml chore: add flow definitions to repo 2019-07-20 00:31:05 +03:00
CHANGELOG.md chore: new version, update changelog 2019-07-25 18:50:16 +03:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-02-13 17:29:43 +03:00
config.js Removed Medium as Default Display Option for Sidebar 2020-05-09 00:27:35 +08:00
CONTRIBUTING.md Create CONTRIBUTING.md 2019-02-13 17:27:36 +03:00
docker-compose.development.yml chore: add docker configs 2019-07-19 21:46:06 +03:00
docker-compose.production.yml chore: add docker configs 2019-07-19 21:46:06 +03:00
Dockerfile.development chore: add docker configs 2019-07-19 21:46:06 +03:00
Dockerfile.production Fix Dockerfile.production 2021-06-21 18:00:43 +09:00
gatsby-browser.js chore: add useKatex option 2019-07-19 20:42:20 +03:00
gatsby-config.js Update from node-sass to sass 2021-01-02 13:07:45 -05:00
gatsby-node.js Upgrade to Gatsby v2 2018-11-09 20:08:48 +03:00
gatsby-ssr.js chore: add useKatex option 2019-07-19 20:42:20 +03:00
LICENSE Update LICENSE 2021-07-18 09:37:19 +00:00
netlify.toml Update netlify.toml 2020-09-08 16:35:00 +03:00
package.json fix(deps): update dependency netlify-cms-app to ^2.15.30 2021-07-25 14:33:41 +00:00
postcss-config.js Include height in postcss pxtorem config 2019-12-18 22:37:51 +08:00
README.md Update README.md 2021-07-18 09:37:38 +00:00
renovate.json Update renovate.json 2021-02-20 14:18:50 +03:00
yarn.lock fix(deps): update dependency netlify-cms-app to ^2.15.30 2021-07-25 14:33:41 +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!

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.

Deploy to Github Pages

To deploy to github pages, simply do the following:

  • Ensure that your package.json file correctly reflects where this repo lives
  • Change the pathPrefix in your config.js
  • Run the standard deploy command
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.