diff --git a/README.html b/README.html index 2a6c5f3..cad22aa 100644 --- a/README.html +++ b/README.html @@ -196,36 +196,36 @@

Table of Contents

@@ -236,12 +236,12 @@ btn_donate_LG.gif -
-

1 Overview

+
+

1 Overview

-
-

1.1 Description

+
+

1.1 Description

Though you can easily override CSS stylesheets and add your own HTML themes, we @@ -267,8 +267,8 @@ Follow f_niessen on Twitter for upda

-
-

1.2 Requirements

+
+

1.2 Requirements

Org mode version 8 (or later) is required. @@ -281,12 +281,12 @@ If such a version is not bundled with your Emacs, install one from ELPA.

-
-

2 Quotations

+
+

2 Quotations

-
-

2.1 About Bigblow

+
+

2.1 About Bigblow

“Very very nice, I enjoy it a lot.”
@@ -327,8 +327,8 @@ wonderful package!”

-
-

2.2 About ReadTheOrg

+
+

2.2 About ReadTheOrg

“OMG. The ReadTheOrg theme for exported HTML from org mode files is eye @@ -368,8 +368,8 @@ available.”

-
-

3 Gallery

+
+

3 Gallery

This is a list of available HTML themes for Org mode, which you can use right @@ -377,8 +377,8 @@ now! Well, I hope to have more than one in a couple of weeks…

-
-

3.1 Bigblow

+
+

3.1 Bigblow

Bigblow is perfect for your work: it is a clean design aimed at optimal Org @@ -478,8 +478,8 @@ Keyboard shortcuts to save time and boost your productivity:

-
-

3.2 ReadTheOrg

+
+

3.2 ReadTheOrg

ReadTheOrg is a clone of the official – and great! – theme @@ -514,8 +514,8 @@ default structure of the HTML export)!

-
-

4 Demo

+
+

4 Demo

I’ve written a demo page for the themes that provides a maximal working support @@ -529,16 +529,16 @@ admonitions, footnotes, tables and other details.

-
-

5 Using a theme

+
+

5 Using a theme

-Using a theme from the theme gallery for your own Org documents is very easy: +Using a theme from the theme gallery for your own Org documents is very easy:

  1. -You add a #+SETUPFILE: directive in the preamble of your document (to include +You add a #+SETUPFILE: directive in the preamble of your document (to include the necessary CSS and JavaScript files).

    @@ -548,7 +548,7 @@ chosen theme:

    @@ -557,12 +557,13 @@ chosen theme:

    -or, if you cloned or downloaded the Org-HTML themes project, use a (relative -or absolute) path to the “setup file”: +or, if you cloned or downloaded the Org-HTML themes project – to get no +dependency on an Internet connection –, use a (relative or absolute) path to +the local “setup file”:

    -
      #+SETUPFILE: path/to/Git/repo/setup/THEME-NAME.setup
    +
       #+SETUPFILE: path/to/Git/repo/setup/THEME-NAME-local.setup
     
  2. @@ -572,8 +573,8 @@ with C-c C-e h h.
-
-

6 Customizing a theme

+
+

6 Customizing a theme

You love those themes, but you still would like to override particular HTML @@ -598,12 +599,12 @@ change…

-
-

7 Contributing

+
+

7 Contributing

-
-

7.1 Issues

+
+

7.1 Issues

Report issues and suggest features and improvements on the GitHub issue tracker. @@ -611,8 +612,8 @@ Report issues and suggest features and improvements on the -

7.2 Patches

+
+

7.2 Patches

I love contributions! Patches under any form are always welcome! @@ -620,8 +621,8 @@ I love contributions! Patches under any form are always welcome!

-
-

7.3 Donations

+
-
-

7.4 Follow me

+
+

7.4 Follow me

I have an f_niessen account on Twitter. You should follow it. @@ -647,8 +648,8 @@ I have an f_niessen account on Twitt

-
-

8 License

+
+

8 License

Copyright (C) 2011-2018 Fabrice Niessen. diff --git a/README.org b/README.org index 308797a..c52b7ad 100644 --- a/README.org +++ b/README.org @@ -169,112 +169,29 @@ admonitions, footnotes, tables and other details. Using a theme from the [[id:79e0ed21-c3b0-4f00-bdab-29fbff9dcad4][theme gallery]] for your own Org documents is very easy: -1. You *add a =#+SETUPFILE:= directive* in the preamble of your document (to include +1. You *add a* =#+SETUPFILE:= *directive* in the preamble of your document (to include the necessary CSS and JavaScript files). You can either use an URL of the following type for the "setup file" of your chosen theme: - #+begin_src org :exports code - ,#+SETUPFILE: https://fniessen.github.io/org-html-themes/setup/THEME-NAME.setup - #+end_src + #+begin_src org :exports code + ,#+SETUPFILE: https://fniessen.github.io/org-html-themes/setup/THEME-NAME.setup + #+end_src - (where ~THEME-NAME~ is ~theme-bigblow~ or ~theme-readtheorg~) + (where ~THEME-NAME~ is ~theme-bigblow~ or ~theme-readtheorg~) - or, if you *cloned or downloaded* the Org-HTML themes project, use a (relative - or absolute) path to the "setup file": + or, if you *cloned or downloaded* the Org-HTML themes project -- to get no + dependency on an Internet connection --, use a (relative or absolute) path to + the local "setup file": - #+begin_src org :exports code - ,#+SETUPFILE: path/to/Git/repo/setup/THEME-NAME.setup - #+end_src + #+begin_src org :exports code + ,#+SETUPFILE: path/to/Git/repo/setup/THEME-NAME-local.setup + #+end_src 2. Then, you *export* your Org mode file *to HTML* with =org-html-export-to-html= or with =C-c C-e h h=. -# ** Bigblow :noexport: -# -# In order to use the Bigblow style, just copy the [[file:setup/theme-bigblow.setup][theme-bigblow.setup]] file to -# your project and link to it this way: -# -# #+begin_src org :exports code -# ,#+SETUPFILE: theme-bigblow.setup -# #+end_src -# -# If you prefer, you can add the content of the setup file at the beginning of -# your Org file instead: -# -# #+begin_src org :exports code :tangle setup/theme-bigblow.setup -# # -*- mode: org; -*- -# -# ,#+HTML_HEAD: -# ,#+HTML_HEAD: -# ,#+HTML_HEAD: -# -# ,#+HTML_HEAD: -# ,#+HTML_HEAD: -# -# ,#+HTML_HEAD: -# ,#+HTML_HEAD: -# ,#+HTML_HEAD: -# ,#+HTML_HEAD: -# ,#+HTML_HEAD: -# ,#+HTML_HEAD: -# #+end_src -# -# #+begin_src org :exports code :tangle setup/theme-bigblow-local.setup -# # -*- mode: org; -*- -# -# ,#+HTML_HEAD: -# ,#+HTML_HEAD: -# ,#+HTML_HEAD: -# -# ,#+HTML_HEAD: -# ,#+HTML_HEAD: -# -# ,#+HTML_HEAD: -# ,#+HTML_HEAD: -# ,#+HTML_HEAD: -# ,#+HTML_HEAD: -# ,#+HTML_HEAD: -# ,#+HTML_HEAD: -# #+end_src -# -# ** Readtheorg :noexport: -# -# In order to use the ReadTheOrg style, just copy the [[file:setup/theme-readtheorg.setup][theme-readtheorg.setup]] file -# to your project and link to it this way: -# -# #+begin_src org :exports code -# ,#+SETUPFILE: theme-readtheorg.setup -# #+end_src -# -# If you prefer, you can add the content of the setup file at the beginning of -# your Org file instead: -# -# #+begin_src org :exports code :tangle setup/theme-readtheorg.setup -# # -*- mode: org; -*- -# -# ,#+HTML_HEAD: -# ,#+HTML_HEAD: -# -# ,#+HTML_HEAD: -# ,#+HTML_HEAD: -# ,#+HTML_HEAD: -# ,#+HTML_HEAD: -# #+end_src -# -# #+begin_src org :exports code :tangle setup/theme-readtheorg-local.setup -# # -*- mode: org; -*- -# -# ,#+HTML_HEAD: -# ,#+HTML_HEAD: -# -# ,#+HTML_HEAD: -# ,#+HTML_HEAD: -# ,#+HTML_HEAD: -# ,#+HTML_HEAD: -# #+end_src - * Customizing a theme You love those themes, but you still would like to override particular HTML