For blog.korte.land
  • HTML 40.4%
  • Shell 36.1%
  • Ruby 23.5%
Find a file
2026-04-22 19:37:28 +10:00
_posts new blog post 2026-04-22 19:37:28 +10:00
images new blog post 2025-04-01 22:18:01 +11:00
.gitignore update blog to jekyll 4.0 2019-09-22 19:52:21 +10:00
404.html update blog to jekyll 4.0 2019-09-22 19:52:21 +10:00
_config.yml update blog to jekyll 4.0 2019-09-22 19:52:21 +10:00
about.md update blog to jekyll 4.0 2019-09-22 19:52:21 +10:00
convert.sh new blog post 2022-07-09 18:27:51 +10:00
favicon.ico add favicon 2017-07-27 20:11:58 +10:00
Gemfile new blog post 2026-04-22 19:37:28 +10:00
Gemfile.lock new blog post 2026-04-22 19:37:28 +10:00
index.md update blog to jekyll 4.0 2019-09-22 19:52:21 +10:00
README.md new blog port 2024-12-29 12:43:44 +11:00

Will's blog

All the material on this blog is licensed under the CC-BY-SA 4.0 license.

Setup:

sudo pacman -S ruby
gem update --user-install
gem install jekyll --user-install

Running:

  • It is useful to put PATH="$(ruby -e 'print Gem.user_dir')/bin:$PATH" in your .bashrc
  • bundle exec jekyll serve
  • Browse to http://localhost:4000

Writing posts:

  • Note that posts are written with auto-fill-mode and a width of 80 characters.
  • To resize an image: convert foo.jpg -resize 740x740\> foo.jpg
  • Titles are in sentence-case