20 lines
769 B
Plaintext
20 lines
769 B
Plaintext
# GSL: Statique Littérateur
|
|
|
|
GSL can manage multiple websites, based on their DOMAIN (example.org) Name
|
|
When adding, set your new DOMAIN, for Global or Home Use
|
|
|
|
# --prefix: Domain configuration saved to
|
|
- Home case : /home/USER/.config/gsl/domains/
|
|
- Global case: /var/lib/gsl/domains/
|
|
|
|
- Website datas
|
|
: --prefix/DOMAIN/DOMAIN.conf
|
|
|
|
- Website templates, where you give .css, logo, footer.html...
|
|
: --prefix/DOMAIN/templates
|
|
|
|
# Adding a folder for your posts ('gsl new' command will ask to create one):
|
|
- Add/Create or go into a folder (i.e. /home/USER/Documents/Mytexts)
|
|
- Set an empty file in this folder named gsl.DOMAIN (i.e. gsl.example.com)
|
|
- Save in this folder your posts in files with .gsl extension (i.e. mygreatpost.gsl)
|