https://github.com/remotesynth/neat-yam
https://github.com/remotesynth/neat-yam
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/remotesynth/neat-yam
- Owner: remotesynth
- License: other
- Created: 2019-10-21T20:28:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T07:33:22.000Z (over 3 years ago)
- Last Synced: 2025-02-13T23:18:14.223Z (over 1 year ago)
- Language: CSS
- Size: 2.61 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Stackbit Ampersand Theme
This site was generated by [www.stackbit.com](https://www.stackbit.com), v0.2.78.
# Running Your Site Locally
1. Install a full [Ruby development environment](https://jekyllrb.com/docs/installation/)
1. Install Jekyll and Bundler
gem install jekyll bundler
1. Install dependencies from Gemfile:
bundle install
1. get "stackbit-api-key" from project menu in [Stackbit dashboard](https://app.stackbit.com/dashboard)
1. run the following command to assign this key to `STACKBIT_API_KEY` environment variable:
export STACKBIT_API_KEY={stackbit_netlify_api_key}
1. run the following command to fetch additional site contents from Stackbit if needed:
npx @stackbit/stackbit-pull --stackbit-pull-api-url=https://api.stackbit.com/pull/5dae14d857ad0c001bb57875
1. Build the site and make it available on a local server
bundle exec jekyll serve
1. Browse to [http://localhost:4000](http://localhost:4000)