mirror of
https://github.com/SqrtMinusOne/sqrtminusone.github.io.git
synced 2025-12-10 07:43:03 +03:00
Initial commit
This commit is contained in:
commit
5a2aff1138
4 changed files with 14 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal 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
6
archetypes/default.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
||||
4
config.toml
Normal file
4
config.toml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
baseURL = "https://sqrtminusone.xyz/"
|
||||
languageCode = "en-us"
|
||||
title = "sqrtminusone.xyz"
|
||||
theme = "researcher"
|
||||
1
themes/researcher
Submodule
1
themes/researcher
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 3b00e619381916e42fe696820ba2030db3f32a64
|
||||
Loading…
Add table
Reference in a new issue