Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amrsekilly/amrsekilly.github.io
https://github.com/amrsekilly/amrsekilly.github.io
gatsby portfolio react
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amrsekilly/amrsekilly.github.io
- Owner: amrsekilly
- Created: 2017-09-30T07:40:39.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2023-06-14T17:33:45.000Z (over 1 year ago)
- Last Synced: 2023-06-14T21:02:13.735Z (over 1 year ago)
- Topics: gatsby, portfolio, react
- Language: TypeScript
- Homepage: https://amrsekilly.com
- Size: 225 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
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
```If wanting to use Netlify CMS as the content editor, then you need to be run the proxy in another terminal tab. Then visit
http://localhost:8000/admin to view the editor.
```sh
# Run proxy
yarn proxy
```### Help
If you don't have *yarn* installed follow the [yarn getting started guide](https://classic.yarnpkg.com/en/docs/getting-started)
For more information visit the [Theme repository](https://github.com/narative/gatsby-theme-novela)