Add link to tags index in footer

This commit is contained in:
Jordan Cook 2023-07-10 18:42:33 -05:00
parent 7797107f52
commit 673d10b823
6 changed files with 13 additions and 8 deletions

View File

@ -13,7 +13,7 @@ templates_path = ['../templates']
# Sphinx extensions
extensions = [
"sphinx.ext.autosectionlabel",
'sphinx.ext.autosectionlabel',
'sphinx.ext.autosummary',
'sphinx.ext.extlinks',
'sphinx_copybutton',

View File

@ -8,7 +8,7 @@ Other places you can find me:
* [{fab}`flickr` Flickr](https://flickr.com/photos/jcook83)
* [{fas}`dove` iNaturalist](https://www.inaturalist.org/observations?place_id=any&user_id=jkcook)
* [{fas}`envelope` Contact](mailto:jwcook@tilde.team)
* <a rel="me" href="https://tilde.zone/@jwcook"><i class="fa-brands fa-mastodon"></i> Mastodon</a> (maybe?)
<!-- * <a rel="me" href="https://tilde.zone/@jwcook"><i class="fa-brands fa-mastodon"></i> Mastodon</a> (maybe?) -->
<!-- Hidden ToC tree to populate sidebar -->

View File

@ -1,9 +1,9 @@
# {fab}`python` Open Source Projects
```{tags} status:in-progress, coding, python
```{tags} status:done, coding, python
```
I develop and maintain a few open source projects, mainly python libraries. Here are a few of the
most interesting ones:
I develop and maintain a few open source projects, mainly python libraries.
Here are a few of the most interesting ones:
## requests-cache
![](../assets/images/logo_requests_cache.png)

View File

@ -1,5 +1,5 @@
# {fas}`camera` Photography
```{tags} status:draft, photography
```{tags} status:draft, nature, photography
```
I dabble in [nature photography](https://flickr.com/photos/jcook83), mostly macro photography of

View File

@ -1,6 +1,6 @@
# {fas}`list` TODO
* Embed tag list in home page without redundant toctrees in sidebar
* Generate gemini site with [gemgen](https://sr.ht/~kota/gemgen)
* Some more theme customization
* Basic page tags; maybe make a custom sphinx directive if one doesn't already exist
* Some small articles about tech topics, nature, maybe photography
* Less blog-like, more like... wiki pages or [evergreen notes](https://notes.andymatuschak.org)?
* Less blog-like, more like... wiki pages or [evergreen notes](https://notes.andymatuschak.org)?

View File

@ -88,6 +88,11 @@
<a title="next tilde" href="https://tilde.team/ring/?action=next&me=jwcook">next <i class="fa-solid fa-right-long"></i></a>
</div>
</div>
<div align="center">
<a href="tags/tagsindex.html"><i class="fa-solid fa-tags"></i>Tags</a>
</div>
<div align="right">
{%- if last_updated -%}
<div class="last-updated">Last updated on {{ last_updated }}</div>