initial commit to seperate repo
This commit is contained in:
commit
8630e4db13
23669 changed files with 1067407 additions and 0 deletions
11
themes/zen/conf.py.sample
Normal file
11
themes/zen/conf.py.sample
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
NAVIGATION_LINKS = {
|
||||
DEFAULT_LANG: (
|
||||
('/index.html', 'Home', 'icon-home'),
|
||||
('/archive.html', 'Archives', 'icon-folder-open-alt'),
|
||||
('/categories/index.html', 'Tags', 'icon-tags'),
|
||||
('/rss.xml', 'RSS', 'icon-rss'),
|
||||
('http://getnikola.com', 'About me', 'icon-user'),
|
||||
('https://twitter.com/getnikola', 'My Twitter', 'icon-twitter'),
|
||||
('https://github.com/getnikola', 'My Github', 'icon-github'),
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue