Skip to content

Commit 53db158

Browse files
committed
init hugo
Signed-off-by: Pranav Singh <[email protected]>
1 parent d30f4f9 commit 53db158

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.hugo_build.lock

Whitespace-only changes.

archetypes/default.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
+++
2+
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
3+
date = {{ .Date }}
4+
draft = true
5+
+++

hugo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
baseURL = 'https://docs.layer5.io'
2+
languageCode = 'en-us'
3+
title = 'Layer5 Docs'
4+
theme = ""

0 commit comments

Comments
 (0)