Lumen is a minimal, lightweight and mobile-first starter for creating blogs uses Gatsby.
This is a fork of gatsby-starter-lumen updated for support [pod6|https://docs.raku.org/language/pod] markup languge.
- Beautiful typography inspired by matejlatin/Gutenberg.
- Mobile-First approach in development.
- Sidebar menu built using a configuration block.
- Automatic RSS generation.
- Automatic Sitemap generation.
- Google Analytics support.
- Disqus Comments support.
Example:
=Image gatsby-astronaut.png
=for Video :width(958) :height("539")
= :src("https://www.youtube.com/embed/20SHvU2PKsM")
= :title("Title of the video ")
=for Video :width(958) :height("539") :title("Title of the video ")
https://www.youtube.com/embed/20SHvU2PKsM
or
=Video https://www.youtube.com/embed/20SHvU2PKsM
=Html
<iframe width="958" height="539" src="https://www.youtube.com/embed/20SHvU2PKsM"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
=JsxImport Test from './test.jsx'
=Jsx <Test/>
Check pub/pages/contacts.pod6
as example.
├── GNUmakefile
├── LICENSE
├── README.md
├── bin
│ ├── make-rss.js
│ ├── makeNow.js
│ └── pod6js
├── config.js
....
├── pub
│ ├── pages
│ │ ├── about.pod6
│ │ ├── contacts.pod6
│ │ └── gatsby-astronaut.png
│ └── posts
│ ├── 01-post.pod6
│ └── gatsby-astronaut.png
├── pub.all
├── src
.......
├── static
....
Install this starter (assuming Gatsby is installed) by running from your CLI:
gatsby new gatsby-pod6 https://github.com/zag/gatsby-starter-pod6
gatsby develop
yarn export
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:
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.