Skip to content

Instantly share code, notes, and snippets.

@anderbubble
Created December 5, 2017 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anderbubble/41942463b8876838d22f6538aa227c6e to your computer and use it in GitHub Desktop.
Save anderbubble/41942463b8876838d22f6538aa227c6e to your computer and use it in GitHub Desktop.
POSTCASTS = {
'': {
'tags': ['podcast-episode'],
},
'lttp': {
'section': 'lttp',
},
'gameolder': {
'section': 'gameolder',
},
'curcast': {
'section': 'curc',
},
}
POSTCAST_PATH = 'casts'
POSTCAST_IMAGE = {
'': 'images/cf.png',
'lttp': 'images/cf-lttp.png',
'gameolder': 'images/cf-gameolder.png',
'curcast': 'images/cuboulder-large.png',
}
POSTCAST_EXPLICIT = { '': False }
POSTCAST_CATEGORIES = {
'': [
('Arts', ('Design', 'Literature', 'Visual Arts')),
('Games & Hobbies', ('Video Games', )),
('Religion & Spirituality', ('Christianity', )),
('Technology', ),
('Society & Culture', ('Philosophy', )),
],
'lttp': [
('Games & Hobbies', ('Video Games', )),
],
'gameolder': [
('Games & Hobbies', ('Video Games', )),
],
'curcast': [
('Technology', ),
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment