added default font ratio into config

This commit is contained in:
Jaromil 2014-08-02 19:51:25 +02:00
parent e2a73e9e0a
commit f06e81139d
1 changed files with 7 additions and 2 deletions

9
init
View File

@ -74,13 +74,18 @@ KEYWORDS="web, design, html"
# Anything below is safe to leave untouched # Anything below is safe to leave untouched
# #
# what file extension to use for html files # What file extension to use for html files
EXTENSION=".html" EXTENSION=".html"
# what is the root of this website url, after the domain # What is the root of this website url, after the domain
# leave blank if relative, or for instance /blog/ # leave blank if relative, or for instance /blog/
WEB_ROOT="" WEB_ROOT=""
# What is the size ratio of text with respect to the width
# of its container element. This is better than setting the
# text size in an absolute way (we use Flowtype)
FONT_RATIO=30
EOF EOF
} }