diff --git a/_config.yml b/_config.yml index c1b14ef..0e70e92 100644 --- a/_config.yml +++ b/_config.yml @@ -46,7 +46,10 @@ plugins: # Site Variables: # # collection -# collections: +collections: + events: + output: "true" + permalink: "/events/:year/:month/:day/:title/" # tjanster: # output: "true" # permalink: "/tjaenster/:name/" diff --git a/_events/2019-06-14-Momagiskt Volume I.md b/_events/2019-06-14-Momagiskt Volume I.md new file mode 100644 index 0000000..567855b --- /dev/null +++ b/_events/2019-06-14-Momagiskt Volume I.md @@ -0,0 +1,9 @@ +--- +title: 'Momangens Sociala Presenterar: Mogaiskt' +description: '' +start_date: 2019-06-14 17:00 CEST +end_date: 2019-06-14 22:00 CEST +image: /siteicon.png +link: +category: +--- \ No newline at end of file diff --git a/_events/_defaults.md b/_events/_defaults.md new file mode 100644 index 0000000..2bd84ce --- /dev/null +++ b/_events/_defaults.md @@ -0,0 +1,9 @@ +--- +title: +description: +start_date: +end_date: +image: +link: +category: +--- \ No newline at end of file diff --git a/_includes/hero.html b/_includes/hero.html index 156eb62..8606576 100644 --- a/_includes/hero.html +++ b/_includes/hero.html @@ -1,6 +1,16 @@ diff --git a/_sass/poster.scss b/_sass/poster.scss index b9c04ed..cd072a0 100644 --- a/_sass/poster.scss +++ b/_sass/poster.scss @@ -1,10 +1,14 @@ +///////// // POSTER ///////// +#poster { + width: 90vw; + margin-right: auto !important; } #poster img { - - width: 100%; - margin-top: 5px; - border-radius: 3px; - + margin-top: 5px; + border-radius: 3px; + float: left; + padding-right: 5px; + width: 50vw; } \ No newline at end of file diff --git a/index.html b/index.html index ecc84cc..3a90abd 100644 --- a/index.html +++ b/index.html @@ -3,13 +3,6 @@ title: Södermalms bäst bevarade hemlighet image: /siteicon.png layout: default --- - - -

{{ site.description }}