wezm.net/v1/README.mkdn
Wesley Moore 0d04f2f3c4
Get running on new Ruby + Bundler
ruby 3.4.3 (2025-04-14 revision d0b7e5b6a0) +PRISM [x86_64-linux]
Bundler version 2.6.7
2025-05-26 16:27:28 +10:00

35 lines
581 B
Markdown

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`