Initial commit

This commit is contained in:
Pavel Korytov 2021-02-22 21:16:31 +03:00
commit 5a2aff1138
4 changed files with 14 additions and 0 deletions

3
.gitmodules vendored Normal file
View file

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

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://sqrtminusone.xyz/"
languageCode = "en-us"
title = "sqrtminusone.xyz"
theme = "researcher"

1
themes/researcher Submodule

@ -0,0 +1 @@
Subproject commit 3b00e619381916e42fe696820ba2030db3f32a64