From 02fb96c854173e875d3f361706713af6e6c666a5 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 12 Jan 2023 19:44:01 +0100 Subject: Remove unnecessary themes folder This just makes sense if you have multiple themes. --- config.toml | 1 - layouts/git/list.html | 65 +++++++++++++++++++++++++++++ layouts/git/single.html | 46 +++++++++++++++++++++ layouts/index.html | 82 +++++++++++++++++++++++++++++++++++++ themes/bare/layouts/git/list.html | 65 ----------------------------- themes/bare/layouts/git/single.html | 46 --------------------- themes/bare/layouts/index.html | 82 ------------------------------------- themes/bare/theme.toml | 2 - 8 files changed, 193 insertions(+), 196 deletions(-) create mode 100644 layouts/git/list.html create mode 100644 layouts/git/single.html create mode 100644 layouts/index.html delete mode 100644 themes/bare/layouts/git/list.html delete mode 100644 themes/bare/layouts/git/single.html delete mode 100644 themes/bare/layouts/index.html delete mode 100644 themes/bare/theme.toml diff --git a/config.toml b/config.toml index 146001d..9dc581f 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,4 @@ baseURL = "https://xengineering.eu/" -theme = "bare" enableRobotsTXT = true disableKinds = ["taxonomy", "term", "RSS"] [taxonomies] diff --git a/layouts/git/list.html b/layouts/git/list.html new file mode 100644 index 0000000..65ed807 --- /dev/null +++ b/layouts/git/list.html @@ -0,0 +1,65 @@ + + + + + + + + + xengineering + + + + + + + + + +
+ +

Git repositories

+
+ +
+ Experimental + + + Active + + + Archived + + + +
+ + + + + diff --git a/layouts/git/single.html b/layouts/git/single.html new file mode 100644 index 0000000..51ccbad --- /dev/null +++ b/layouts/git/single.html @@ -0,0 +1,46 @@ + + + + + + + + + {{.Params.friendly_name}} + + + + + + + + + +
+
+ +
+ +

State: {{ .Params.state }}

+ + {{.Content}} + + +
+ + + + diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 0000000..85086a9 --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,82 @@ + + + + + + + + + xengineering + + + + + + + + + +
+

{{.Params.heading}}

+

Free and Open Source software and hardware projects

+
+ +
+

Contact

+ + + {{.Content}} + +

My projects

+

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

+ + Experimental + + + Active + + + Archived + + + +
+ + + + + diff --git a/themes/bare/layouts/git/list.html b/themes/bare/layouts/git/list.html deleted file mode 100644 index 65ed807..0000000 --- a/themes/bare/layouts/git/list.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - xengineering - - - - - - - - - -
- -

Git repositories

-
- -
- Experimental - - - Active - - - Archived - - - -
- - - - - diff --git a/themes/bare/layouts/git/single.html b/themes/bare/layouts/git/single.html deleted file mode 100644 index 51ccbad..0000000 --- a/themes/bare/layouts/git/single.html +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - {{.Params.friendly_name}} - - - - - - - - - -
-
- -
- -

State: {{ .Params.state }}

- - {{.Content}} - - -
- - - - diff --git a/themes/bare/layouts/index.html b/themes/bare/layouts/index.html deleted file mode 100644 index 85086a9..0000000 --- a/themes/bare/layouts/index.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - xengineering - - - - - - - - - -
-

{{.Params.heading}}

-

Free and Open Source software and hardware projects

-
- -
-

Contact

- - - {{.Content}} - -

My projects

-

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

- - Experimental - - - Active - - - Archived - - - -
- - - - - diff --git a/themes/bare/theme.toml b/themes/bare/theme.toml deleted file mode 100644 index e1bb4c0..0000000 --- a/themes/bare/theme.toml +++ /dev/null @@ -1,2 +0,0 @@ -name = "bare" -license = "AGPLv3" -- cgit v1.2.3-70-g09d2