From f40042add806e0fb44f4bead4eaf30e5aef7a7d8 Mon Sep 17 00:00:00 2001 From: "M.R. Firmansyah" Date: Sun, 25 Aug 2024 11:18:38 +0700 Subject: [PATCH] Add 'archetypes/' 'layouts/' --- archetypes/default.md | 2 ++ layouts/404.html | 1 + layouts/index.html | 9 +++++++++ layouts/partials/contact.html | 3 +++ layouts/partials/links.html | 3 +++ 5 files changed, 18 insertions(+) create mode 100644 archetypes/default.md create mode 100644 layouts/404.html create mode 100644 layouts/index.html create mode 100644 layouts/partials/contact.html create mode 100644 layouts/partials/links.html diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..ac36e06 --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,2 @@ ++++ ++++ diff --git a/layouts/404.html b/layouts/404.html new file mode 100644 index 0000000..125eb82 --- /dev/null +++ b/layouts/404.html @@ -0,0 +1 @@ +

Halaman Tidak Ditemukan

diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 0000000..3a5cb8b --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,9 @@ +{{ .Site.Title }} +
+
+

{{ .Site.Author.name }}

+

“{{ .Site.Author.motto }}”

+
+ {{ partial "contact.html" . }} + {{ partial "links.html" . }} +
diff --git a/layouts/partials/contact.html b/layouts/partials/contact.html new file mode 100644 index 0000000..9816121 --- /dev/null +++ b/layouts/partials/contact.html @@ -0,0 +1,3 @@ +

Alamat surel {{ .Site.Author.email }} +Kunci publik PGP {{ .Site.Author.pgp }} +JID {{ .Site.Author.jid }}

diff --git a/layouts/partials/links.html b/layouts/partials/links.html new file mode 100644 index 0000000..18fa5dd --- /dev/null +++ b/layouts/partials/links.html @@ -0,0 +1,3 @@ +Blog +Media Sosial +Repositori Git