Skip to content

Commit 078dc8f

Browse files
Update pelicanconf.py
1 parent 4efde16 commit 078dc8f

1 file changed

Lines changed: 6 additions & 14 deletions

File tree

pelicanconf.py

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import logging
22

33
SITENAME = "aio-libs"
4-
# PROBABLY WANT TO DO SOMETHING WITH SITEURL SAM
5-
SITEURL = "http://127.0.0.1:8000/"
4+
SITEURL = ""
65
SUMMARY_MAX_PARAGRAPHS = 1
76

87
ARTICLE_PATHS = ("news",)
@@ -11,6 +10,11 @@
1110
LOCALE = "en_US.utf8"
1211
TIMEZONE = "UTC"
1312

13+
SPONSORS = (
14+
("Bill Gates", "http://google.com"),
15+
("TerenceCorp", "http://google.com")
16+
)
17+
1418
# URL settings
1519
FILENAME_METADATA = r"(?P<date>\d{4}-\d{2}-\d{2})_(?P<slug>.*)"
1620
ARTICLE_URL = "news/{date:%Y}/{slug}/"
@@ -44,23 +48,11 @@
4448

4549
# Theme
4650
THEME = "theme/"
47-
THEME_STYLESHEET_URL = "/theme/css/aio-libs-theme.css"
48-
THEME_USE_HIGHLIGHT = True
49-
50-
DISPLAY_PAGES_ON_MENU = True
51-
DISPLAY_CATEGORIES_ON_MENU = True
52-
DISPLAY_SPONSORS_ON_MENU = True
53-
SPONSORS = [
54-
("Bill Gates", 'http://google.com'),
55-
("TerenceCorp", 'http://google.com')
56-
]
57-
DISPLAY_LINKS_ON_MENU = True
5851
LINKS = (
5952
("Pelican", "https://getpelican.com/"),
6053
("Python.org", "https://www.python.org/"),
6154
("Jinja2", "https://palletsprojects.com/p/jinja/")
6255
)
63-
6456
SOCIAL = (
6557
("You can add links in your config file", "#"),
6658
("Another social link", "#"),

0 commit comments

Comments
 (0)