1
0
Fork 0
forked from wezm/wezm.net
wezm.net/v1
2020-01-31 10:07:58 +11:00
..
content Add banner to v1 pointing at v2 2020-01-29 20:51:52 +11:00
drafts Move existing site to v1 directory 2020-01-29 09:04:25 +11:00
etc Move existing site to v1 directory 2020-01-29 09:04:25 +11:00
layouts Use new GoatCounter site code/sub-domain 2020-01-31 10:07:58 +11:00
lib Move existing site to v1 directory 2020-01-29 09:04:25 +11:00
output Move existing site to v1 directory 2020-01-29 09:04:25 +11:00
script Move existing site to v1 directory 2020-01-29 09:04:25 +11:00
templates Move existing site to v1 directory 2020-01-29 09:04:25 +11:00
.gitignore Move existing site to v1 directory 2020-01-29 09:04:25 +11:00
.ruby-version Move existing site to v1 directory 2020-01-29 09:04:25 +11:00
config.yaml Add banner to v1 pointing at v2 2020-01-29 20:51:52 +11:00
Dockerfile Move existing site to v1 directory 2020-01-29 09:04:25 +11:00
Gemfile Move existing site to v1 directory 2020-01-29 09:04:25 +11:00
Gemfile.lock Move existing site to v1 directory 2020-01-29 09:04:25 +11:00
Guardfile Move existing site to v1 directory 2020-01-29 09:04:25 +11:00
Rakefile Move existing site to v1 directory 2020-01-29 09:04:25 +11:00
README.mkdn Move existing site to v1 directory 2020-01-29 09:04:25 +11:00
Rules Move existing site to v1 directory 2020-01-29 09:04:25 +11: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"

Trim CLI screenshots:

    convert *.png -set filename:name '%t' -background white -splice 0x1 -background white -splice 0x1 -trim +repage -chop 0x1 '%[filename:name].png'