Gitub actions (#53)
* push action Initial scratch pad * #26 requirements.txt added * #26 unit test failures fixes * #26 install theme in action python3 compatible test * #26 test failure fixes based on new pelican * #26 python3 test fixes
This commit is contained in:
parent
a31ff4e2c9
commit
b7c3285563
6 changed files with 78 additions and 10 deletions
|
@ -115,6 +115,18 @@ COLOR_SCHEME_CSS = 'github.css'
|
|||
|
||||
CSS_OVERRIDE = ['assets/css/myblog.css']
|
||||
|
||||
# Jinja config - Pelican 4
|
||||
JINJA_ENVIRONMENT = {
|
||||
'extensions' :[
|
||||
'jinja2.ext.loopcontrols',
|
||||
'jinja2.ext.i18n',
|
||||
'jinja2.ext.with_',
|
||||
'jinja2.ext.do'
|
||||
]
|
||||
}
|
||||
|
||||
JINJA_FILTERS = {'max': max}
|
||||
|
||||
# AUTHORS_BIO = {
|
||||
# "arul": {
|
||||
# "name": "Arul",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue