gridsome-starter-scroll is build with Gridsome
- Scroll content sections by clicking on nav items
- Highlight nav items
- Make use of global metadata
- Provides markdown for content parts
- Provides light / dark mode
- Provides responsible layout
To install this theme manually you need to:
- Clone this repository by simply run:
git clone https://github.com/ionos-deploy-now/gridsome-starter-scroll
- Install dependencies
Change your dir:
cd gridsome-starter-scroll
Now, install all project dependencies using yarn
:
yarn install
After all dependencies are installed you can run yarn develop
to start the development server.
You can easily individualize this template by setting your own environmental variables. Just add a file .env
and fill out the data for following variables accordingly:
SITE_NAME=
SITE_DESCRIPTION=
SITE_URL=
PATH_PREFIX=
AUTHOR=
GITHUB_URL=
LINKEDIN_URL=
You can edit other configuration values inside gridsome.config.js`