First commit
commit
26c33c3033
|
@ -0,0 +1,2 @@
|
|||
.vim/
|
||||
public/
|
|
@ -0,0 +1,3 @@
|
|||
[submodule "themes/hyde-hyde"]
|
||||
path = themes/hyde-hyde
|
||||
url = https://github.com/htr3n/hyde-hyde.git
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
baseURL = "http://example.org/"
|
||||
languageCode = "en-us"
|
||||
title = "My New Hugo Site"
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 50558ed9bb03d3d8e84ddcb1b76b8f582e388308
|
Reference in New Issue