forked from wezm/wezm.net
Pull metadata out of sass files
To allow the meta data to be updated easier
This commit is contained in:
parent
b59b466b82
commit
8b9b96fcbb
4 changed files with 6 additions and 10 deletions
|
@ -1,8 +1,3 @@
|
||||||
---
|
|
||||||
title: Stylesheet for mobile devices
|
|
||||||
is_hidden: true
|
|
||||||
---
|
|
||||||
|
|
||||||
#technical div, #personal div
|
#technical div, #personal div
|
||||||
padding: 0 1em
|
padding: 0 1em
|
||||||
|
|
||||||
|
|
3
content/mobile.yaml
Normal file
3
content/mobile.yaml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
title: Stylesheet for mobile devices
|
||||||
|
is_hidden: true
|
|
@ -1,8 +1,3 @@
|
||||||
---
|
|
||||||
title: Stylesheet for displays
|
|
||||||
is_hidden: true
|
|
||||||
---
|
|
||||||
|
|
||||||
body
|
body
|
||||||
font-family: Constantia, Georgia, "Bitstream Vera Serif", "Liberation Serif", serif
|
font-family: Constantia, Georgia, "Bitstream Vera Serif", "Liberation Serif", serif
|
||||||
font-size: 16px
|
font-size: 16px
|
||||||
|
|
3
content/screen.yaml
Normal file
3
content/screen.yaml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
title: Stylesheet for displays
|
||||||
|
is_hidden: true
|
Loading…
Reference in a new issue