blob: c91960957c9fe83460fea7cec73b6830faff9e80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
#+title: Notes
* Tasks [3/22]
- [ ] Code -> Projects as a list of homepage/cgit/public-inbox
- [X] split Blog -> Blog/Articles
- [ ] Add tags to posts and a way to show only posts with a given tag
(emacs/guix/hosting/...)
- [ ] Use ~:sitemap-function~ to generate rss.org (and index like files)
in order to stop forcing regeneration of all files every time
- [X] Use po4a for translations
- [X] Use include to generate navigation instead of specifying it every
time a bit differently
- [ ] Make simple script to filter org files for po4a
- [ ] Try to configure po4a to put org headline and their first
paragraphs in separate msgids
- [ ] Move ~<nav>~ generation to ~html-preamble~ as function
- [ ] Make automatic headline anchor naming use the path to the section
- [ ] Display language in each source block on the left, thus solving
the tangled file link problem
- [ ] Add access through tor
- [ ] Add another list to the navigation bar with links to other
representation of the document. index.html -> index.org, index.txt,
index.pdf -> [org] [txt] [pdf]
- [ ] Rename my sole article to "On the Use of Computers"
- [ ] Write an article "On Online Presence"
- [ ] Write an article "On Computer Science"
- [ ] Write an article "For Translators"
- [ ] Write an article "Bag of Latex Tricks"
- [ ] Write an article "Bag of Guix Tricks"
- [ ] Write a quick blog post showcasing how to implement lazy
calculator (parser) in C
- [ ] Publish university projects
- [ ] When generatic nav for translations, only show+build the ones,
that are actually available
* Resources
- [[https://systemcrafters.net/publishing-websites-with-org-mode/building-the-site/][Build Your Website with Org Mode - System Crafters]]
- [[https://meganrenae21.github.io/Meg-in-Progress/posts/blogging-with-org-mode.html][How I built a simple static blog with org-mode]]
- [[https://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html][Publishing Org-mode files to HTML]]
- [[https://memory-heap.org/~avp/][memory heap]]
- [[https://thibaultmarin.github.io/blog/posts/2016-11-13-Personal_website_in_org.html][Personal website in org]]
- http://bastibe.de/2013-11-13-blogging-with-emacs.html
- http://emacs-doctor.com/blogging-from-emacs.html
- http://endlessparentheses.com/how-i-blog-one-year-of-posts-in-a-single-org-file.html
- https://github.com/howardabrams/dot-files/blob/master/emacs-blog.org
- http://www.john2x.com/blog/blogging-with-orgmode.html
- https://ogbe.net/blog/blogging_with_org.html
- http://nicolas.petton.fr/blog/blogging-with-org-mode.html
- [[https://blog.mozilla.org/l10n/2011/12/14/i18n-vs-l10n-whats-the-diff/][i18n vs l10n — what’s the diff? – Mozilla L10N]]
|