diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..65c4776 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/home-firman"] + path = themes/home-firman + url = https://git.mrfirmansyah.my.id/firman/hugo-theme-home-firman.git diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..186a7ad --- /dev/null +++ b/config.toml @@ -0,0 +1,15 @@ +baseURL = "https://mrfirmansyah.my.id/" +title = "Beranda M.R. Firmansyah" +theme = "home-firman" +[author] + name = "M.R. Firmansyah" + email = "firman@mrfirmansyah.my.id" + jid = "firman@mrfirmansyah.my.id" + motto = "Bertakwa, percaya, dan berusaha
Insyaallah Kita akan menang" + pgp = "0x076C6E25A6E1F70A" + [author.url] + blog = "https://blog.mrfirmansyah.my.id" + pgp = "https://keys.openpgp.org/vks/v1/by-fingerprint/1F3FDA046B3ABAC844252A5D076C6E25A6E1F70A" + social = "https://social.mrfirmansyah.my.id" + git = "https://git.mrfirmansyah.my.id" + \ No newline at end of file diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..392506d Binary files /dev/null and b/static/favicon.ico differ diff --git a/themes/home-firman b/themes/home-firman new file mode 160000 index 0000000..97bdbbc --- /dev/null +++ b/themes/home-firman @@ -0,0 +1 @@ +Subproject commit 97bdbbcfc0719ad21f2e5375446180b872f89bd7