diff --git a/config.yaml b/config.yaml index eb13c66..d812695 100644 --- a/config.yaml +++ b/config.yaml @@ -4,19 +4,23 @@ defaultContentLanguage: en title: eMoflon Project Site theme: ["hugo-cloak-email", "cayman-hugo-theme"] +disableKinds: ["section"] + # Syntax highlighting pygmentsCodefences: true pygmentsStyle: pygments taxonomies: - tag: tags +# tag: tags +# ^disables tag sub page generation permalinks: post: /:filename/ params: # Header text, can be markdown - project_name: "![](/img/emoflon_logo_with_tex_semitransparent_300px.png)" +# project_name: "![](/img/emoflon_logo_with_tex_semitransparent_300px.png)" +# ^use site-specific headers instead project_tagline: "**eMoflon** is a tool suite for Model-Driven Engineering (MDE) that provides a range of visual and textual languages for (meta)modelling and model management." # Theme customizations by us diff --git a/content/_index.md b/content/_index.md index 569ac4c..2ea7a28 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,3 +1,4 @@ --- title: News +site_header: "![](/img/emoflon_logo_with_tex_semitransparent_300px.png)" --- diff --git a/content/contact/index.md b/content/contact/index.md index 663749d..288d427 100644 --- a/content/contact/index.md +++ b/content/contact/index.md @@ -2,6 +2,7 @@ title: "Contact" date: 2022-09-01 draft: false +site_header: "![](/img/emoflon_logo_with_tex_semitransparent_100px.png)" --- You can send us an {{< cloakemail address="contact@emoflon.org" query="subject=Message from the emoflon.org webpage" display="email" >}}. diff --git a/content/dev-team/index.md b/content/dev-team/index.md index ee51247..94b8b5e 100644 --- a/content/dev-team/index.md +++ b/content/dev-team/index.md @@ -2,6 +2,7 @@ title: "Development Team" date: 2022-09-01 draft: false +site_header: "![](/img/emoflon_logo_with_tex_semitransparent_100px.png)" --- **eMoflon** is developed jointly at the [Ream-Time Systems Lab, TU Darmstadt](https://www.es.tu-darmstadt.de/en/) (TUDa) and the [Database and Information Systems Group, Paderborn University](https://cs.uni-paderborn.de/en/dbis/startseite/) (UPB). diff --git a/content/dev/index.md b/content/dev/index.md index 59d151c..fac9a65 100644 --- a/content/dev/index.md +++ b/content/dev/index.md @@ -2,6 +2,7 @@ title: "Development" date: 2022-09-01 draft: false +site_header: "![](/img/emoflon_logo_with_tex_semitransparent_100px.png)" --- **eMoflon** is developed jointly at the [Ream-Time Systems Lab, TU Darmstadt](https://www.es.tu-darmstadt.de/en/) (TUDa) and the [Database and Information Systems Group, Paderborn University](https://cs.uni-paderborn.de/en/dbis/startseite/) (UPB). diff --git a/content/download/index.md b/content/download/index.md index 0d137a7..815e104 100644 --- a/content/download/index.md +++ b/content/download/index.md @@ -2,6 +2,7 @@ title: "Download" date: 2022-09-01 draft: false +site_header: "![](/img/emoflon_logo_with_tex_semitransparent_100px.png)" --- {{< toc >}} diff --git a/content/getting-started/index.md b/content/getting-started/index.md index 4be5df3..1eddd97 100644 --- a/content/getting-started/index.md +++ b/content/getting-started/index.md @@ -2,6 +2,7 @@ title: "Getting started with eMoflon" date: 2022-09-01 draft: false +site_header: "![](/img/emoflon_logo_with_tex_semitransparent_100px.png)" --- ___ diff --git a/content/ibex/index.md b/content/ibex/index.md index aaf7afa..91872bd 100644 --- a/content/ibex/index.md +++ b/content/ibex/index.md @@ -2,6 +2,7 @@ title: "eMoflon::IBeX" date: 2022-09-01 draft: false +site_header: "![](/img/emoflon_logo_with_tex_semitransparent_100px.png)" --- | {{< toc >}} | {{< img src="/img/emoflon_logo_ibex.png" alt="" width="60%" >}} | diff --git a/content/neo/index.md b/content/neo/index.md index 808c45f..3c24595 100644 --- a/content/neo/index.md +++ b/content/neo/index.md @@ -2,6 +2,7 @@ title: "eMoflon::Neo" date: 2022-09-01 draft: false +site_header: "![](/img/emoflon_logo_with_tex_semitransparent_100px.png)" --- diff --git a/content/post/new-webpage/index.md b/content/post/new-webpage/index.md index b6e6e1d..67357e3 100644 --- a/content/post/new-webpage/index.md +++ b/content/post/new-webpage/index.md @@ -2,6 +2,7 @@ title: "New Webpage" date: 2022-09-02 draft: false +site_header: "![](/img/emoflon_logo_with_tex_semitransparent_100px.png)" --- We launched the new **eMoflon** webpage today! diff --git a/content/publications/index.md b/content/publications/index.md index ae46cc8..3b9274b 100644 --- a/content/publications/index.md +++ b/content/publications/index.md @@ -2,6 +2,7 @@ title: "Publications" date: 2022-09-01 draft: false +site_header: "![](/img/emoflon_logo_with_tex_semitransparent_100px.png)" --- Over the years, **eMoflon** has been applied in diverse application scenarios and domains. diff --git a/layouts/partials/header-nav.html b/layouts/partials/header-nav.html new file mode 100644 index 0000000..cdb0968 --- /dev/null +++ b/layouts/partials/header-nav.html @@ -0,0 +1,26 @@ + diff --git a/static/img/emoflon_logo_with_tex_semitransparent_100px.png b/static/img/emoflon_logo_with_tex_semitransparent_100px.png new file mode 100644 index 0000000..57d7bf2 Binary files /dev/null and b/static/img/emoflon_logo_with_tex_semitransparent_100px.png differ