basic skeleton
This commit is contained in:
parent
b10b7d983c
commit
d47bd7bb95
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
public/
|
||||||
|
.hugo_build.lock
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "themes/almeida-cv"]
|
||||||
|
path = themes/almeida-cv
|
||||||
|
url = https://github.com/ineesalmeida/almeida-cv.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
|
||||||
|
---
|
||||||
|
|
3
config.toml
Normal file
3
config.toml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
baseURL = 'https://cv.tormakristof.eu/'
|
||||||
|
languageCode = 'en-us'
|
||||||
|
title = 'Kristóf Torma'
|
1
themes/almeida-cv
Submodule
1
themes/almeida-cv
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 0d7f29c2bdf24129ac4afd13faa1a55d536c62de
|
Loading…
Reference in New Issue
Block a user