My personal website
Go to file
2022-09-09 19:46:12 +00:00
.circleci chore(deps): update node.js to v18.4.0 2022-06-16 16:54:41 +00:00
.github chore(dx): update node version 2022-04-17 17:05:11 +00:00
.husky feat(linting): semantic commits and releases 2022-04-16 14:53:32 +00:00
content refactor(starter): upgrade and move to typescript 2022-04-16 14:53:32 +00:00
internal fix(testing): change transform 2022-05-25 21:19:08 +00:00
src chore(linting): change arrowParents configuration, upgrade eslint config 2022-04-24 16:21:11 +00:00
.editorconfig chore(dx): update .editorconfig 2022-04-17 17:03:02 +00:00
.eslintignore refactor(starter): upgrade to new version of gatsby 2022-04-16 14:53:32 +00:00
.eslintrc feat(comments): replace disqus component 2022-04-17 13:37:29 +00:00
.gitignore refactor(starter): upgrade and move to typescript 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 and move to typescript 2022-04-16 14:53:32 +00:00
.prettierrc chore(linting): change arrowParents configuration, upgrade eslint config 2022-04-24 16:21:11 +00:00
.releaserc chore(workflows): remove notes from release commit 2022-04-16 15:47:39 +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
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-browser.ts refactor(starter): upgrade and move to typescript 2022-04-16 14:53:32 +00:00
gatsby-config.ts refactor(starter): upgrade and move to typescript 2022-04-16 14:53:32 +00:00
gatsby-node.ts refactor(starter): upgrade and move to typescript 2022-04-16 14:53:32 +00:00
LICENSE refactor(starter): upgrade and move to typescript 2022-04-16 14:53:32 +00:00
package-lock.json chore(deps): update dependency @alxshelepenok/eslint-config to ^1.0.96 2022-09-09 19:46:12 +00:00
package.json chore(deps): update dependency @alxshelepenok/eslint-config to ^1.0.96 2022-09-09 19:46:12 +00:00
README.md chore(docs): fix mistakes 2022-04-17 13:00:23 +00:00
renovate.json fix(deps): add react-test-renderer to react group 2022-04-26 09:13:00 +00:00
tsconfig.json refactor(starter): upgrade and move to typescript 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

  • Beautiful typography.
  • Mobile first approach in development.
  • Syntax highlighting in code blocks using PrismJS.
  • Pagination support.

Quick Start

$ npm install
$ npm run start

Folder Structure

.
├── internal
│   ├── definitions
│   ├── gatsby
│   │   ├── constants
│   │   ├── queries
│   │   ├── types
│   │   └── utils
│   └── testing
│       └── __mocks__
└── src
    ├── assets
    │   └── scss
    │       ├── base
    │       └── mixins
    ├── components
    │   ├── Feed
    │   ├── Icon
    │   ├── Image
    │   ├── Layout
    │   ├── Page
    │   ├── Pagination
    │   ├── Post
    │   │   ├── Author
    │   │   ├── Comments
    │   │   ├── Content
    │   │   ├── Meta
    │   │   └── Tags
    │   └── Sidebar
    │       ├── Author
    │       ├── Contacts
    │       ├── Copyright
    │       └── Menu
    ├── constants
    ├── hooks
    ├── templates
    │   ├── CategoriesTemplate
    │   ├── CategoryTemplate
    │   ├── IndexTemplate
    │   ├── NotFoundTemplate
    │   ├── PageTemplate
    │   ├── PostTemplate
    │   ├── TagsTemplate
    │   └── TagTemplate
    ├── types
    └── utils

Sponsors

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

Contributors

Thanks to these wonderful people!

vzhou842 abisz remi-bruguier sparklesam vinnymac mariolopjr
vzhou842 abisz remi-bruguier sparklesam vinnymac mariolopjr
ihororlovskyi rtveitch timbroder yodahuang axelclark tonyz0x0
ihororlovskyi rtveitch timbroder yodahuang axelclark tonyz0x0
tranlehaiquan seandearnaley stigrune ybbarng marktani concreted
tranlehaiquan seandearnaley stigrune ybbarng marktani concreted
gipcompany chmac charandas ibraheemdev sladinji marcelabomfim
gipcompany chmac charandas ibraheemdev sladinji marcelabomfim
zollillo codejet reed-jones SayakaOno Puterism swapnilmishra
zollillo codejet reed-jones SayakaOno Puterism swapnilmishra
vvasiloud lune-sta yaaooo vstoms wichopy yairmark
vvasiloud lune-sta yaaooo vstoms wichopy yairmark

License

The MIT License (MIT)

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