1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Using Hugo to generate the static /docs directory

This commit is contained in:
Chris Cummer
2018-04-13 17:49:39 -07:00
committed by Chris Cummer
parent 84ecf296a5
commit f956261386
26 changed files with 1305 additions and 2 deletions

BIN
site/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

9
site/config.toml Normal file
View File

@@ -0,0 +1,9 @@
baseURL = "http://wtfutil.com/"
languageCode = "en-us"
publishDir = "../docs"
theme = "hyde-hyde"
[params]
author = "Chris Cummer"
authorimage = "/img/wtf.png"
description = "Wtf is that?"

BIN
site/themes/.DS_Store vendored Normal file

Binary file not shown.

1
site/themes/hyde-hyde Submodule

Submodule site/themes/hyde-hyde added at 542907a4ac