wezm.net/v1
Wesley Moore 0de2ebd3ae
Add canonical link to about page
To try to make Google show the v2 about page instead of the v1 page.
Noticed when searching Google for 'wezm'.
2025-05-26 16:27:28 +10:00
..
.bundle Get running on new Ruby + Bundler 2025-05-26 16:27:28 +10:00
content Add v2 sitemap.xml to root robots.txt 2023-07-03 09:34:54 +10: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 Add canonical link to about page 2025-05-26 16:27:28 +10: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 Get running on new Ruby + Bundler 2025-05-26 16:27:28 +10:00
.ruby-version Update Alpine infra post to note move to lego 2022-01-15 10:47:51 +10:00
config.yaml Set v2 base_url to https 2023-07-03 09:35:07 +10: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 Get running on new Ruby + Bundler 2025-05-26 16:27:28 +10: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 Get running on new Ruby + Bundler 2025-05-26 16:27:28 +10: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'

Setup
-----

    bundle install
    bundle exec ..

Building and Deployment
-----------------------

* Build with: `nanoc co`
* Deploy with: `nanoc deploy`