diff options
| author | Núbio C. Hott <bio@brigadadigital.tec.br> | 2026-04-28 12:01:30 -0300 |
|---|---|---|
| committer | Núbio C. Hott <bio@brigadadigital.tec.br> | 2026-04-28 12:01:30 -0300 |
| commit | 5f987e963bacc00e73ec5a0724eb5ddfc6253dcf (patch) | |
| tree | 62a1f1fa16405666fb9249b7539d48d19c3cb4e7 /pelicanconf.py | |
| parent | 65f5d29ffafb170b43848f1a206983b46a29874f (diff) | |
| download | website-5f987e963bacc00e73ec5a0724eb5ddfc6253dcf.tar.gz website-5f987e963bacc00e73ec5a0724eb5ddfc6253dcf.tar.bz2 website-5f987e963bacc00e73ec5a0724eb5ddfc6253dcf.zip | |
Adição do repositório git do site no rodapé, template base
Diffstat (limited to 'pelicanconf.py')
| -rw-r--r-- | pelicanconf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pelicanconf.py b/pelicanconf.py index 06d482d..9a95f07 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -14,6 +14,7 @@ ARTICLE_PATHS = ['articles'] DEFAULT_CATEGORY = 'Artigos' PAGE_PATHS = ['pages'] STATIC_PATHS = ['images', 'downloads', 'extra/favicon.ico'] +#OUTPUT_PATH = '../site' DEFAULT_PAGINATION = 10 #PAGINATED_TEMPLATES = {'category': None, 'author': None, 'archives': None, 'tags': None, 'home': 6} |
