summaryrefslogtreecommitdiffstats
path: root/2020/info/15.md
blob: c2472c8ae447b7bbcab0250c4cd554bb7725a75e (plain) (blame)
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Moving from Jekyll to OrgMode, an experience report
Adolfo Villafiorita

I have been a long time user of static site generators, such as
Jekyll.

I recently discovered Org Mode's publishing features and started
appreciating flexibility and capabilities, especially when literate
programming comes into play to generate "dynamic" content.

In this talk/tutorial I will present the challenges I faced and how I
finally moved my homepage and the University of Trento's Computational
Logic website to Org Mode.

<!-- from the pad --->

-   Actual start and end time (EST): Start 2020-11-28T14.36.18; Q&A: 2020-11-28T14.51.48; End 2020-11-28T14.53.03


# Questions


## Opinion on Firn ( <https://github.com/theiceshelf/firn> ) ?


## Do you discuss this in a blog as well? Where could I find more about it?


### Talk and content will be published later after the conference. Will be available on the talk page.


## Could you please paste your URLs in the notes below? (link to your site etc).


### The source repository of the first website (my homepage) lives here: <https://www.ict4g.net/gitea/adolfo/home> and the output is: <https://www.ict4g.net/adolfo/>


### The source repository of the second website (Computational Logic) lives here: <https://www.ict4g.net/gitea/adolfo/cl-2020> and the output is: <http://datascientia.education/cl-2020>


### The talk, code and links are now availble here: <https://www.ict4g.net/adolfo/notes/emacsconf-2020/index.html>


## <https://www.ict4g.net/gitea/adolfo/home> has the source code for the website.


## Not a question, but thanks for the talk!


# Notes


## Main reason: Org has better support for literate programming.


## Org mode files support in Jekyll - <https://emacs.cc/jekyll-org/>


## Mentioned: <http://juanjose.garciaripoll.com/blog/org-mode-html-templates/index.html> (org-thml)


## Other static webpage generators: <https://github.com/novoid/lazyblorg/wiki/Similar-Projects>