aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/README.md
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-07-29 17:39:06 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-07-29 17:39:06 +0200
commit9ec4ae03ea648b0f882edda44e5a6866bf100d9a (patch)
tree86223c12020a0f6b87ed9097a9edc2df1a3da9c6 /pelican-bootstrap3/README.md
parent200880655b04f209e6e5bedd6407b783b359198f (diff)
downloadpelican-themes-9ec4ae03ea648b0f882edda44e5a6866bf100d9a.zip
pelican-themes-9ec4ae03ea648b0f882edda44e5a6866bf100d9a.tar.gz
pelican-themes-9ec4ae03ea648b0f882edda44e5a6866bf100d9a.tar.bz2
rework static files
get minified CSS and JS files from Debian packages fix font loading remove unneeded CSS and JS
Diffstat (limited to 'pelican-bootstrap3/README.md')
-rw-r--r--pelican-bootstrap3/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/pelican-bootstrap3/README.md b/pelican-bootstrap3/README.md
index cdb9b02..72fb00e 100644
--- a/pelican-bootstrap3/README.md
+++ b/pelican-bootstrap3/README.md
@@ -19,6 +19,12 @@ First:
`git clone https://github.com/getpelican/pelican-themes.git`
+The theme was modified to use packaged versions of the fonts and minified CSS and
+Javascript. The following Debian packages are needed: libjs-bootstrap, libjs-jquery,
+fonts-font-awesome, libjs-bootswatch. Exept for libjs-jquery, newer versions than
+in Debian Jessie are required. There are official backports of some of the packages,
+inofficial ones can be found [here](https://packages.fossencdi.org).
+
Then:
Point the `THEME` variable in your `pelicanconf.py` to `/path/to/pelican-bootstrap3`