From e2f9cbe39a6d56dfc8f462bd12b6ae1587263daa Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Thu, 6 Nov 2014 21:45:05 -0500 Subject: [PATCH] Hacks to get top-bar branding on website. --- webhacks.cfg | 49 +++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 43 insertions(+), 6 deletions(-) diff --git a/webhacks.cfg b/webhacks.cfg index edddadb..9c81c21 100644 --- a/webhacks.cfg +++ b/webhacks.cfg @@ -1,12 +1,49 @@ \Preamble{xhtml} \begin{document} + +%% Note: if you install locally, you'll be missing some of the files, marked +%% below as ``on copyleft.org, not here''. That's because they're part of the +%% copyleft.org wiki when we install HTML. You're still going to be able to +%% view the HTML, but it won't look as ``pretty'' and won't have fully +%% branding with copyleft.org stuff (which is probably as it should be). The +%% main thing that will probably annoy is is footnotes won't work. + +%% Begin: on copyleft.org, not here. \Configure{@HEAD}{\HCode{ }} -\Configure{@HEAD}{\HCode{ \Hnewline}} -\Configure{@HEAD}{\HCode{ \Hnewline}} -\Configure{@HEAD}{\HCode{ \Hnewline}} - \Configure{@HEAD}{\HCode{\Hnewline}} - \Configure{@HEAD}{\HCode{\Hnewline}} - \Configure{@HEAD}{\HCode{\Hnewline}} + \Configure{@HEAD}{\HCode{ \Hnewline}} + \Configure{@HEAD}{\HCode{ \Hnewline}} +%% End: on copyleft.org, not here. + + \Configure{@HEAD}{\HCode{ \Hnewline}} + \Configure{@HEAD}{\HCode{ \Hnewline}} + +%% Begin: on copyleft.org, not here. + \Configure{@HEAD}{\HCode{\Hnewline}} + \Configure{@HEAD}{\HCode{\Hnewline}} + \Configure{@HEAD}{\HCode{\Hnewline}} +%% End: on copyleft.org, not here. + + \Configure{@HEAD}{\HCode{\Hnewline}} \Configure{@HEAD}{\HCode{\Hnewline}} + + +%% This stuff below uses bootstrap to get a navigation bar. + \Configure{@BODY}{\HCode{ +}} \EndPreamble