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. --- layouts/git/list.html | 65 +++++++++++++++++++++++++++++++++++++++ layouts/git/single.html | 46 +++++++++++++++++++++++++++ layouts/index.html | 82 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 193 insertions(+) create mode 100644 layouts/git/list.html create mode 100644 layouts/git/single.html create mode 100644 layouts/index.html (limited to 'layouts') 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 + + + +
+ + + + + -- cgit v1.2.3-70-g09d2