From 80c51542f5254d8935db1274a446991917163340 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Tue, 19 May 2015 18:26:50 -0400 Subject: Use metadata to set titles and locations, set hidetitle to true and make it default. --- conf.py | 2 +- pages/download.txt | 8 ++++++-- pages/index.txt | 14 +++++++++----- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/conf.py b/conf.py index 1765e1f..d0c078a 100644 --- a/conf.py +++ b/conf.py @@ -708,7 +708,7 @@ COPY_SOURCES = False UNSLUGIFY_TITLES = True # Additional metadata that is added to a post when creating a new_post -# ADDITIONAL_METADATA = {} +ADDITIONAL_METADATA = {'hidetitle': 'True'} # Nikola supports Open Graph Protocol data for enhancing link sharing and # discoverability of your site on Facebook, Google+, and other services. diff --git a/pages/download.txt b/pages/download.txt index 4c31802..47525ca 100644 --- a/pages/download.txt +++ b/pages/download.txt @@ -1,5 +1,9 @@ -Download -======== +//// +.. title: Download +.. slug: download +.. type: text +.. hidetitle: True +//// == Vivid Vervet/15.04 release == diff --git a/pages/index.txt b/pages/index.txt index 536228f..fb34fb0 100644 --- a/pages/index.txt +++ b/pages/index.txt @@ -1,16 +1,20 @@ -Welcome to Icebox! -================== +//// +.. title: Welcome +.. type: text +.. hidetitle: True +//// +== Welcome to Icebox! == Icebox (formerly Openbox Desktop) is a small project to make a preconfigured Openbox setup based upon the Ubuntu base. The goal is not to become an official flavor or try and replace existing Openbox based distributions. -== Known issues == +=== Known issues === * Shutdown/Restart of live session guest does not work in Virtualbox or VMWare - LP: link:http://bugs.launchpad.net/bugs/1447038[#1447038] * link:https://sigma.unit193.net/bugs/[Bugs] -== Features == +=== Features === Remember, defaults are just that, default. Feel free to remove or add as you'd like, and openbox-desktop is merely a metapackage thus it won't break your install to remove the package. @@ -29,6 +33,6 @@ and openbox-desktop is merely a metapackage thus it won't break your install to * The Xfce terminal. * link:http://opensource.conformal.com/wiki/xombrero[Xombrero], a basic, webkit browser with vim keybinds. -== Contact == +=== Contact === #openbox-desktop on irc.freenode.net:6697 -- cgit v1.2.3