Fix path to SETUP file

This commit is contained in:
Fabrice Niessen 2014-09-13 15:35:28 +02:00
parent 1e28019e50
commit 28859ced74
1 changed files with 24 additions and 21 deletions

View File

@ -1,7 +1,7 @@
#+TITLE: Awesome HTML themes for files exported from Org mode #+TITLE: Awesome HTML themes for files exported from Org mode
#+AUTHOR: Fabrice Niessen #+AUTHOR: Fabrice Niessen
#+EMAIL: (concat "fniessen" at-sign "pirilampo.org") #+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. #+DESCRIPTION: Org-HTML export made simple.
#+KEYWORDS: org, export, html, theme, style, css, js #+KEYWORDS: org, export, html, theme, style, css, js
#+LANGUAGE: en #+LANGUAGE: en
@ -71,33 +71,16 @@ You can either:
** BigBlow ** BigBlow
In order to use this style, just copy the [[file:setup/bigblow.setup][bigblow.setup]] file to your project In order to use this style, just copy the [[file:setup/bigblow-pirilampo.setup][bigblow-pirilampo.setup]] file to your
and link to it this way: project and link to it this way:
#+begin_src org :exports code #+begin_src org :exports code
,#+SETUPFILE: bigblow.setup ,#+SETUPFILE: bigblow-pirilampo.setup
#+end_src #+end_src
If you prefer, you can add the content of the setup file at the beginning of If you prefer, you can add the content of the setup file at the beginning of
your Org file instead: your Org file instead:
#+begin_src org :exports code :tangle setup/bigblow-github-dev.setup
# -*- mode: org; -*-
,#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/css/htmlize.css"/>
,#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/css/bigblow.css"/>
,#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/css/hideshow.css"/>
,#+HTML_HEAD: <script type="text/javascript" src="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/js/jquery-1.11.0.min.js"></script>
,#+HTML_HEAD: <script type="text/javascript" src="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/js/jquery-ui-1.10.2.min.js"></script>
,#+HTML_HEAD: <script type="text/javascript" src="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/js/jquery.localscroll-min.js"></script>
,#+HTML_HEAD: <script type="text/javascript" src="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/js/jquery.scrollTo-1.4.3.1-min.js"></script>
,#+HTML_HEAD: <script type="text/javascript" src="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/js/jquery.zclip.min.js"></script>
,#+HTML_HEAD: <script type="text/javascript" src="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/js/bigblow.js"></script>
,#+HTML_HEAD: <script type="text/javascript" src="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/js/hideshow.js"></script>
#+end_src
#+begin_src org :exports code :tangle setup/bigblow-pirilampo.setup #+begin_src org :exports code :tangle setup/bigblow-pirilampo.setup
# -*- mode: org; -*- # -*- mode: org; -*-
@ -134,6 +117,26 @@ Here a local version (using relative paths):
,#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/hideshow.js"></script> ,#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/hideshow.js"></script>
#+end_src #+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: <link rel="stylesheet" type="text/css" href="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/css/htmlize.css"/>
,#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/css/bigblow.css"/>
,#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/css/hideshow.css"/>
,#+HTML_HEAD: <script type="text/javascript" src="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/js/jquery-1.11.0.min.js"></script>
,#+HTML_HEAD: <script type="text/javascript" src="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/js/jquery-ui-1.10.2.min.js"></script>
,#+HTML_HEAD: <script type="text/javascript" src="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/js/jquery.localscroll-min.js"></script>
,#+HTML_HEAD: <script type="text/javascript" src="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/js/jquery.scrollTo-1.4.3.1-min.js"></script>
,#+HTML_HEAD: <script type="text/javascript" src="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/js/jquery.zclip.min.js"></script>
,#+HTML_HEAD: <script type="text/javascript" src="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/js/bigblow.js"></script>
,#+HTML_HEAD: <script type="text/javascript" src="https://rawgit.com/fniessen/org-html-themes/master/styles/bigblow/js/hideshow.js"></script>
#+end_src
* Contributing * Contributing
I love contributions! If you'd like to contribute, please send a patch file or I love contributions! If you'd like to contribute, please send a patch file or