build = {
   'devconf2018.md': {
	    path: '/attempt/devconf2018/data/devconf2018.md',
	    target: 'd',
	    subtarget: '2018',
	    category: 'attempt',
	    output_html: 'devconf2018.html',
	    alias_html: null,
	    related_files: ['timetable_day1.md', 'timetable_day2.md', 'timetable_day3.md']
    },
   'devconf2017.md': {
	    path: '/attempt/devconf2017/data/devconf2017.md',
	    target: 'd',
	    subtarget: '2017',
	    category: 'attempt',
	    output_html: 'devconf2017.html',
	    alias_html: null,
	    related_files: ['timetable_day1.md', 'timetable_day2.md', 'timetable_day3.md']
    },
   'devconf2016.md': {
	    path: '/attempt/devconf2016/data/devconf2016.md',
	    target: 'd',
	    subtarget: '2016',
	    category: 'attempt',
	    output_html: 'devconf2016.html',
	    alias_html: null,
	    related_files: ['timetable_day1.md', 'timetable_day2.md', 'timetable_day3.md']
    },
   'contest2011.md': {
	    path: '/attempt/contest2011/data/contest2011.md',
	    target: 'cont',
	    subtarget: '2011',
	    category: 'attempt',
	    output_html: 'contest2011.html',
	    alias_html: 'contest.html',
	    related_files: ['notification.yml',  'winners.yml',  'winners_statement.yml']
    },
   'contest2012.md': {
	    path: '/attempt/contest2012/data/contest2012.md',
	    target: 'cont',
	    subtarget: '2012',
	    category: 'attempt',
	    output_html: 'contest2012.html',
	    alias_html: 'contest.html',
	    related_files: ['notification.yml',  'winners.yml',  'winners_statement.yml']
    },
   'contest2013.md': {
	    path: '/attempt/contest2013/data/contest2013.md',
	    target: 'cont',
	    subtarget: '2013',
	    category: 'attempt',
	    output_html: 'contest2013.html',
	    alias_html: 'contest.html',
	    related_files: ['notification.yml',  'winners.yml',  'winners_statement.yml']
    },

}	



