https://github.com/jbangdev/jbang.dev
Website for jbang.dev
https://github.com/jbangdev/jbang.dev
Last synced: about 1 year ago
JSON representation
Website for jbang.dev
- Host: GitHub
- URL: https://github.com/jbangdev/jbang.dev
- Owner: jbangdev
- License: mit
- Created: 2020-01-19T19:01:05.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T05:15:04.000Z (over 1 year ago)
- Last Synced: 2024-10-30T08:33:28.968Z (over 1 year ago)
- Language: HTML
- Homepage: https://jbang.dev
- Size: 25.2 MB
- Stars: 12
- Watchers: 4
- Forks: 13
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## jbang.dev website
[](#contributors-)
Source code for https://jbang.dev
### Build and run with bundle
Install ruby with bundler and then do:
```
bundle install
bundle exec jekyll serve --livereload
```
### Build and run with docker
First choose your jekyll version tag from [Docker Hub](https://hub.docker.com/r/jekyll/jekyll/tags?page=1&ordering=last_updated).
Example, when building with Jekyll 4.2.0 -
```
docker run --rm -p 4000:4000 \
--volume="$PWD:/srv/jekyll" \
-it jekyll/jekyll:4.2.0 \
jekyll serve --livereload
```
Navigate to http://localhost:4000 for local site.
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

Mark Mendoza
💻

Max Rydahl Andersen
🖋

Manik Magar
🖋

George Gastaldi
🖋

pxkbt
🖋

Nicolai Parlog
🖋

Tadayoshi Sato
🖋

Balachandran S
🖋
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!