No description
Find a file
2026-01-08 15:09:20 +02:00
blog Update blog post layout 2026-01-07 06:02:46 +02:00
layouts Update blog post layout 2026-01-07 06:02:46 +02:00
pages Add blog index and syntax highlighting 2026-01-07 03:47:36 +02:00
static Update blog post layout 2026-01-07 06:02:46 +02:00
.gitignore Switch to simple Makefile 2026-01-03 11:17:56 +02:00
Gemfile Add Gemfile 2026-01-08 15:09:20 +02:00
Gemfile.lock Add Gemfile 2026-01-08 15:09:20 +02:00
Makefile Add Gemfile 2026-01-08 15:09:20 +02:00
README.md Add Gemfile 2026-01-08 15:09:20 +02:00
render.rb Add Gemfile 2026-01-08 15:09:20 +02:00
revontuli.rb Add Revontuli theme 2026-01-07 05:23:28 +02:00

Prerequisites

Development

Setup

Install Ruby dependencies:

$ bundle install

Building

To build the site into the default output directory dist:

$ make

Development

To serve the site and automatically re-build when files are changed:

$ make dev

The site can then be viewed at localhost:3000.