From 28859ced7439bb94e066dc0f2c25009f7a73fddf Mon Sep 17 00:00:00 2001 From: Fabrice Niessen Date: Sat, 13 Sep 2014 15:35:28 +0200 Subject: [PATCH] Fix path to SETUP file --- README.org | 45 ++++++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 21 deletions(-) diff --git a/README.org b/README.org index 5639b8e..3e78037 100644 --- a/README.org +++ b/README.org @@ -1,7 +1,7 @@ #+TITLE: Awesome HTML themes for files exported from Org mode #+AUTHOR: Fabrice Niessen #+EMAIL: (concat "fniessen" at-sign "pirilampo.org") -#+Time-stamp: <2014-09-13 Sat 15:29> +#+Time-stamp: <2014-09-13 Sat 15:34> #+DESCRIPTION: Org-HTML export made simple. #+KEYWORDS: org, export, html, theme, style, css, js #+LANGUAGE: en @@ -71,33 +71,16 @@ You can either: ** BigBlow -In order to use this style, just copy the [[file:setup/bigblow.setup][bigblow.setup]] file to your project -and link to it this way: +In order to use this style, just copy the [[file:setup/bigblow-pirilampo.setup][bigblow-pirilampo.setup]] file to your +project and link to it this way: #+begin_src org :exports code -,#+SETUPFILE: bigblow.setup +,#+SETUPFILE: bigblow-pirilampo.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/bigblow-github-dev.setup -# -*- mode: org; -*- - -,#+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/bigblow-pirilampo.setup # -*- mode: org; -*- @@ -134,6 +117,26 @@ Here a local version (using relative paths): ,#+HTML_HEAD: #+end_src +Here is a remote version (with CSS/JS files served from GitHub webservers) to +share *temporary* examples or demos with small numbers of people: + +#+begin_src org :exports code :tangle setup/bigblow-github-dev.setup +# -*- mode: org; -*- + +,#+HTML_HEAD: +,#+HTML_HEAD: +,#+HTML_HEAD: + +,#+HTML_HEAD: +,#+HTML_HEAD: + +,#+HTML_HEAD: +,#+HTML_HEAD: +,#+HTML_HEAD: +,#+HTML_HEAD: +,#+HTML_HEAD: +#+end_src + * Contributing I love contributions! If you'd like to contribute, please send a patch file or