This commit is contained in:
Jeremy Vyska 2021-10-21 20:09:10 +02:00
Родитель 3180f9c6a2
Коммит 717823a86d
5 изменённых файлов: 25 добавлений и 0 удалений

1
.gitignore поставляемый Normal file
Просмотреть файл

@ -0,0 +1 @@
public/

3
.gitmodules поставляемый Normal file
Просмотреть файл

@ -0,0 +1,3 @@
[submodule "themes/relearn"]
path = themes/relearn
url = https://github.com/McShelby/hugo-theme-relearn.git

6
archetypes/default.md Normal file
Просмотреть файл

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

14
config.toml Normal file
Просмотреть файл

@ -0,0 +1,14 @@
baseURL = 'https://bc-design-patterns.github.io/AL-Dev-Help/'
languageCode = 'en-us'
title = 'BC AL Help'
# Change the default theme to be use when building the site with Hugo
theme = "relearn"
# For search functionality
[outputs]
home = [ "HTML", "RSS", "JSON"]
[params]
# Change default color scheme with a variant one. Can be empty, "red", "blue", "green".
themeVariant = "blue"

1
themes/relearn Submodule

@ -0,0 +1 @@
Subproject commit 02ae984699d8def72476268337d843f32342bc41