Begin site

This commit is contained in:
Madison Scott-Clary
2021-10-20 16:29:34 -07:00
commit 3bacd669c5
5 changed files with 16 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/maddybook"]
path = themes/maddybook
url = git@github.com:makyo/maddybook

6
archetypes/default.md Normal file
View File

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

4
config.toml Normal file
View File

@ -0,0 +1,4 @@
baseURL = 'https://toledot.makyo.ink/'
languageCode = 'en-us'
title = 'Toledot'
theme = 'maddybook'

2
content/_index.md Normal file
View File

@ -0,0 +1,2 @@
<div class="hint">
<p>04-9594041b2eaa3322f53e95817ff05b879f6621d790a2c9d57a567545f7dc59bdaef3966112d412a427fbe9d294434b1cc7faea1cd78597e3e0be3f26c5f506eb97a01e9affdf1325<br/>threshold=4<br/><a href="https://twitter.com/search?q=%23ToledotARG&src=typed_query&f=top" target="_blank">#ToledotARG</a></p>

1
themes/maddybook Submodule

Submodule themes/maddybook added at 6287657684