Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexmuller/alex.mullr.net

My personal site
https://github.com/alexmuller/alex.mullr.net

Last synced: about 2 months ago
JSON representation

My personal site

Awesome Lists containing this project

README

        

# alex.mullr.net #

This is my personal site. It uses [Jekyll][jekyll] to translate Markdown into the HTML
that renders [alex.mullr.net][am].

[jekyll]: https://github.com/mojombo/jekyll/
[am]: http://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