path = lib/TimeSide
url = https://github.com/Parisson/TimeSide.git
ignore = dirty
+[submodule "doc/pelican-themes"]
+ path = doc/pelican-themes
+ url = https://github.com/getpelican/pelican-themes.git
From 2011, a mean of 400 Go/year of audio data and metadata are imported in the instance.
Related research projects
-==========================
+--------------------------
* DIADEMS_ : Description, Indexation, Access to Sound and Ethnomusicological Documents, funded by the French Research Agency (ANR_ CONTINT 2012), involving IRIT_, CREM_, LAM_, LABRI_, LIMSI_, MNHN_, Parisson_
* TimeSide-DIADEMS_ : a set of Timeside plugins for hich level music analysis developed during the DIADEMS_ project
DEFAULT_LANG = u'en'
DEFAULT_DATE = 'fs'
-SITEURL = 'http://parisson.github.io/Telemeta/'
+SITEURL = 'https://parisson.github.io/Telemeta/'
RELATIVE_URLS = True
PATH = 'content/'
DELETE_OUTPUT_DIRECTORY = False
-THEME = 'themes/pelican-bootstrap3'
+THEME = 'pelican-themes/pelican-bootstrap3'
BOOTSTRAP_THEME = 'united'
SUMMARY_MAX_LENGTH = 127
PLUGIN_PATHS = ['pelican-plugins']
PLUGINS = ['pin_to_top', 'sitemap', 'gallery', 'render_math',
- 'liquid_tags.img', 'liquid_tags.video',
+ 'i18n_subsites', 'liquid_tags.img', 'liquid_tags.video',
'liquid_tags.youtube', 'liquid_tags.vimeo',
'liquid_tags.include_code', ]
+JINJA_ENVIRONMENT = {
+ 'extensions': ['jinja2.ext.i18n'],
+}
+
STATIC_PATHS = ['images', 'css']
CUSTOM_CSS = 'css/custom.css'
sys.path.append(os.curdir)
from pelicanconf import *
-SITEURL = 'http://parisson.github.io/Telemeta'
+SITEURL = 'https://parisson.github.io/Telemeta'
RELATIVE_URLS = True
FEED_ALL_ATOM = 'feeds/all.atom.xml'