Skip to content

Commit

Permalink
add contact page
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayce Basques committed Nov 17, 2024
1 parent 4f7c7aa commit 635337f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions _templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<li><a href="{{ pathto('blog/index.html', 1) }}">Blog</a></li>
<li><a href="{{ pathto('rss.xml', 1) }}">RSS</a></li>
<li><a href="{{ pathto('bookmarks.html', 1) }}">Bookmarks</a></li>
<li><a href="{{ pathto('contact.html', 1) }}">Contact</a></li>
</ul>
</nav>
{% block body %}{{ body() }}{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[[ ! -d venv ]] && python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt
# python3 -m pip install -r requirements.txt
[[ -d _build ]] && rm -rf _build
make html
deactivate
12 changes: 12 additions & 0 deletions contact.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
=======
Contact
=======

Don't.

.. raw:: html

<p style="margin-top: 1000px;">
j/k just look around and you'll eventually figure out a way to
<s>reacharound</s> reach me
</p>

0 comments on commit 635337f

Please sign in to comment.