An open API service indexing awesome lists of open source software.

https://github.com/dbredvick/drew-tech

my personal blog
https://github.com/dbredvick/drew-tech

Last synced: 3 months ago
JSON representation

my personal blog

Awesome Lists containing this project

README

        


gatsby-novela-theme hero image


### Make your own and deploy it

[![netlify deploy button](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/dbredvick/new-developer-spin)

# 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](https://www.narative.co), and built for everyone that loves the web.



gatsby-novela-theme live demo



gatsby-novela-theme figma link

# Using Gatsby Starter Novela

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

### Step 1: Starter installation

##### With `gatsby-cli`:

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

##### With `git clone`:

```sh
git clone [email protected]: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.

```sh
# Run localhost
yarn dev

# Build your Gatsby site
yarn build
```

### Help

For more information visit the [Theme repository](https://github.com/narative/gatsby-theme-novela)