02.10.2025
hugo
Тож, как обычно, слабые наметки.
- https://gohugo.io/, https://github.com/gohugoio/hugo
- https://themes.gohugo.io/
- https://github.com/masasam/emacs-easy-hugo - потенциально полезно мне как емаксерке.
- https://github.com/niklasfasching/go-org - аналогично.
- https://gohugo.io/getting-started/configuration/
- https://gohugo.io/installation/linux/
Пока решила только задачу переноса существующего контента:
- существующие страницы надо класть в content, конкретно страницу index.html - в layouts (как подсказали в чатике https://t.me/zettelLinux), остальное содержимое в assets.
- https://gohugo.io/documentation/
- https://gohugo.io/configuration/markup/
- https://gohugo.io/commands/
- https://gohugo.io/content-management/
- https://gohugo.io/hugo-pipes/
- https://gohugo.io/templates/shortcode/
Про html в md – не так всё просто: https://stackoverflow.com/questions/61292854/with-hugo-can-we-use-html-code-in-a-md-file, - https://gohugo.io/functions/safe/html/, However, if you use HTML frequently in your site, you can add to your config.toml
[markup.goldmark.renderer] unsafe = true # Allow HTML in md files
    Все посты
  
