aboutsummaryrefslogtreecommitdiff
path: root/config/generator.toml
blob: d2177c07266969b0f0cafcfd6117f23eedae1e30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
########################### GENERATOR CONFIGURATIONS ###########################
# Do not touch unless you know what you are doing.
[generator]
    GENERATOR_NAME = "pyblog"
    GENERATOR_HOME_PAGE = "https://github.com/zmwangx/zmwangx.github.io"

    SOURCEDIR = "source"
    POSTSDIR = "blog"
    INDEXMD = "index.md"
    GENERATORSOURCE = "pyblog"
    HTMLTEMPLATE = "template.html"
    BUILDDIR = "build"
    ATOM = "atom.xml"
    RSS = "rss.xml"
    INDEXHTML = "index.html"
    EXCLUDELIST = ".exclude"

    FEED_MAX_ENTRIES = 20
    CODE_LINE_HEIGHT = 18
####################### END OF GENERATOR CONFIGURATIONS ########################