Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Houtan Bastani
obsmacro-dynare-json
Commits
6e58693e
Verified
Commit
6e58693e
authored
Oct 09, 2019
by
Houtan Bastani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update pelicanconf
parent
e8a48d96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
pelicanconf.py
pelicanconf.py
+4
-3
No files found.
pelicanconf.py
View file @
6e58693e
...
...
@@ -8,12 +8,13 @@ DELETE_OUTPUT_DIRECTORY = False
DEFAULT_LANG
=
'en'
DEFAULT_DATE_FORMAT
=
' %B %-d, %Y'
LOCALE
=
'en_US.utf8'
LOCALE
=
(
'en_US'
,
'utf8'
,
# On linux
'en_US'
,
'UTF-8'
)
# On macOS
AUTHOR
=
'Macroeconomic Observatory'
SITENAME
=
'Macroeconomic Observatory'
# HIDE_SITENAME = True
SITEURL
=
''
SITEURL
=
'
..
'
BANNER_SUBTITLE
=
\
'Providing free and state-of-the-art tools for macroeconomic analysis.'
...
...
@@ -47,7 +48,7 @@ TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM
=
None
AUTHOR_FEED_RSS
=
None
FEED_ALL_RSS
=
'feeds/all.rss.xml'
TAG_FEED_RSS
=
'feeds/
%s
.rss.xml'
TAG_FEED_RSS
=
'feeds/
{slug}
.rss.xml'
RSS_FEED_SUMMARY_ONLY
=
False
# Blogroll
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment