testing more formatting

This commit is contained in:
johnabs
2026-03-27 15:01:17 -04:00
parent 95b4198373
commit 15b77a783d

View File

@@ -7,15 +7,14 @@ Candlelit manuscripts meet cozy stationery. Books, tea, fountain pens, and the q
#+end_quote
-----
#+begin_quote
#+begin_src
██████╗ ██████╗ ██████╗ ███████╗██╗ ██╗
██╔════╝██╔═══██╗██╔══██╗██╔════╝╚██╗██╔╝
██║ ██║ ██║██║ ██║█████╗ ╚███╔╝
██║ ██║ ██║██║ ██║██╔══╝ ██╔██╗
╚██████╗╚██████╔╝██████╔╝███████╗██╔╝ ██╗
╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝
#+end_quote
#+end_src
-----
@@ -30,9 +29,9 @@ Candlelit manuscripts meet cozy stationery. Books, tea, fountain pens, and the q
-----
** Installation
Put the home.tmpl file in /var/lib/gitea/custom/templates/home.tmpl (or whatever your gitea custom path is)
Put the theme-custom.css file in /var/lib/gitea/custom/public/assets/css/theme-custom.css (or whatever your gitea custom path is)
Finally run systemctl restart gitea
- Put the home.tmpl file in /var/lib/gitea/custom/templates/home.tmpl (or whatever your gitea custom path is)
- Put the theme-custom.css file in /var/lib/gitea/custom/public/assets/css/theme-custom.css (or whatever your gitea custom path is)
- Finally run systemctl restart gitea
-----