Add 'archetypes/' 'static/' 'config.toml'
This commit is contained in:
parent
7e928c65f7
commit
f2a268e122
5 changed files with 25 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "themes/home-firman"]
|
||||
path = themes/home-firman
|
||||
url = https://git.mrfirmansyah.my.id/firman/hugo-theme-home-firman.git
|
6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
15
config.toml
Normal file
15
config.toml
Normal file
|
@ -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<br> 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"
|
||||
|
BIN
static/favicon.ico
Normal file
BIN
static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
1
themes/home-firman
Submodule
1
themes/home-firman
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 97bdbbcfc0719ad21f2e5375446180b872f89bd7
|
Loading…
Reference in a new issue