qsgen2: Renamed config to config.example and updated messages.
This commit is contained in:
24
config.example
Normal file
24
config.example
Normal file
@ -0,0 +1,24 @@
|
||||
# Place this file in your project directory
|
||||
|
||||
# This is the name of your site
|
||||
export site_name="The Site Name"
|
||||
# This is the site tag or subtitle
|
||||
export site_tagline="The Site Tagline"
|
||||
export site_url="http://www.example.com"
|
||||
# At the moment, there is only 1 theme - minimal
|
||||
export theme=minimal
|
||||
# This is the directory where you create your pages and blogs.
|
||||
# Your project working directory
|
||||
export project_dir=/path/to/your/project
|
||||
# This is where qsgen2 outputs the parsed and generated files
|
||||
export www_root=/path/to/output/directory
|
||||
# Do you want the blog on your front page or not?
|
||||
# Values are true for yes and false for no
|
||||
export blog_in_index=false
|
||||
# Expected values are 'native' or 'markdown'
|
||||
export generator=native
|
||||
# Do you want to generate a sitemap.xml file?
|
||||
export sitemap=true
|
||||
# Language for messages from qsgen2
|
||||
# en_US, es_ES, nb_NO
|
||||
export language=nb_NO
|
Reference in New Issue
Block a user