[Blends-commit] [SCM] website branch, new-website, updated. 7bad0907a42b7854aedb19e949e0a812e312a8b2

Iain R. Learmonth irl at fsfe.org
Fri May 15 18:38:23 UTC 2015


The following commit has been merged in the new-website branch:
commit 7bad0907a42b7854aedb19e949e0a812e312a8b2
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Fri May 15 19:38:20 2015 +0100

    new-website: Added a README for editing the website

diff --git a/README-www.txt b/README-www.txt
new file mode 100644
index 0000000..49c76d9
--- /dev/null
+++ b/README-www.txt
@@ -0,0 +1,26 @@
+Updating the blends websites
+============================
+
+The www/ folder is removed and rebuilt when changes are made. Please make your
+changes in the www-src/ folder instead.
+
+In order to build you changes you will need to install the jekyll package:
+
+   apt-get install jekyll
+
+After you have made your changes, in the www-src folder run:
+
+   jekyll build
+
+This will update the latest version of the static website in the www folder
+ready to be pushed to the Debian static mirrors.
+
+Adding a new blend
+------------------
+
+Each blend sub-site has a layout in the _layouts directory. You can copy the
+template.html file there to <blend-name>.html. Each blend also has an
+independent navigation menu in _includes. You can copy the template_menu.html
+file to <blend-name>_menu.html. Inside the template directory you can see
+an example home page you can use.
+

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list