Jetsung Chan
Results
2
comments of
Jetsung Chan
I resolved this issue in the following ways: 1. Alter the `docker compose` file as follows: ```yaml services: asciinema: ... volumes: - ./custom.exs:/opt/app/etc/custom.exs ... ``` 2. Here is the content...
We need to make modifications to the config.toml configuration file so that it can support tags and categories. - `config.toml` ```toml [Permalinks] posts = ":contentbasename" [taxonomies] tag = "tags" category...