Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 988 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 988 Bytes

Build Status

README

This is the source code for my personal blog. You will find the blog at this URL: http://perlun.eu.org

The blog is powered by Jekyll, a very nice and simple static site generator. The physical hardware that powers the site is a Raspberry PI, graciously donated by my brother. Thanks bro! :)

(As you can see, the site is still reasonably fast despite the limited hardware of the RPi. The main reason for this is that a Jekyll-powered site is plain html, i.e. no PHP/Wordpress/ASP.NET/JSP etc that needs to run on every page hit. This has naturally an extreme impact on performance vs dynamically generated pages.)

To serve the web pages locally

bundle install # Assumes you have a working Ruby installation available.
bundle exec jekyll serve -w