Add "readtheorg" HTML export theme

This commit is contained in:
Jez Cope 2021-08-08 18:36:43 +01:00
parent 354c102fae
commit 81bcad97af
2 changed files with 10 additions and 0 deletions

View File

@ -3,6 +3,7 @@
:END:
#+TITLE: Nix: a gentle introduction
#+author: Jez Cope
#+setupfile: theme-readtheorg.setup
#+options: toc:t num:2 creator:nil date:nil H:3
#+language: en

9
theme-readtheorg.setup Normal file
View File

@ -0,0 +1,9 @@
# -*- mode: org; -*-
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/readtheorg/css/htmlize.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/readtheorg/css/readtheorg.css"/>
#+HTML_HEAD: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
#+HTML_HEAD: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/lib/js/jquery.stickytableheaders.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/readtheorg/js/readtheorg.js"></script>