diff --git a/README.html b/README.html index 1f2212c..f8d336e 100644 --- a/README.html +++ b/README.html @@ -196,35 +196,36 @@

Table of Contents

@@ -235,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 @@ -266,8 +267,8 @@ Follow f_niessen on Twitter for upda

-
-

1.2 Requirements

+
+

1.2 Requirements

Org mode version 8 (or later) is required. @@ -280,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.”
@@ -326,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 @@ -367,8 +368,8 @@ available.”

-
-

3 Gallery

+
+

3 Gallery

This is a list of available HTML themes for Org mode, which you can use right @@ -376,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 @@ -477,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 @@ -513,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 @@ -528,11 +529,11 @@ 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:

    @@ -571,31 +572,57 @@ with C-c C-e h h.
-
-

6 Contributing

+
+

6 Customizing a theme

+

+You love those themes, but you still would like to override particular HTML +tags? +

+ +

+Here’s an example to insert into your Org documents: +

+ +
+
# Change the background of source block.
+#+HTML_HEAD: <style>pre.src{background:#343131;color:white;} </style>
+
-
-

6.1 Issues

-
+ +

+Before doing that, though, if you think it really is an improvement that could +server other persons as well, including me, you’re invited to submit your +change… +

+
+
+ +
+

7 Contributing

+
+
+
+

7.1 Issues

+

Report issues and suggest features and improvements on the GitHub issue tracker.

-
-

6.2 Patches

-
+
+

7.2 Patches

+

I love contributions! Patches under any form are always welcome!

-
-

6.3 Donations

-
+
+

7.3 Donations

+

If you use the org-html-themes project (or any of my other projects) and feel it is making your life better and easier, you can show your appreciation and help @@ -610,9 +637,9 @@ beer and as in speech.

-
-

6.4 Follow me

-
+
+

7.4 Follow me

+

I have an f_niessen account on Twitter. You should follow it.

@@ -620,9 +647,9 @@ I have an f_niessen account on Twitt
-
-

7 License

-
+
+

8 License

+

Copyright (C) 2011-2017 Fabrice Niessen.

diff --git a/README.org b/README.org index ecba743..de20bdd 100644 --- a/README.org +++ b/README.org @@ -275,6 +275,22 @@ Using a theme from the [[id:79e0ed21-c3b0-4f00-bdab-29fbff9dcad4][theme gallery] # ,#+HTML_HEAD: # #+end_src +* Customizing a theme + +You love those themes, but you still would like to override particular HTML +tags? + +Here's an example to insert into your Org documents: + +#+begin_src org :tangle no +# Change the background of source block. +,#+HTML_HEAD: +#+end_src + +Before doing that, though, if you think it really is an improvement that could +server other persons as well, including me, you're invited to submit your +change... + * Contributing ** Issues