All Projects → alxshelepenok → Gatsby Starter Lumen

alxshelepenok / Gatsby Starter Lumen

Licence: mit
A constantly evolving and thoughtful architecture for creating static blogs.

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
shell
77523 projects

Projects that are alternatives of or similar to Gatsby Starter Lumen

trailing-slash-guide
Understand and fix your static website trailing slash issues!
Stars: ✭ 255 (-85.81%)
Mutual labels:  static, gatsby, netlify, jamstack
Jamstack Serverless
Learn JAMstack Serverless Modern App Development in Baby Steps using Gatsby.js, React, TypeScript, GraphQL, Contentful, Netlify, FaunaDB, MongoDB, Apollo, Github Actions, Project Fugu, and CSS Houdini.
Stars: ✭ 178 (-90.09%)
Mutual labels:  graphql, netlify, gatsby, jamstack
gatsby-starter-developer-diary
An official Gatsby blog template designed for web developers. Blazing fast, it includes beautful web developer topic tags and social-media links
Stars: ✭ 76 (-95.77%)
Mutual labels:  gatsby, netlify, jamstack
Discord Fork
An open source Discord Bot List made with GatsbyJS
Stars: ✭ 60 (-96.66%)
Mutual labels:  gatsby, netlify, jamstack
Jamstackthemes
A list of themes and starters for JAMstack sites.
Stars: ✭ 298 (-83.42%)
Mutual labels:  netlify, gatsby, jamstack
Gatsby
Build blazing fast, modern apps and websites with React
Stars: ✭ 51,925 (+2789.54%)
Mutual labels:  graphql, blog, gatsby
testimonial
Jamstack app using Gatsby, Netlify, and FaunaDB.
Stars: ✭ 23 (-98.72%)
Mutual labels:  gatsby, netlify, jamstack
Medium To Own Blog
Switch from Medium to your own blog in a few minutes
Stars: ✭ 3,017 (+67.89%)
Mutual labels:  netlify, blog, gatsby
Gatsby Blog Starter Kit
A simple starter kit for a static blog created with Gatsby
Stars: ✭ 131 (-92.71%)
Mutual labels:  graphql, blog, gatsby
Next Right Now
Flexible production-grade boilerplate with Next.js 10, Vercel and TypeScript. Includes multiple opt-in presets using Storybook, Airtable, GraphQL, Analytics, CSS-in-JS, Monitoring, End-to-end testing, Internationalization, CI/CD and SaaS B2B multi single-tenancy (monorepo) support
Stars: ✭ 671 (-62.66%)
Mutual labels:  graphql, sentry, jest
Gatsby Starter Gcn
A starter template to build amazing static websites with Gatsby, Contentful and Netlify
Stars: ✭ 488 (-72.84%)
Mutual labels:  netlify, gatsby, static
Mvfsillva
My personal website
Stars: ✭ 13 (-99.28%)
Mutual labels:  graphql, netlify, gatsby
Felipefialho.com
😺 My personal website
Stars: ✭ 177 (-90.15%)
Mutual labels:  graphql, blog, gatsby
Dantecalderon.dev
💻 ❤️ My personal website
Stars: ✭ 51 (-97.16%)
Mutual labels:  netlify, blog, gatsby
Gatsby Starter Foundation
A starter to launch your blazing fast personal website and a blog, Built with Gatsby and Netlify CMS. Made with ❤ by Stackrole
Stars: ✭ 135 (-92.49%)
Mutual labels:  graphql, gatsby, jamstack
gatsby-netlifycms-starter-template
All the technologies used are free and open-source. You are free to use this template for a personal hobby blog, a commercial news agency or professional journalist website etc. Don't forget to star the repo if you like this template.
Stars: ✭ 33 (-98.16%)
Mutual labels:  gatsby, netlify, jamstack
Gatsby Starter Netlify Cms
Example gatsby + netlify cms project
Stars: ✭ 1,932 (+7.51%)
Mutual labels:  netlify, gatsby, jamstack
Bael Template
Brutalist Blog theme for Netlify CMS
Stars: ✭ 187 (-89.59%)
Mutual labels:  netlify, blog, jamstack
Devblog
A lightweight, customizable personal blog template built with GatsbyJS and React
Stars: ✭ 312 (-82.64%)
Mutual labels:  blog, gatsby, static
No.lol
🍩 Lauren's personal blog
Stars: ✭ 46 (-97.44%)
Mutual labels:  netlify, blog, gatsby

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 site’s 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, you’ll 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, you’ll need to set up Netlify’s 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].