For blog.korte.land
- HTML 40.4%
- Shell 36.1%
- Ruby 23.5%
| _posts | ||
| images | ||
| .gitignore | ||
| 404.html | ||
| _config.yml | ||
| about.md | ||
| convert.sh | ||
| favicon.ico | ||
| Gemfile | ||
| Gemfile.lock | ||
| index.md | ||
| README.md | ||
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-modeand a width of 80 characters. - To resize an image:
convert foo.jpg -resize 740x740\> foo.jpg - Titles are in sentence-case