publishconf.py 548 B

12345678910111213141516171819202122232425
  1. #!/usr/bin/env python
  2. # -*- coding: utf-8 -*- #
  3. from __future__ import unicode_literals
  4. # This file is only used if you use `make publish` or
  5. # explicitly specify it as your config file.
  6. import os
  7. import sys
  8. sys.path.append(os.curdir)
  9. from pelicanconf import *
  10. SITEURL = '/hackit18'
  11. RELATIVE_URLS = True
  12. TALKS_GRID_STEP = 30
  13. # plugin/talks.py
  14. SCHEDULEURL = 'https://hackmeeting.org' + SITEURL + '/schedule.html'
  15. # DELETE_OUTPUT_DIRECTORY = True
  16. # Following items are often useful when publishing
  17. #DISQUS_SITENAME = ""
  18. #GOOGLE_ANALYTICS = ""