#!/usr/bin/env python # -*- coding: utf-8 -*- # from __future__ import unicode_literals AUTHOR = u'webmaster@fsij.org' SITENAME = u'Free Software Initiative of Japan' SITESUBTITLE = u'特定非営利活動法人 フリーソフトウェアイニシアティブ' # SITEURL is used for feed generation SITEURL = 'https://www.fsij.org' SITELOGO= '/images/FSIJ-s.png' TIMEZONE = 'Asia/Tokyo' DEFAULT_LANG = u'ja' # Feed generation FEED_RSS = 'feeds/rss.xml' FEED_ALL_RSS = 'feeds/all_rss.xml' CATEGORY_FEED_RSS = 'feeds/{slug}_rss.xml' TRANSLATION_FEED_RSS = None FEED_MAX_ITEMS=20 # Blogroll # LINKS = (('Pelican', 'http://getpelican.com/'), # ('Python.org', 'http://python.org/'), # ('Jinja2', 'http://jinja.pocoo.org/'), # ('You can modify those links in your config file', '#'),) DEFAULT_PAGINATION = 5 # Uncomment following line if you want document-relative URLs when developing # RELATIVE_URLS = True THEME='theme' MENUITEMS = (('ARCHIVE', '/archives.html'),) DISPLAY_PAGES_ON_MENU = False CATEGORY_MENUITEMS = ( ('gnuk', (('Documentation', '/doc-gnuk/'), ('', '/feeds/gnuk_rss.xml'),)), ('news', (('', '/feeds/news_rss.xml'),)), ('monthly-meetings', (('', '/feeds/monthly-meetings_rss.xml'),)), ) PAGE_MENUITEMS = ((u'これまでの活動', '/pages/historical/INDEX.html'), (u'そのほか', '/pages/misc/INDEX.html'),) DEFAULT_DATE_FORMAT = '%Y-%m-%d' REVERSE_ARCHIVE_ORDER= True STATIC_PATHS=['images', 'static', 'extra/favicon.ico', 'extra/gitweb-header'] EXTRA_PATH_METADATA = { 'extra/favicon.ico': {'path': 'favicon.ico'}, 'extra/gitweb-header': {'path': 'gitweb-header'}, } # Suppress generating author/author[0-9]*.html # Provides deterministic and specific tag clouds PLUGIN_PATHS = [ "plugins" ] PLUGINS = ["site_local"] # Suppress generating index[0-9]*.html # authors.html, categories.html, and tags.html DIRECT_TEMPLATES = ('archives',)

AltStyle によって変換されたページ (->オリジナル) /