Hello,

Fabrice Niessen wrote:
> I've just published a new theme, called ReadTheOrg, on
> https://github.com/fniessen/org-html-themes.
>
> It is a clone of the great Sphinx theme used in the
> http://docs.readthedocs.org/en/latest/ site.  It gives a beautiful and
> professional style to all your Org docs...
>
> Wanna test it right away?  Just add the following to your Org files:
>
> #+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/readtheorg/js/readtheorg.js";></script>
>
> and export...

Ooops!  *You need the CSS* as well, hence:

--8<---------------cut here---------------start------------->8---
#+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/readtheorg/js/readtheorg.js";></script>
--8<---------------cut here---------------end--------------->8---

> Please see the
> https://github.com/fniessen/org-html-themes/blob/master/demo/org-mode-syntax.org
> page for full examples of headings, code, admonitions, footnotes, tables
> and other details.

Best regards,
Fabrice

-- 
Fabrice Niessen
Leuven, Belgium
http://www.pirilampo.org/


Reply via email to