Add instruction to export to HTML

Fixes: #11.
This commit is contained in:
Fabrice Niessen 2015-04-23 20:16:35 +02:00
parent 3b29b9cd0b
commit cb98b1a396
2 changed files with 8 additions and 3 deletions

View File

@ -228,7 +228,7 @@
<div id="outline-container-orgheadline15" class="outline-2"> <div id="outline-container-orgheadline15" class="outline-2">
<h2 id="orgheadline15"><span class="section-number-2">5</span> Installing a theme</h2> <h2 id="orgheadline15"><span class="section-number-2">5</span> Installing a theme</h2>
<div class="outline-text-2" id="text-5"> <div class="outline-text-2" id="text-5">
<p>Using a theme from the <a href="#orgheadline10">theme gallery</a> for your own Org documents is very easy: you just need to clone the Org-HTML themes project and add a <code>#+SETUPFILE:</code> directive in the preamble to include the CSS and JavaScript files.</p> <p>Using a theme from the <a href="#orgheadline10">theme gallery</a> for your own Org documents is very easy: you just need to clone the Org-HTML themes project, add a <code>#+SETUPFILE:</code> directive in the preamble to include the CSS and JavaScript files, then export your Org mode file to HTML.</p>
<p>You can either:</p> <p>You can either:</p>
<ul class="org-ul"> <ul class="org-ul">
<li> <li>
@ -247,6 +247,7 @@
</pre></div> </pre></div>
</li> </li>
</ul> </ul>
<p>Then export your Org mode file to HTML with <code>org-html-export-to-html</code> or with <code>C-c C-e h h</code>.</p>
</div> </div>
<div id="outline-container-orgheadline13" class="outline-3"> <div id="outline-container-orgheadline13" class="outline-3">
<h3 id="orgheadline13"><span class="section-number-3">5.1</span> Bigblow</h3> <h3 id="orgheadline13"><span class="section-number-3">5.1</span> Bigblow</h3>

View File

@ -145,8 +145,9 @@ admonitions, footnotes, tables and other details.
* Installing a theme * Installing a theme
Using a theme from the [[id:79e0ed21-c3b0-4f00-bdab-29fbff9dcad4][theme gallery]] for your own Org documents is very easy: Using a theme from the [[id:79e0ed21-c3b0-4f00-bdab-29fbff9dcad4][theme gallery]] for your own Org documents is very easy:
you just need to clone the Org-HTML themes project and add a =#+SETUPFILE:= you just need to clone the Org-HTML themes project, add a =#+SETUPFILE:= directive
directive in the preamble to include the CSS and JavaScript files. in the preamble to include the CSS and JavaScript files, then export your Org
mode file to HTML.
You can either: You can either:
@ -165,6 +166,9 @@ You can either:
,#+SETUPFILE: path/to/Git/repo/setup/THEME-NAME.setup ,#+SETUPFILE: path/to/Git/repo/setup/THEME-NAME.setup
#+end_src #+end_src
Then export your Org mode file to HTML with =org-html-export-to-html= or with =C-c
C-e h h=.
** Bigblow ** Bigblow
In order to use the Bigblow style, just copy the [[file:setup/theme-bigblow.setup][theme-bigblow.setup]] file to In order to use the Bigblow style, just copy the [[file:setup/theme-bigblow.setup][theme-bigblow.setup]] file to