gridsome-starter-scroll

gridsome-starter-scroll is build with Gridsome

Built with

Features

  • 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

Deployment

Deploy to IONOS

Installation

  1. Clone this repository by run following command:
git clone https://github.com/ionos-deploy-now/gridsome-starter-scroll
  1. Install dependencies

Change your dir:

cd gridsome-starter-scroll

Now, install all project dependencies by using yarn:

yarn install

Afterwards run yarn develop to start your local development server.

Configuring environmental variables

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=

More configuration settings

You can edit other configuration values inside gridsome.config.js`