Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perlun/perlun.eu.org
Personal blog site
https://github.com/perlun/perlun.eu.org
blog jekyll markdown ruby
Last synced: about 1 month ago
JSON representation
Personal blog site
- Host: GitHub
- URL: https://github.com/perlun/perlun.eu.org
- Owner: perlun
- Created: 2015-03-26T19:48:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-06T08:03:55.000Z (about 1 year ago)
- Last Synced: 2024-01-07T08:22:12.372Z (about 1 year ago)
- Topics: blog, jekyll, markdown, ruby
- Language: CSS
- Homepage: http://perlun.eu.org
- Size: 27.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/perlun/perlun.eu.org.svg?branch=master)](https://travis-ci.org/perlun/perlun.eu.org)
# 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](http://www.jekyllrb.com), a very nice and simple static site generator. The physical hardware that powers the site is a [Raspberry PI](https://www.raspberrypi.org/), graciously donated by [my brother](https://github.com/johannesl). 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
```