-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpelicanconf.py
More file actions
76 lines (70 loc) · 3.16 KB
/
pelicanconf.py
File metadata and controls
76 lines (70 loc) · 3.16 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
#!/usr/bin/env python
# -*- coding: utf-8 -*- #
from __future__ import unicode_literals
AUTHOR = u'StarBit and DigitalVapor'
AUTHOR_EMAIL = u'contact@antivapor.net'
SITENAME = u'Digital Vapor'
SITEURL = 'http://antivapor.net'
HEADERTITLE = u'Digital Vapor and Star Bits'
DESCRIPTION = u'We sell terrariums, gadgets, and art.'
TIMEZONE = 'America/Los_Angeles'
DEFAULT_LANG = u'en'
# Feed generation is usually not desired when developing
# TODO: move these just to publishconf.py
# TODO: feed.antivapor.net
FEED_ALL_ATOM = 'feeds/all.atom.xml'
FEED_ALL_RSS = None
FEED_ATOM = None
FEED_RSS = None
CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'
TRANSLATION_FEED_ATOM = None
# Blogroll
LINKS = (('DigitalVapor on iNaturalist', 'http://inaturalist.org/observations/digitalvapor'),
('StarBit on iNaturalist', 'http://inaturalist.org/observations/star_bit'))
# Social widget, use font-awesome name for first item in tuple
SOCIAL = (('github-alt', 'https://github.com/digitalvapor'),
#('google-plus','#google-plus'),
('twitter', 'http://twitter.com/antivapor'),
('rss',SITEURL+'/feeds/all.atom.xml'),
#('facebook','#facebook'),
#('cloud','#soundcloud'),
#('flickr','#flickr'),
#('pagelines','#inaturalist'),
#('globe','#inaturalist'),
#('vimeo-square','https://vimeo.com/digitalvapor'),
('youtube-play','https://youtube.com/user/fondasaurusrex'),)
MENUITEMS = (#('About Us','pages/about.html'),
#('Contact','pages/contact.html'),
('Products','https://starvapor.etsy.com'),)
DEFAULT_PAGINATION = 10
#-----------
# PATH RELATED
#-----------
RELATIVE_URLS = True
STATIC_PATHS = ['extra/robots.txt','images']
PATH = 'content'
OUTPUT_PATH = 'output'
#-----------
# THEME RELATED
#-----------
THEME = 'themes/icosahedron'
SYMBOL = u'mandala.png'
ABOUTUS_INTRO = "We like space and nature, gadgets and cats, coffee and jasmine lattes. We're bad at skateboarding, but good at drawing skateboarders being eaten by a gigantic arthropod, who weaves vortex cocoons and poops beautiful crystals."
ABOUTUS_BODY = "We're currently starting small with the \"business\" and we take lots of comic book and coffee breaks, sorry. We propogate carnivorous plants, and succulents, and sell terrariums. [<a href='star-bit'>Star-Bit</a>] is great at printmaking and drawing yetis, and [<a href='digitalvapor'>digitalvapor</a>] likes to draw hairy things with lots of dots. [<a href='digitalvapor'>digitalvapor</a>] is also working on some gadgets that will be pretty dope, but they're still in the development phase. Thanks for taking a look!"
BITCOIN = '15g4JLeCc5xW7sq3W3VjYNENXD7sAUzZ46'
DOGECOIN = 'DJWZMij6LDsTXyMqzK8oKLhq2BKZAmyNjN'
LITECOIN = 'LUGzXpgKHvnPUw7BzB6xH8PHF8PA9LfzEX'
# TODO: If Fontawesome gets Litecoin and Dogecoin icons, I'll update this to include those fonts.
DONATE = (('฿',BITCOIN),
('Ł',LITECOIN),
('Ð',DOGECOIN),)
#-----------
# PLUGIN RELATED
#-----------
PLUGIN_PATH = 'plugins'
PLUGINS = ['share_post','gravatar','shop']
DISQUS_SITENAME = "digitalvapor"
GOOGLE_ANALYTICS = "UA-44642246-3"
ETSY_API_KEY = 'nqnwmvnk7olpqp63l30mnxi6'
ETSY_SHOPNAME = 'starvapor'
ETSY_STORE = 9420461