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