forked from jgehrcke/beautiful-readme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrconfig.py
55 lines (43 loc) · 1.47 KB
/
brconfig.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
#converter = "docutils"
converter = "markdown"
# Document content.
# =================
title = "beautiful-readme"
description = "Creates a simple mobile-friendly static website from your README."
about = """
Beautiful-readme is
<a href="http://opensource.org/licenses/MIT">MIT licensed</a>. I created it
rather quickly for fulfilling my own needs. Nevertheless, you might want to
give it a try, too!
"""
copyright = """© 2014 <a href="http://gehrcke.de">Jan-Philip Gehrcke</a>"""
sidebar = """
<div class="sidebar-module sidebar-module-inset">
<h4>Contribute!</h4>
<p>For bug reports and suggestions, please use the
<a href="https://github.com/jgehrcke/beautiful-readme/issues">issue section</a> on GitHub.
Pull requests are welcome.</p>
</div>
<div class="sidebar-module sidebar-module-inset">
<h4>Resources</h4>
<ol class="list-unstyled">
<li><a href="https://github.com/jgehrcke/beautiful-readme">GitHub</a></li>
<li><a href="https://pypi.python.org/pypi/beautiful-readme">PyPI</a></li>
</ol>
</div>"""
sidebar_toc = False
# Document layout.
# ================
# Additional CSS code.
customcss = ""
# Miscellaneous.
# ==============
# Google Analytics integration.
# Leave string empty if you do not want the GA snippet to be included.
google_analytics_id = ""
# Build directory (relative from current working directory).
builddir = "_build"
# Beautiful-readme attribution in footer.
attribution = True