1
0
Fork 0
forked from wezm/wezm.net
Source of my website, which looks exactly like wezm.net
Find a file
2019-03-24 13:09:52 +11:00
content Add first-3-weeks-of-professional-rust post 2019-03-24 13:08:28 +11:00
drafts Move drafts out of content 2016-09-29 21:46:50 +10:00
etc Add nginx configs 2010-07-13 08:04:18 +10:00
layouts Add Rust 2019 post 2019-01-27 08:35:59 +11:00
lib Small design and layout tweaks 2018-08-19 09:18:26 +10:00
output Add first-3-weeks-of-professional-rust post 2019-03-24 13:08:28 +11:00
script Upgrade to nanoc 4 2018-08-18 17:49:02 +10:00
templates Add current weather mustache template 2010-09-26 17:20:28 +10:00
.gitignore Ignore generated rouge CSS file 2019-03-24 13:09:52 +11:00
.ruby-version Add Rust 2019 post 2019-01-27 08:35:59 +11:00
config.yaml Tweak rsync flags 2019-02-28 18:19:03 +11:00
Dockerfile Add Dockerfile 2019-02-11 11:46:44 +11:00
Gemfile Add Dockerfile 2019-02-11 11:46:44 +11:00
Gemfile.lock Finish lca2019 post 2019-01-27 11:30:28 +11:00
Guardfile Adjust layout to be more responsive 2013-07-28 17:27:22 +10:00
Rakefile Upgrade to nanoc 4 2018-08-18 17:49:02 +10:00
README.mkdn Update docker post with custom base image info 2019-03-02 15:47:45 +11:00
Rules Small design and layout tweaks 2018-08-19 09:18:26 +10:00

WezM.net
========

Site Structure
--------------

    /articles
      /technical
        /category
      /personal
        /category
    /about

Tips
----

Set updated_at on a post in vim:

    :r! ruby -rtime -e "puts File.mtime('%:r.md').xmlschema"