init
This commit is contained in:
commit
c828a45aa8
30 changed files with 1204 additions and 0 deletions
22
blue-penguin-dark/sample/settings.py
Normal file
22
blue-penguin-dark/sample/settings.py
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*- #
|
||||
|
||||
AUTHOR = 'Tyler Carr'
|
||||
SITENAME = 'Blue Penguin Dark'
|
||||
SITEURL = 'http://localhost:8000'
|
||||
SITELOGO = 'https://www.gravatar.com/avatar/de3ba847c89c8cab9dd7080abebf9df1'
|
||||
DEFAULT_METADATE = {
|
||||
'status': 'draft',
|
||||
}
|
||||
|
||||
|
||||
PATH = 'content'
|
||||
|
||||
TIMEZONE = 'America/Los_Angeles'
|
||||
|
||||
DEFAULT_LANG = 'en'
|
||||
|
||||
|
||||
MENUITEMS = (
|
||||
('About', '/'),
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue