Lumen is a minimal, lightweight and mobile-first starter for creating blogs using Gridsome.
- Content from Kontent headless CMS.
- Stylesheet built using SASS and BEM-Style naming.
- Archive organized by tags and categories.
- Google Analytics support.
npm install --global @gridsome/cli
- Click on "Use this repository" button to create your own repository from this template.
-
Go to app.kontent.ai and create empty project
-
Go to "Project Settings", select API keys and copy
- Project ID
-
Install Kontent Backup Manager and import data to newly created project from
kontent-backup.zip
file (place appropriate values forapiKey
andprojectId
arguments):npm i -g @kentico/kontent-backup-manager kbm --action=restore --apiKey=<Management API key> --projectId=<Project ID> --zipFilename=kontent-backup
Alternatively, you can use the Template Manager UI for importing the content.
-
Go to your Kontent project and publish all the imported items.
Copy .env.template
and name it .env
then set the KONTENT_PROJECT_ID
environment variable to value from Kontent -> "Project Settings" -> API keys -> Project ID.
You are now ready to use the site as your own!
Install the dependencies and run development environment
npm install
npm run develop
Install the dependencies and run production build
npm install
npm run build
Before deploying to production add own google analytics trackingId
to [gridsome.config.js
].
Netlify 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.