Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexmuller/alex.mullr.net
- Owner: alexmuller
- Created: 2012-08-03T11:26:48.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2020-06-20T11:10:34.000Z (over 4 years ago)
- Last Synced: 2023-03-11T02:08:37.235Z (almost 2 years ago)
- Language: HTML
- Homepage: https://alex.mullr.net/
- Size: 532 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.markdown
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