Initial commit
This commit is contained in:
commit
b24d6bf37c
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "themes/hugo-theme-monochrome"]
|
||||||
|
path = themes/hugo-theme-monochrome
|
||||||
|
url = https://github.com/kaiiiz/hugo-theme-monochrome.git
|
||||||
0
.hugo_build.lock
Normal file
0
.hugo_build.lock
Normal file
6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
||||||
4
config.toml
Normal file
4
config.toml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
baseURL = 'http://example.org/'
|
||||||
|
languageCode = 'en-us'
|
||||||
|
title = 'OV Public Demo Site'
|
||||||
|
theme = "hugo-theme-monochrome"
|
||||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1 @@
|
|||||||
|
{"Target":"style.css","MediaType":"text/css","Data":{}}
|
||||||
1
themes/hugo-theme-monochrome
Submodule
1
themes/hugo-theme-monochrome
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 960a29aca460b100a9191950280c0e71f18323d8
|
||||||
Loading…
Reference in New Issue
Block a user