From 78eed530111fdc8640133da5bbf8a5f86d703a50 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 4 Feb 2023 12:47:04 +0100 Subject: Add support for articles Articles should contain documentation which is constantly updated. --- layouts/articles/list.html | 42 ++++++++++++++++++++++++++++++++++++++++++ layouts/articles/single.html | 36 ++++++++++++++++++++++++++++++++++++ layouts/index.html | 13 +++++++++++-- 3 files changed, 89 insertions(+), 2 deletions(-) create mode 100644 layouts/articles/list.html create mode 100644 layouts/articles/single.html diff --git a/layouts/articles/list.html b/layouts/articles/list.html new file mode 100644 index 0000000..72879ad --- /dev/null +++ b/layouts/articles/list.html @@ -0,0 +1,42 @@ + + + + + + + + + xengineering + + + + + + + + + +
+ +

Articles

+
+ +
+

A complete list of my articles:

+ + + {{ partial "footer.html" . }} +
+ + + + + diff --git a/layouts/articles/single.html b/layouts/articles/single.html new file mode 100644 index 0000000..62a23d3 --- /dev/null +++ b/layouts/articles/single.html @@ -0,0 +1,36 @@ + + + + + + + + + xengineering + + + + + + + + + +
+
+ +
+ {{ .Content }} + {{ partial "footer.html" . }} +
+ + + + diff --git a/layouts/index.html b/layouts/index.html index 88d5dd9..5f0754e 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -31,9 +31,18 @@
  • OpenPGP: {{.Params.openpgp.fingerprint}}
  • - {{.Content}} +

    Articles

    +

    The following list contains links to my articles. They contain + documentation about technology I use.

    + -

    My projects

    +

    Projects

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

    -- cgit v1.2.3-70-g09d2