mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
19 lines
297 B
Markdown
19 lines
297 B
Markdown
# wezm.net v2
|
|
|
|
Build with the [Zola] static site compiler:
|
|
|
|
zola serve
|
|
|
|
## Dates
|
|
|
|
Generate dates in front-matter from vim:
|
|
|
|
:r! date +\%Y-\%m-\%dT\%H:\%M:\%S\%:z
|
|
|
|
## Terminal screenshots
|
|
|
|
Resize:
|
|
|
|
xdotool windowsize $(xdotool selectwindow) 1600 1200
|
|
|
|
[Zola]: https://www.getzola.org/
|