Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 640 Bytes

readme.markdown

File metadata and controls

27 lines (15 loc) · 640 Bytes

alex.mullr.net

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.

Development

Use jekyll from the command line to make the site available locally.

Deploying

To just update existing files and add new ones:

$ rake rsync:update

To delete everything and upload a fresh compiled site:

$ rake rsync:scratch