My personal website.
Water.css + Jekyll
See my blog post for more information.
First install ruby and bundler, then run bundle install
.
Now you can use bundle exec jekyll build
to build, and bundle exec jekyll serve
to serve locally.
If you're using Nix, just run nix develop
to get a shell with everything you need.
You can also use nix build
to build the site, ready for deployment. You can serve it locally using nix run
.