Skip to content

inverse/personal-site

Repository files navigation

malachisoord.com

Netlify Status

My personal site based on Poole, running on Netify.

Setup

Requirements

  • Ruby
    • Ubuntu apt install ruby ruby-dev
    • Arch pacman -S ruby
  • Bundler gem install bundler

Steps

bundle
./scripts/start

Creating Content

jekyll-compose has been included to speed up content curration.

New Page

bundle exec jekyll page "My New Page"

New Post

bundle exec jekyll post "My New Post"

New Draft

bundle exec jekyll draft "My new draft"

Publish 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

Unpublish Post

bundle exec jekyll unpublish _posts/2014-01-24-my-new-draft.md

Image Optimisation

docker build -t image-optimise:local -f tools/image-optimise/Dockerfile  tools/image-optimise/
docker run -it -v $(pwd):/data image-optimise:local /data