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 93b476e8fa - Show all commits

View file

@ -1,5 +1,7 @@
---
grav_modules_already_installed: 'false' # set to true after 1st installation so that it doesn't install plugins again
grav_pkg:
- dialog
- ca-certificates
@ -14,25 +16,18 @@ grav_version: '1.7.41.1'
grav_download_url: 'https://github.com/getgrav/grav/releases/download/{{ grav_version }}/grav-v{{ grav_version }}.zip'
# 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 so that it doesn't install plugins again
# If you have a git repo with your pages you can set it with the following:
grav_website_repo:
- site_hostname: mywebsite.lan
#repo:
modules:
- site_hostname: mywebsite.lan # the main name of your website root, where you'll download pages, theme, etc.
#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
- name: themer
- name: language-selector
config: 'true'
site_name: "My Website"
pages_folder: "pages" # keep that empty if your repo files are in the `pages` folder. Otherwise, set it to `pages`.
theme_name: quark # the default is quark
# system_file: "mysite.system.yaml" # uncomment this if you want to deploy your own config file. Your yaml file has to be added in `files` folder.
# site_file: "mysite.site.yaml" # uncomment this if you want to deploy your own config file. Your yaml file has to be added in `files` folder.
# If you have a repo with a theme you can set it with the following:
grav_website_theme: