From 2f19e80a5004a47893c3e7ba0233597252c7911a Mon Sep 17 00:00:00 2001 From: lidia pereira Date: Fri, 16 Aug 2019 13:54:19 +0200 Subject: [PATCH 1/4] manifesto --- content/pages/manifesto.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/pages/manifesto.md b/content/pages/manifesto.md index 1341815..74dfbd7 100644 --- a/content/pages/manifesto.md +++ b/content/pages/manifesto.md @@ -3,7 +3,7 @@ Date: 2019-06-18 save_as: index.html status: hidden - +
* Promote approaches, not apps @@ -23,3 +23,4 @@ status: hidden * Aspire to broaden participation +
From 45ec70199f286e07060f0a1d37c41cf3647eaccb Mon Sep 17 00:00:00 2001 From: lidia pereira Date: Fri, 16 Aug 2019 13:56:23 +0200 Subject: [PATCH 2/4] manifesto --- content/pages/manifesto.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/content/pages/manifesto.md b/content/pages/manifesto.md index 74dfbd7..6c1bd84 100644 --- a/content/pages/manifesto.md +++ b/content/pages/manifesto.md @@ -4,23 +4,23 @@ save_as: index.html status: hidden
-* Promote approaches, not apps +

Promote approaches, not apps

-* Make space for learning together +

Make space for learning together

-* Yes, We’re Config™ +

Yes, We’re Config™

-* Serve from constraints +

Serve from constraints

-* Be an amateur +

Be an amateur

-* Embrace the Feminist Server Manifesto +

Embrace the Feminist Server Manifesto

-* Aspire to broaden participation +

Aspire to broaden participation

From d944545281248209ffeae7f8774c53846862dbc9 Mon Sep 17 00:00:00 2001 From: lidia pereira Date: Fri, 16 Aug 2019 14:01:20 +0200 Subject: [PATCH 3/4] manifesto --- content/pages/manifesto.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/content/pages/manifesto.md b/content/pages/manifesto.md index 6c1bd84..77eb022 100644 --- a/content/pages/manifesto.md +++ b/content/pages/manifesto.md @@ -4,23 +4,23 @@ save_as: index.html status: hidden
-

Promote approaches, not apps

+

- Promote approaches, not apps

-

Make space for learning together

+

- Make space for learning together

-

Yes, We’re Config™

+

- Yes, We’re Config™

-

Serve from constraints

+

- Serve from constraints

-

Be an amateur

+

- Be an amateur

-

Embrace the Feminist Server Manifesto

+

- Embrace the Feminist Server Manifesto

-

Aspire to broaden participation

+

- Aspire to broaden participation

From 47df09cc72499fe882f39e01c35828df97f847f3 Mon Sep 17 00:00:00 2001 From: lidia pereira Date: Fri, 16 Aug 2019 14:02:49 +0200 Subject: [PATCH 4/4] preliminary manifesto div styling --- themes/homebrewtheme/static/css/main.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/themes/homebrewtheme/static/css/main.css b/themes/homebrewtheme/static/css/main.css index a9decc9..60d5c86 100644 --- a/themes/homebrewtheme/static/css/main.css +++ b/themes/homebrewtheme/static/css/main.css @@ -132,6 +132,13 @@ a { } +#manifesto { + font-family:'OrkneyRegular'; + width:80%; + margin:0 auto; +} + + #post-list { /*display: flex; flex-wrap: wrap;*/ @@ -284,6 +291,8 @@ blockquote { margin-bottom:1em; } + + #content .caption{ font-size:80%; padding-top:0;