Skip to content

Migrated documentation to hugo (#21)

I migrated the documentation from jekyll to hugo.

I used the book theme for hugo, and created a custom shortcode for html code examples. The syntax is the following:

{{< example >}}
<!-- Some HTML code here. It will be rendered using the GNOME UI
styling only, avoiding conflicts with the built in styling -->
{{< /example >}}

{{< example nocode >}}
<!-- The HTML code here will be rendered without displaying the
source code (this is used in the colors page) -->
{{< /example >}}
Screenshots
gnome-shell-screenshot-EVEFT0 gnome-shell-screenshot-R9UAT0 gnome-shell-screenshot-P6R9S0

CC: @cwunder Closes #21 (closed)

Edited by Claudio Wunder

Merge request reports