My personal site based on Poole, running on Netify.
- Ruby
- Ubuntu
apt install ruby ruby-dev
- Arch
pacman -S ruby
- Ubuntu
- Bundler
gem install bundler
bundle
./scripts/start
jekyll-compose has been included to speed up content curration.
bundle exec jekyll page "My New Page"
bundle exec jekyll post "My New Post"
bundle exec jekyll draft "My new draft"
bundle exec jekyll publish _drafts/my-new-draft.md
or specify a specific date on which to publish it
bundle exec jekyll publish _drafts/my-new-draft.md --date 2014-01-24
bundle exec jekyll unpublish _posts/2014-01-24-my-new-draft.md
docker build -t image-optimise:local -f tools/image-optimise/Dockerfile tools/image-optimise/
docker run -it -v $(pwd):/data image-optimise:local /data