-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpelicanconf.py
54 lines (43 loc) · 1.64 KB
/
pelicanconf.py
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
AUTHOR = 'your name'
SITENAME = 'Pelician Phyton Website Title'
SITEURL = 'example.com'
# inject a pelciando themes
THEME = 'peliciando'
PATH = 'content'
# your time zone
TIMEZONE = 'Asia/Jakarta'
# web lang here
DEFAULT_LANG = 'en'
# Feed generation is usually not desired when developing
FEED_ALL_ATOM = None
CATEGORY_FEED_ATOM = None
TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
# Page menu for change page on web display
PAGES = (
('Home', 'https://example.com'),
('About', 'https://example.com/about.html'),
('Product', 'https://example.com/product.html'),
('Order', 'https://example.com/order.html'),
('Contact', 'https://example.com/contact.html'),
)
# Links area for change link menu in here
LINKS = (('Phyton', 'https://www.python.org/'),
('Pelician', 'https://blog.getpelican.com/'),
('Peliciando', 'https://github.com/mesinkasir/peliciando'),
('Axcora', 'https://axcora.com/getaxcoracms'),
('Pico', 'https://axcora.com/picobook'),)
# Social widget for insert your social menu here.
SOCIAL = (('Facebook', 'https://fb.com/mesinkasircomplete'),
('Instagram', 'https://instagram.com/mesinkasircomplete'),
('Youtube', 'https://www.youtube.com/playlist?list=PLQDm6k9_HvYP5hlwkvNRYFColHFkyeRlM'),
('Github', 'https://mesinkasir.github.io'),)
# for contact page on website
CONTACTS = (('Whatsapp', 'Link Wa here'),
('Call Us', 'Phonelink here'),
('Email', 'your email here'),
('Map', 'Map Url here'),)
# many article will displaying on home page website
DEFAULT_PAGINATION = 10
# Uncomment following line if you want document-relative URLs when developing #RELATIVE_URLS = True