-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpublishconf.py
More file actions
38 lines (25 loc) · 788 Bytes
/
publishconf.py
File metadata and controls
38 lines (25 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#!/usr/bin/env python
import os
import sys
# This file is only used if you use `make publish` or
# explicitly specify it as your config file.
sys.path.append(os.curdir)
from pelicanconf import * # noqa: F403, F401
SITEURL = "https://ujuc.github.io"
RELATIVE_URLS = False
FEED_MAX_ITEMS = 10
FEED_ALL_RSS = "feeds/rss.xml"
RSS_FEED_SUMMARY_ONLY = True
FEED_APPEND_REF = True
DELETE_OUTPUT_DIRECTORY = True
# Following items are often useful when publishing
GOOGLE_ANALYTICS = "G-X9EBSXCBTS"
GOOGLE_ADSENSE = "ca-pub-1014314833699403"
BMC_CODE = "8967ktT"
# Comment Services
UTTERANCES = True
GISCUS = True
REPO_NAME = "ujuc/ujuc.github.io"
REPO_ID = "MDEwOlJlcG9zaXRvcnkzMzA2MTA2NQ=="
GISUS_CATEGORY = "General"
GISUS_CATEGORY_ID = "MDE4OkRpc2N1c3Npb25DYXRlZ29yeTMyMDM5MjEy"