diff --git a/README.org b/README.org index 2b8be48..2dbb245 100644 --- a/README.org +++ b/README.org @@ -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 -----