change from template to files and update info

This commit is contained in:
meaz 2023-08-13 18:45:29 +02:00
parent 633b559aa3
commit 93b476e8fa
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
1 changed files with 7 additions and 12 deletions

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: