fix erros with git clone #1

Merged
meaz merged 14 commits from fix_erros into main 2023-09-12 16:23:03 +02:00
Showing only changes of commit 633b559aa3 - Show all commits

View file

@ -1,12 +1,5 @@
---
# Repos
## site_hostname: the main name of your website root, where you'll download pages, theme, etc.
## folder_name: whatever you want as a name for your repo/folder
## type: can be pages or theme. "pages" means that this repo will the main website, not a sub folder like theme
## repo: the url of your git repo.
## modules: list of modules you want to install with gpm. If no modules is to be set, add [], otherwise it throws an error
grav_modules_already_installed: 'false' # set to true after 1st installation
grav_website_repo:
@ -19,7 +12,9 @@ grav_website_repo:
config: 'true'
site_name: "Disroot"
pages_folder: ""
theme_name: "disroot"
system_file: "disroot.system.yaml"
site_file: "disroot.site.yaml"
- site_hostname: howto.disroot.lan
repo: 'https://git.disroot.org/Disroot/Howto.git'
modules:
@ -33,7 +28,8 @@ grav_website_repo:
- name: tagcloud
site_name: "Disroot Howto"
pages_folder: ""
theme_name: "grav-theme-howto"
system_file: "howto.system.yaml"
site_file: "howto.site.yaml"
grav_website_theme:
- site_hostname: disroot.lan