blog generate
```
-## Usage II: Publishing
+## II: Publishing
Publishing the blog and archive requires `rsync`.
This will include *all the posts* in gemtext format.
-## Usage III: Source Control
+## III: Source Control
Blog supports saving snapshots of the blog in git, and you can add and remove remotes with the following commands:
**IF YOU CHANGE ANY FILES MANUALLY, REMEMBER TO SYNC UP, OTHERWISE YOUR CHANGES WILL BE LOST**
-## Usage IV: Customizing
+## IV: Customizing
The default templates included in blog are very generic and likely not helpful for your use case. However, you can customize this freely:
Any files inside the `static` directory of your blog data root (`$XDG_DATA_HOME/blog`) will be copied as is. This is useful for any images, javascript files or stylesheets that you use in your posts or templates.
-## Usage V: Where is Data Stored?
+## V: Where is Data Stored?
Blog uses three diretories to store data, all of them using the XDG User
Directories.
All of these can be overridden by environment variables.
-## Usage VI: Configuration
+## VI: Configuration
You can control the number of posts in the ephemeral blog, and the location of
all the data by using environment variables.