fix error

This commit is contained in:
meaz 2023-08-13 22:38:40 +02:00
parent e4b778b033
commit 4800aaffc3
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
2 changed files with 4 additions and 4 deletions

View File

@ -35,16 +35,16 @@ grav_website_theme:
- site_hostname: disroot.lan - site_hostname: disroot.lan
theme_name: disroot theme_name: disroot
folder_name: theme folder_name: theme
subfolder_path: "" subfolder_path: "/"
repo: 'https://git.disroot.org/Disroot-themes/grav-theme-disroot.git' repo: 'https://git.disroot.org/Disroot-themes/grav-theme-disroot.git'
- site_hostname: howto.disroot.lan - site_hostname: howto.disroot.lan
theme_name: grav-theme-howto theme_name: grav-theme-howto
folder_name: theme folder_name: theme
subfolder_path: "" subfolder_path: "/"
repo: 'https://git.disroot.org/Disroot-themes/grav-theme-howto.git' repo: 'https://git.disroot.org/Disroot-themes/grav-theme-howto.git'
- site_hostname: disroot.lan - site_hostname: disroot.lan
theme_name: disrootblog theme_name: disrootblog
subfolder_path: "" subfolder_path: "/"
folder_name: blogtheme folder_name: blogtheme
repo: 'https://git.disroot.org/Disroot-themes/grav-theme-disrootblog.git' repo: 'https://git.disroot.org/Disroot-themes/grav-theme-disrootblog.git'

View File

@ -33,7 +33,7 @@ grav_website_repo:
grav_website_theme: grav_website_theme:
# - site_hostname: # the name of your website's hostname # - site_hostname: # the name of your website's hostname
# folder_name: # the name you want to give to the git cloned folder # folder_name: # the name you want to give to the git cloned folder
# subfolder_path: # path to the folder that holds the files on your repo, if there aren't inyour repo's root. Set it as empty if your files are in root. # subfolder_path: "/" # path to the folder that holds the files on your repo, if there aren't in your repo's root. Set it as "/" if your files are in root.
# theme_name: # the name you want to give to the theme # theme_name: # the name you want to give to the theme
# repo: # the website repo # repo: # the website repo