diff --git a/defaults/disroot.yml b/defaults/disroot.yml index 848c487..05d33cf 100644 --- a/defaults/disroot.yml +++ b/defaults/disroot.yml @@ -35,16 +35,16 @@ grav_website_theme: - site_hostname: disroot.lan theme_name: disroot folder_name: theme - subfolder_path: "" + subfolder_path: "/" repo: 'https://git.disroot.org/Disroot-themes/grav-theme-disroot.git' - site_hostname: howto.disroot.lan theme_name: grav-theme-howto folder_name: theme - subfolder_path: "" + subfolder_path: "/" repo: 'https://git.disroot.org/Disroot-themes/grav-theme-howto.git' - site_hostname: disroot.lan theme_name: disrootblog - subfolder_path: "" + subfolder_path: "/" folder_name: blogtheme repo: 'https://git.disroot.org/Disroot-themes/grav-theme-disrootblog.git' diff --git a/defaults/main.yml b/defaults/main.yml index 6a7d391..45c7b03 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -33,7 +33,7 @@ grav_website_repo: grav_website_theme: # - site_hostname: # the name of your website's hostname # 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 # repo: # the website repo