Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)