44 lines
1.1 KiB
Org Mode
44 lines
1.1 KiB
Org Mode
#+TITLE: README
|
|
|
|
* Org publish personal website
|
|
|
|
** Sources
|
|
|
|
- [[https://christianmoe.com/en/notes/static-site.html][Minerva's owlet: A mostly static website with Emacs Orgmode]]
|
|
- [[https://systemcrafters.net/publishing-websites-with-org-mode/building-the-site/][Systemcrafters: Publishing websites with org mode]]
|
|
- [[https://taingram.org/blog/org-mode-blog.html][Taingram.org: Building a Emacs Org-Mode Blog]]
|
|
|
|
** Usage
|
|
|
|
#+begin_src sh
|
|
./build.sh
|
|
#+end_src
|
|
|
|
** i18n
|
|
|
|
Website is supposedly bilingual - Slovenian and English with asymetric
|
|
translations. When I'm looking the English version of website I want to see only
|
|
English content but when I'm on Slovenian site I actually want to see everything
|
|
without the duplicate content that is translated in both languages.
|
|
|
|
** SSL
|
|
|
|
https://certbot.eff.org/instructions?ws=apache&os=pip
|
|
|
|
* Plan
|
|
|
|
- Add RSS
|
|
- Investigate AP support
|
|
|
|
** Current issues
|
|
|
|
|
|
*** Broken pre item in menu
|
|
|
|
Somehow system font Free Serif is taken by the broser instead of Noto mono.
|
|
|
|
*** English blog & menu
|
|
|
|
- blog index should show only blogposts
|
|
- going back from blogpost to blog should not go to /en/blog/blog.
|