ToC in FAQ

This commit is contained in:
boyska 2016-01-25 15:07:23 -05:00
parent 8ee934bf02
commit 6fbca3b63d
6 changed files with 11 additions and 2 deletions

View file

@ -86,6 +86,6 @@ publish:
$(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(PUBLISHCONF) $(PELICANOPTS)
autopublish:
while true; do inotifywait -r content publishconf.py Makefile themes -e modify -e create -e delete; make clean publish; sleep 0.1; done
while true; do inotifywait -r content pelicanconf.py publishconf.py Makefile themes -e modify -e create -e delete; make clean publish; sleep 0.1; done
.PHONY: html help clean regenerate serve devserver publish ssh_upload rsync_upload dropbox_upload ftp_upload s3_upload cf_upload github

View file

@ -4,6 +4,8 @@ Slug: info
navbar_sort: 3
lang: en
[TOC]
#### Entrance
As every year, entrance to Hackmeeting is completely free: remember, however, that organization of the Hackmeeting has a cost, and subscriptions are necessary for the subsistance of the event!

View file

@ -4,6 +4,8 @@ Slug: info
navbar_sort: 3
lang: es
[TOC]
## Donde
El Hackmeeting 2015 se realizará en el espacio okupado Mensa Occupata, en pleno centro de Nápoles. La dirección es "Via Mezzocannone".

View file

@ -4,6 +4,8 @@ Slug: info
navbar_sort: 3
lang: gr
[TOC]
####Σχετικά
Το Hackmeeting 2015 θα πραγματοποιηθεί στην Νάπολη από τις 19 έως τις 21 Ιουνίου.

View file

@ -3,6 +3,7 @@ Date: 2015-03-13 12:00
Slug: info
navbar_sort: 3
[TOC]
#### Ingresso

View file

@ -29,7 +29,7 @@ SOCIAL = None
DEFAULT_PAGINATION = 10
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True
# RELATIVE_URLS = True
DISPLAY_CATEGORIES_ON_MENU = False
DEFAULT_DATE = (2015, 3, 1)
@ -50,3 +50,5 @@ BOOTSTRAP_THEME = 'cyborg'
HIDE_SIDEBAR = True
PLUGIN_PATHS = ['plugins']
PLUGINS = ['langmenu']
MD_EXTENSIONS = ['toc']