Very beginning of site
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -7,3 +7,6 @@
|
|||||||
[submodule "public"]
|
[submodule "public"]
|
||||||
path = public
|
path = public
|
||||||
url = https://gitmoss.fyi/fmtools/public.git
|
url = https://gitmoss.fyi/fmtools/public.git
|
||||||
|
[submodule "data/publications"]
|
||||||
|
path = data/publications
|
||||||
|
url = https://gitmoss.fyi/fmtools/publications.git
|
||||||
|
2
content
2
content
Submodule content updated: 8d9453a60b...47a236c035
1
data/publications
Submodule
1
data/publications
Submodule
Submodule data/publications added at 35254ad2f6
14
hugo.toml
14
hugo.toml
@@ -1,3 +1,15 @@
|
|||||||
baseURL = 'https://example.org/'
|
baseURL = 'https://example.org/'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = 'My New Hugo Site'
|
title = 'Formal Methods Tools'
|
||||||
|
theme = 'fmtools'
|
||||||
|
|
||||||
|
|
||||||
|
[taxonomies]
|
||||||
|
purpose = 'purposes'
|
||||||
|
technique = 'techniques'
|
||||||
|
domain = 'domains'
|
||||||
|
language = 'languages'
|
||||||
|
system = 'systems'
|
||||||
|
interaction = 'interactions'
|
||||||
|
formalism = 'formalisms'
|
||||||
|
developer = 'developers'
|
2
public
2
public
Submodule public updated: 36cf0cfa92...cddd4b116c
Submodule themes/fmtools updated: 63861e1721...94950041f6
Reference in New Issue
Block a user