Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boralyl/threegodsbrewing
Three Gods Brewing Website and Blog.
https://github.com/boralyl/threegodsbrewing
blog homebrew
Last synced: 21 days ago
JSON representation
Three Gods Brewing Website and Blog.
- Host: GitHub
- URL: https://github.com/boralyl/threegodsbrewing
- Owner: boralyl
- License: mit
- Created: 2020-07-15T03:43:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T23:32:21.000Z (4 months ago)
- Last Synced: 2024-10-19T11:30:27.204Z (2 months ago)
- Topics: blog, homebrew
- Language: SCSS
- Homepage: https://threegodsbrewing.com/
- Size: 57.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# threegodsbrewing
Three Gods Brewing Website and Blog
## Fresh Install
If you are doing a fresh install you will need to install ruby and ruby-dev.
```bash
$ sudo apt install ruby ruby-dev
```Next install the `gitub-pages` and `bundler`.
```bash
$ sudo gem install github-pages bundler
```Finally install.
```bash
$ bundle install
```## Running Locally
```bash
$ bundle exec jekyll serve --incremental --drafts --watch --future
```## Updating Gems and Theme
```bash
$ bundle update
```## Images
Recommended image sizes for posts and recipes:
- Hero - 1600 x 650 px
- Thumb - 400 x 200 px