mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Move /site to /_site
This commit is contained in:
committed by
Chris Cummer
parent
f956261386
commit
d812986abc
6
_site/archetypes/default.md
Normal file
6
_site/archetypes/default.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
||||
9
_site/config.toml
Normal file
9
_site/config.toml
Normal 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 = "...is that?"
|
||||
1
_site/themes/hyde-hyde
Submodule
1
_site/themes/hyde-hyde
Submodule
Submodule _site/themes/hyde-hyde added at 542907a4ac
Reference in New Issue
Block a user