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
- Host: GitHub
- URL: https://github.com/dbredvick/drew-tech
- Owner: dbredvick
- Created: 2020-01-22T01:29:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:28:09.000Z (over 2 years ago)
- Last Synced: 2025-03-15T02:42:14.949Z (3 months ago)
- Language: TypeScript
- Homepage: https://drew.tech
- Size: 25.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Make your own and deploy it
[](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.
# 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)