Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshwcomeau/unlikely-friends
Don't mind me. Experiments with Gatsby themes
https://github.com/joshwcomeau/unlikely-friends
Last synced: 17 days ago
JSON representation
Don't mind me. Experiments with Gatsby themes
- Host: GitHub
- URL: https://github.com/joshwcomeau/unlikely-friends
- Owner: joshwcomeau
- Created: 2019-11-14T19:38:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T00:06:32.000Z (over 1 year ago)
- Last Synced: 2024-12-09T14:14:44.524Z (24 days ago)
- Language: JavaScript
- Size: 2.11 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
# 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-sitecd 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)