Skip to content

Commit

Permalink
Updated configuration and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
orsenthil committed Dec 26, 2013
1 parent 164ee06 commit 5eabda1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
build/
4 changes: 0 additions & 4 deletions source/_templates/index.html
@@ -1,8 +1,4 @@
{# {% extends "layout.html" %} #}
{% set title = 'Uthcode' %}
{% block body %}
<p>
<h1>welcome</h1>
<a href="foo.html">Foo</a>
<a href="bar.html">Bar</a>
{% endblock %}
2 changes: 1 addition & 1 deletion source/conf.py
Expand Up @@ -142,7 +142,7 @@

# Custom sidebar templates, maps document names to template names.
#html_sidebars = {'index': ['indexsidebar.html', 'searchbox.html']}
html_additional_pages = {'index': 'index.html', 'foo' : 'foo.html', 'bar': 'bar.html'}
#html_additional_pages = {'index': 'index.html', 'foo' : 'foo.html', 'bar': 'bar.html'}

# Additional templates that should be rendered to pages, maps page names to
# template names.
Expand Down

0 comments on commit 5eabda1

Please sign in to comment.