Fix gsl_tools

This commit is contained in:
Cyrille L 2022-03-07 16:31:14 +01:00
parent 4e6803e18d
commit df77897e52
2 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1,4 @@
# GSL: Statique Littérateur
------------------------------------------------------------------------
GSL is a multiple blogs/websites generator based on their domain,
@ -16,7 +15,6 @@ can easily get, in your webserver.
# GSL: Installation
------------------------------------------------------------------------
In your System /
```
@ -109,7 +107,6 @@ You can select a specific post, with autocompletion to check and make
only that specified one.
# Create a Templates
------------------------------------------------------------------------
You will have to create some CSS (styles.css) in your /DOMAIN/templates/
@ -117,7 +114,6 @@ You will have to create some CSS (styles.css) in your /DOMAIN/templates/
- GLOBAL: /var/lib/gsl/domains/DOMAIN/templates/
# How to Write a Post
------------------------------------------------------------------------
Post has 2 sections : Before and After #1. #1 is the FIRST Title of your

View File

@ -45,7 +45,7 @@ done
for gsl_file in "$gsl_file_logs" \
"$gsl_file_db_domains"
do
gsl__check_file "$gsl_file" && touch "$gsl_file"
gsl__if_file "$gsl_file" && touch "$gsl_file"
done
}