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