https://github.com/davbree/panoramic-broccoli
https://github.com/davbree/panoramic-broccoli
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/davbree/panoramic-broccoli
- Owner: davbree
- License: other
- Created: 2019-07-24T12:55:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T06:10:50.000Z (over 2 years ago)
- Last Synced: 2025-01-29T14:17:12.086Z (3 months ago)
- Language: CSS
- Size: 2.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Stackbit Azimuth Theme
This site was generated by [www.stackbit.com](https://www.stackbit.com), v0.2.57-develop.0.
Stackbit Azimuth Theme original README is located [here](./README.theme.md).
The content of this site is managed by Forestry. Visit [https://forestry.io](https://forestry.io) to manage site content.
# 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. Build the site and make it available on a local server
bundle exec jekyll serve
1. Browse to [http://localhost:4000](http://localhost:4000)