zainfathoni / pejuangkode

Collaborative Programming Blog for Indonesian Developers

Home Page:https://pejuangkode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gatsby-novela-theme hero image

Gatsby Starter Novela

With minimal styling and maximum features — including multiple homepage layouts, built-in social sharing and dark mode — Novela makes it easy to start publishing beautiful articles and stories with Gatsby.

Novela is built by the team at Narative, and built for everyone that loves the web.

Using Gatsby Starter Novela

This guide will take you through setting up Novela with Gatsby Starter Novela.

Step 1: Starter installation

With gatsby-cli

gatsby new novela-site https://github.com/narative/gatsby-starter-novela

With git clone

git clone git@github.com:narative/gatsby-starter-novela.git novela-site

cd novela-site

yarn

Step 2: Develop & Build

Once installed or cloned locally and all packages are installed you can begin developing your site.

# Run localhost
yarn dev

# Build your Gatsby site
yarn build

# Serve built artifacts
yarn serve

Help

For more information visit the Theme repository

About

Collaborative Programming Blog for Indonesian Developers

https://pejuangkode.com


Languages

Language:TypeScript 61.4%Language:JavaScript 38.6%