This is my personal site. It uses Jekyll to translate Markdown into the HTML that renders alex.mullr.net.
Includes some .htaccess
files (for Apache, obviously).
Assets are handled (built and minified) by the jekyll-assets
gem, required
in _plugins/ext.rb
.
Use jekyll
from the command line to make the site available locally.
To just update existing files and add new ones:
$ rake rsync:update
To delete everything and upload a fresh compiled site:
$ rake rsync:scratch