mirror of
https://github.com/wezm/wezm.net.git
synced 2025-09-11 22:14:14 +00:00
To try to make Google show the v2 about page instead of the v1 page. Noticed when searching Google for 'wezm'. |
||
---|---|---|
.. | ||
.bundle | ||
content | ||
drafts | ||
etc | ||
layouts | ||
lib | ||
output | ||
script | ||
templates | ||
.gitignore | ||
.ruby-version | ||
config.yaml | ||
Dockerfile | ||
Gemfile | ||
Gemfile.lock | ||
Guardfile | ||
Rakefile | ||
README.mkdn | ||
Rules |
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' Setup ----- bundle install bundle exec .. Building and Deployment ----------------------- * Build with: `nanoc co` * Deploy with: `nanoc deploy`