From 8b9b96fcbbe95c7de88d24761cd4d1b2a4b42133 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Wed, 16 Jun 2010 20:20:58 +1000 Subject: [PATCH] Pull metadata out of sass files To allow the meta data to be updated easier --- content/mobile.sass | 5 ----- content/mobile.yaml | 3 +++ content/screen.sass | 5 ----- content/screen.yaml | 3 +++ 4 files changed, 6 insertions(+), 10 deletions(-) create mode 100644 content/mobile.yaml create mode 100644 content/screen.yaml diff --git a/content/mobile.sass b/content/mobile.sass index 9292b55..5eb2238 100644 --- a/content/mobile.sass +++ b/content/mobile.sass @@ -1,8 +1,3 @@ ---- -title: Stylesheet for mobile devices -is_hidden: true ---- - #technical div, #personal div padding: 0 1em diff --git a/content/mobile.yaml b/content/mobile.yaml new file mode 100644 index 0000000..7cdf7da --- /dev/null +++ b/content/mobile.yaml @@ -0,0 +1,3 @@ +--- +title: Stylesheet for mobile devices +is_hidden: true diff --git a/content/screen.sass b/content/screen.sass index 97c1b55..9ee2f62 100644 --- a/content/screen.sass +++ b/content/screen.sass @@ -1,8 +1,3 @@ ---- -title: Stylesheet for displays -is_hidden: true ---- - body font-family: Constantia, Georgia, "Bitstream Vera Serif", "Liberation Serif", serif font-size: 16px diff --git a/content/screen.yaml b/content/screen.yaml new file mode 100644 index 0000000..b7ddba6 --- /dev/null +++ b/content/screen.yaml @@ -0,0 +1,3 @@ +--- +title: Stylesheet for displays +is_hidden: true