commit 36e854144d3ca55e9424ba0fa648e4e73c452b97 Author: Olivier Demers Date: Sun Mar 19 09:54:27 2023 -0400 initial commit diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6433a7d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/learn"] + path = themes/learn + url = https://github.com/matcornic/hugo-theme-learn.git diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..35fc24b --- /dev/null +++ b/config.toml @@ -0,0 +1,4 @@ +baseURL = 'https://docs.pls5618.com' +languageCode = 'fr-ca' +title = 'Documentation PLS' +theme = 'learn' diff --git a/themes/learn b/themes/learn new file mode 160000 index 0000000..e817f53 --- /dev/null +++ b/themes/learn @@ -0,0 +1 @@ +Subproject commit e817f53d690d35f181c896e0e320cb40f797e88c