-
-
**Is your feature request related to a problem? Please describe.**
Output collection names are specified in two places and must be updated in two places. This leads to potential for inconsistencies, …
-
Note taking and collaboration
-
## 영어 공부 기사
TikTok now offers a very basic text-to-image AI generator directly in the app
https://www.theverge.com/2022/8/15/23306101/tiktok-ai-greenscreen-filter-text-to-image-mainstream
EV Ad…
-
I was trying to type a less-than sign into a post, escaping it with a backslash, but it is not visible in the published page. It works when not followed by a letter immediately.
```
I tried this
\
A…
-
As the content is generated dynamically, allowing users to include arbitrary CSS would be an advantage. Maybe with the light filtering for external resources, etc.
-
I need to add a meta element like this:
~~~html
~~~
but it seems I cannot currently do that
-
Hello everyone,
A few weeks ago I came across the well-known problem that rss-bridge doesn't work for some websites. This is always the case when the website loads some content via XMLHttpRequest (…
-
The `/blog/any-post.md ` redirects to localhost on server. I have already configured `baseURL` on `hugo.toml` . I also noticed that force URL redirection seems to work, so the issue appears to be with…
-
How to activate paginator in hugo-bearblog theme?
I was added on config.toml:
```
[pagination]
disableAliases = false
pagerSize = 5
path = 'page'
```
but, not worked for me. Thank …