tvl-depot/blog
William Carroll 1fbdec0d6a Initialize //blog with lorri
To create new posts, I run...
```shell
hugo new name-of-post.md
```

While writing posts, I run...
```shell
hugo serve -D
```

I need hugo available on PATH environment variable, which lorri provides.
2020-03-10 13:27:11 +00:00
..
archetypes Prefer hugo for blog.wpcarro.dev 2020-03-09 13:27:35 +00:00
content/english Rename my-first-post 2020-03-10 13:27:11 +00:00
themes/tailwind Update Tailwind theme 2020-03-10 13:27:11 +00:00
.envrc Initialize //blog with lorri 2020-03-10 13:27:11 +00:00
config.toml Prefer hugo for blog.wpcarro.dev 2020-03-09 13:27:35 +00:00
default.nix Nixify hugo deployment 2020-03-09 15:35:12 +00:00
shell.nix Initialize //blog with lorri 2020-03-10 13:27:11 +00:00