Skip to content

perlun/perlun.eu.org

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
om
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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