section template
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index cbd6bce0b9..e2f77eb6b3 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,21 +1,3 @@ -{{ define "title"}} -diff --git a/archetypes/post.md b/archetypes/post.md index e71eb0f071..29ddecc41e 100644 --- a/archetypes/post.md +++ b/archetypes/post.md @@ -15,4 +15,5 @@ layout: post published: true featured: yellow title: "Das ist der Titel" +twitter_creator_id: "twitter id of the author | used for open graph" --- diff --git a/archetypes/project.md b/archetypes/project.md index b662891cce..5ee6f6b410 100644 --- a/archetypes/project.md +++ b/archetypes/project.md @@ -27,6 +27,7 @@ cta_text: |- Längere Text mit Markdown wie mensch sich einbringen kann more_text: |- Text mit Markdown wie mensch mehr erfahren kann +twitter_creator_id: "twitter id of the author | used for open graph" --- Hier kommt der Projektbeschreibungstext rein diff --git a/config.toml b/config.toml index 02be7cc438..45e0e342ec 100644 --- a/config.toml +++ b/config.toml @@ -6,6 +6,10 @@ enableRobotsTXT = true [params] twitter = "okfde" + twitter_site_id = "255123777" + author = "okfde" + keywords = ["Offene Daten", "Civic Tech", "Open Government", "Offene Bildung", "Digitale Mündigkeit" , "Informationsfreiheit", " Open Data"] + subtitle = "Open Knowledge Foundation Deutschland e.V." [permalinks] blog = 'blog/:year/:month/:slug/' @@ -68,3 +72,33 @@ section = [ "HTML", "Atom", "Json", "Rss" ] [frontmatter] date = [":filename", ":default"] + +[minify] + disableCSS = false + disableHTML = false + disableJS = false + disableJSON = false + disableSVG = false + disableXML = false + minifyOutput = true + [minify.tdewolff] + [minify.tdewolff.css] + keepCSS2 = true + precision = 0 + [minify.tdewolff.html] + keepComments = false + keepConditionalComments = true + keepDefaultAttrVals = true + keepDocumentTags = true + keepEndTags = true + keepQuotes = false + keepWhitespace = false + [minify.tdewolff.js] + keepVarNames = false + precision = 0 + [minify.tdewolff.json] + precision = 0 + [minify.tdewolff.svg] + precision = 0 + [minify.tdewolff.xml] + keepWhitespace = false \ No newline at end of file diff --git a/layouts/404.html b/layouts/404.html index 8f13b9cfc8..294b81f305 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,11 +1,3 @@ -{{ define "title"}} -
section template
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index cbd6bce0b9..e2f77eb6b3 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,21 +1,3 @@ -{{ define "title"}} -