From 46f3101a99d7d26dbc9592720d386a37b56f6579 Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 10 Jan 2023 19:10:39 +0100 Subject: Switch to simple.css The simple.css projects shares the same values as my own CSS project (libweb). But at the end: I do not have to maintain it and it more advanced. --- themes/bare/layouts/git/list.html | 32 ++++++++++++++------------------ themes/bare/layouts/git/single.html | 30 ++++++++++++++++-------------- themes/bare/layouts/index.html | 36 +++++++++++++++++++----------------- 3 files changed, 49 insertions(+), 49 deletions(-) (limited to 'themes/bare/layouts') diff --git a/themes/bare/layouts/git/list.html b/themes/bare/layouts/git/list.html index f4cd50e..b8dc147 100644 --- a/themes/bare/layouts/git/list.html +++ b/themes/bare/layouts/git/list.html @@ -12,40 +12,36 @@ - + -
- -

Git repositories

-

This page shows all of my Git repositories. They are ordered by - their state attribute, which is defined in each section.

+
+

Git repositories

+
-

Active

-

The content of active repositories can be used right now.

+
+ Experimental
    {{- range.Pages }} - {{ if eq .Params.state "active" }} + {{ if eq .Params.state "experimental" }}
  • {{ .Params.friendly_name }} - {{.Description}}
  • {{ end }} {{ end -}}
-

Experimental

-

Experimental repositories are not ready to be used but maybe interesting enough to have a look at it.

+ Active
    {{- range.Pages }} - {{ if eq .Params.state "experimental" }} + {{ if eq .Params.state "active" }}
  • {{ .Params.friendly_name }} - {{.Description}}
  • {{ end }} {{ end -}}
-

Archived

-

Archived repositories will not be improved in the future unless the state will change.

+ Archived
    {{- range.Pages }} {{ if eq .Params.state "archived" }} @@ -54,10 +50,10 @@ {{ end -}}
-
-
- - +
diff --git a/themes/bare/layouts/git/single.html b/themes/bare/layouts/git/single.html index 3732715..092df5a 100644 --- a/themes/bare/layouts/git/single.html +++ b/themes/bare/layouts/git/single.html @@ -12,30 +12,32 @@ - + -
- +
+
-
-

{{ .Params.description }}

-

State: {{ .Params.state }}

-

Source code: cgit

-

Get updates: Atom feed

-

Clone repository: git clone https://cgit.xengineering.eu/{{ .Params.name }}

-
+
- {{.Content}} +

State: {{ .Params.state }}

-
-
- + {{.Content}} +
diff --git a/themes/bare/layouts/index.html b/themes/bare/layouts/index.html index adc500d..9539278 100644 --- a/themes/bare/layouts/index.html +++ b/themes/bare/layouts/index.html @@ -12,30 +12,32 @@ - + -
- +

{{.Params.heading}}

+

Free and Open Source software and hardware projects

+
-
-

Contact

-

Mail: {{.Params.email}}

-

XMPP: {{.Params.xmpp}}

-

OpenPGP: {{.Params.openpgp.fingerprint}}

-
+
+

Contact

+ {{.Content}} -

My projects

+

My projects

Here is a list of all my published projects. The active ones are regularly used by myself.

-

Experimental

+ Experimental
    {{ range.Site.RegularPages }} {{ if eq .Section "git" }} @@ -46,7 +48,7 @@ {{ end }}
-

Active

+ Active
    {{ range.Site.RegularPages }} {{ if eq .Section "git" }} @@ -57,7 +59,7 @@ {{ end }}
-

Archived

+ Archived
    {{ range.Site.RegularPages }} {{ if eq .Section "git" }} @@ -68,10 +70,10 @@ {{ end }}
-
-
- - +
-- cgit v1.2.3-70-g09d2