Skip to content

Commit 5088355

Browse files
committed
Initial commit
- Hugo skeleton - Docsy theme via submodule
0 parents  commit 5088355

File tree

5 files changed

+18
-0
lines changed

5 files changed

+18
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Hugo output
2+
resources/
3+
public/

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "themes/docsy"]
2+
path = themes/docsy
3+
url = https://github.com/google/docsy.git

archetypes/default.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "{{ replace .Name "-" " " | title }}"
3+
date: {{ .Date }}
4+
draft: true
5+
---
6+

config.toml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
baseURL = "/"
2+
languageCode = "en-us"
3+
title = "Shipwright"
4+
theme = "docsy"
5+

themes/docsy

Submodule docsy added at ef3398f

0 commit comments

Comments
 (0)