https://github.com/jtemporal/personalized-jekyll
the Jekyll image I use for my blog
https://github.com/jtemporal/personalized-jekyll
Last synced: 3 months ago
JSON representation
the Jekyll image I use for my blog
- Host: GitHub
- URL: https://github.com/jtemporal/personalized-jekyll
- Owner: jtemporal
- Created: 2021-12-25T21:16:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-25T21:16:55.000Z (over 4 years ago)
- Last Synced: 2025-03-02T06:14:29.716Z (over 1 year ago)
- Language: Dockerfile
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My special flavor of jekyll
## Using it
```
docker run --rm --volume="$PWD:/srv/jekyll" -p 4000:4000 -it jtemporal/personalizedjekyll jekyll serve --livereload
```
## Development
to build:
```
docker build -t personalizedjekyll .
```