Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthr76/anthony-rabbito-web
https://github.com/anthr76/anthony-rabbito-web
anthonyrabbito drone-ci jekyll jekyll-site personal-website
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/anthr76/anthony-rabbito-web
- Owner: anthr76
- License: gpl-3.0
- Created: 2020-03-18T17:47:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-28T00:04:05.000Z (over 2 years ago)
- Last Synced: 2024-12-08T21:58:45.004Z (about 1 month ago)
- Topics: anthonyrabbito, drone-ci, jekyll, jekyll-site, personal-website
- Language: HTML
- Size: 57.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Jekyll site CI](https://github.com/anthr76/anthony-rabbito-web/workflows/Jekyll%20site%20CI/badge.svg)
# anthony-rabbito-web
### Generating from Docker
```
git clone https://github.com/anthr76/anthony-rabbito-web.git
```##### Building from scratch
```
docker run --rm --volume="$PWD:/srv/jekyll" -it jekyll/jekyll jekyll build
```##### Serving local webserver with drafts
```
docker run --volume="$PWD:/srv/jekyll" -p 4000:4000 -it jekyll/jekyll jekyll serve --watch --drafts
```### Generating on bare-metal
[From Jekyll](https://jekyllrb.com/docs/installation/)