adding tags, bugfixes
This commit is contained in:
parent
368ddef489
commit
7b34dd5d15
15 changed files with 75 additions and 8215 deletions
|
@ -11,6 +11,10 @@ default_language = "en"
|
|||
|
||||
author = "mana"
|
||||
|
||||
taxonomies = [
|
||||
{ name = "tags", feed = true}
|
||||
]
|
||||
|
||||
[markdown]
|
||||
highlight_code = true
|
||||
extra_syntaxes_and_themes = ["themes"]
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title = "my first post"
|
||||
date = "2024-03-06"
|
||||
template = "blog-page.html"
|
||||
[taxonomies]
|
||||
tags = ["journaling", "cooking"]
|
||||
+++
|
||||
we're finally moved into our new place, my partner and I. well, all of our things are here. there's still quite a bit of unpacking/organizing to do...>w<
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ in honor of reaching the 1000 answer milestone on my retrospring before its [shu
|
|||
- I've played it before but I'm not very good.
|
||||
|
||||
9. Can you play the guitar?
|
||||
- I can form some chords, but my hands are very small which make playing difficult (a standard guitar neck is too thick for me to comfortable form chords).
|
||||
- I can form some chords, but my hands are very small which make playing difficult (a standard guitar neck is too thick for me to comfortably form chords).
|
||||
|
||||
10. Can you play the piano?
|
||||
- Not even a tiny bit. I can figure out melodies I guess? but playing actual songs? no.
|
||||
|
@ -57,7 +57,7 @@ in honor of reaching the 1000 answer milestone on my retrospring before its [shu
|
|||
- is this a thing people struggle with? yeah I can yodel.
|
||||
|
||||
17. Do you have a nickname?
|
||||
- most people call me by my full first name (which I am not a super fan of), so I usually go by nicknames online. Only my partner really calls me by any nicknames.
|
||||
- most people call me by my full first name (which I am not a super fan of), so I usually go by nicknames online. Only my partner really calls me by any nicknames irl.
|
||||
|
||||
18. Do you have any siblings?
|
||||
- I have a brother and a sister, both younger than me.
|
||||
|
@ -255,7 +255,7 @@ in honor of reaching the 1000 answer milestone on my retrospring before its [shu
|
|||
- as a dog owner for 11 years, I would be remiss if I had never pet a dog smh.
|
||||
|
||||
96. Have you ever pet a dragon?
|
||||
- dragons aren't real.
|
||||
- does [Lian](https://kitsunes.club/@LianSirenia) count?
|
||||
|
||||
97. Have you ever pet a ferret?
|
||||
- yes, and my hand smelled bad for a week afterward no matter how much I scrubbed it ;w;
|
||||
|
@ -282,7 +282,7 @@ in honor of reaching the 1000 answer milestone on my retrospring before its [shu
|
|||
- yeah, but their tails gross me out D:
|
||||
|
||||
105. Have you ever pet a shark?
|
||||
- no, but I wanna feel their smooth skin. >:3
|
||||
- only blåhaj, but I wanna feel the smooth skin of the aquatic kind. >:3
|
||||
|
||||
106. Have you ever pet a wolf?
|
||||
- no, I am not trying to lose my fuckin hand.
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title = "adventures in tiramisu"
|
||||
date = "2024-03-13"
|
||||
template = "blog-page.html"
|
||||
[taxonomies]
|
||||
tags = ["cooking"]
|
||||
+++
|
||||
I finally made my friend's tiramisu recipe! It went really well, surprisingly! ![korilakkuma dance](../../img/emoji/koriarmsdance.gif)
|
||||
I really expected it to be a lot more difficult than it was, but it was actually really easy thanks to owning an electric hand mixer.
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title = "varicella zoster"
|
||||
date = "2024-09-08"
|
||||
template = "blog-page.html"
|
||||
[taxonomies]
|
||||
tags = ["example", "butts"]
|
||||
+++
|
||||
![pastel music notes](../../img/emoji/nowplaying.gif) *now playing -- [toumin shoujo](https://www.youtube.com/watch?v=Cq7bl44zOII) by BiSH* ![pastel music notes](../../img/emoji/nowplaying.gif)
|
||||
|
||||
|
|
|
@ -332,7 +332,7 @@ As someone who came of age in the late 90's/early 00's, the aesthetic of old-sch
|
|||
![pikachu wow](emote/pikachuwow.gif)
|
||||
![angery >:c pink face](emote/pinkangy.png)
|
||||
![pls shut up](emote/plsshutup.gif)
|
||||
![popuko urm](emote/popukoUrm.png)
|
||||
![popuko urm](emote/popukourm.png)
|
||||
![pout](emote/pout.png)
|
||||
![sad crying cat with thumbs up](emote/sadgecat.png)
|
||||
![sakura flower](emote/sakura.png)
|
||||
|
|
|
@ -79,7 +79,7 @@ a:hover {
|
|||
|
||||
h1 {
|
||||
color: var(--headColor);
|
||||
font: 5.5em hylie, cursive;
|
||||
font: 4em hylie, cursive;
|
||||
line-height: .8em;
|
||||
margin: 2vw 0.1vw 0.1vw;
|
||||
padding: 0.1vw;
|
||||
|
@ -141,7 +141,7 @@ pre {
|
|||
margin: 0 2vw;
|
||||
overflow-x: auto;
|
||||
font-family: monospace;
|
||||
font-size: 16px;
|
||||
font-size: 1.1em;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
@ -179,7 +179,7 @@ pre {
|
|||
.QandA ul {
|
||||
list-style: none;
|
||||
margin: .6rem 0;
|
||||
font-size: 0.9em;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.webcore, .emotes, .blinkies, .web-stamps, .userbox {
|
||||
|
@ -245,9 +245,17 @@ pre {
|
|||
background-color: var(--hovColor)
|
||||
}
|
||||
|
||||
address, time {
|
||||
margin: .1em 3vw;
|
||||
font-size: 0.8em;
|
||||
address {
|
||||
margin-left: 1.5vw;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
time {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.tagsData {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
dt {
|
||||
|
|
|
@ -17,20 +17,22 @@
|
|||
{% endif %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{{ page.content | safe }}
|
||||
|
||||
<br>
|
||||
<time datetime="{{ page.date }}">published <span class="metaData">{{ page.date }}</span></time>
|
||||
{% if config.extra.author and config.extra.display_author == true %}
|
||||
<address rel="author">by <span class="metaData">{{config.extra.author}}</span></address>
|
||||
{% endif %}
|
||||
<p class="tagsData">
|
||||
{% if page.taxonomies.tags %}
|
||||
tagged:
|
||||
{% for tag in page.taxonomies.tags %}
|
||||
<a href="/tags/{{ tag | slugify }}">/{{ tag }}/</a>
|
||||
{% endfor %}
|
||||
<a href="/tags/{{ tag | slugify }}"> {{ tag }} </a>
|
||||
{% if not loop.last %}
|
||||
/
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}<br>
|
||||
{% if config.extra.author and config.extra.display_author == true %}
|
||||
<time datetime="{{ page.date }}">published <span class="metaData">{{ page.date }}</span></time>
|
||||
<address rel="author">by {{config.extra.author}}<br></address>
|
||||
{% endif %}
|
||||
{{ page.content | safe }}
|
||||
</article>
|
||||
<p style="clear: both; text-align: right; position:sticky; bottom: 15px;">
|
||||
<a href="/blog" title="back to blog posts">
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
{% endif %}
|
||||
</div>
|
||||
<div>
|
||||
{% if config.generate_feed %}
|
||||
{% if config.generate_feeds %}
|
||||
<a target="_blank" rel="noopener noreferrer" href="{{ get_url(path="atom.xml", trailing_slash=false) }}" title="Subscribe via RSS for updates."><i class="ph ph-rss"></i></a>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
|
11
templates/tags/list.html
Normal file
11
templates/tags/list.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1>{{ taxonomy.name }}</h1>
|
||||
<hr style="border: dashed 1px; color: var(--linkColor); width: 93%; margin: 1em auto;">
|
||||
<p>
|
||||
{% for term in terms %}
|
||||
<a href="{{ term.permalink | safe }}">#{{ term.name }}</a>[{{ term.pages | length }}]
|
||||
{% endfor %}
|
||||
</p>
|
||||
{% endblock content %}
|
21
templates/tags/single.html
Normal file
21
templates/tags/single.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1>tagged: {{ term.name }}</h1>
|
||||
<hr style="border: dashed 1px; color: var(--linkColor); width: 93%; margin: 1em auto;">
|
||||
{% if paginator %}
|
||||
{% set pages = paginator.pages %}
|
||||
{% else %}
|
||||
{% set pages = term.pages %}
|
||||
{% endif %}
|
||||
<ul>
|
||||
{% for page in pages %}
|
||||
<li>
|
||||
{% if page.date %}{{ page.date }} - <a href="{{ page.permalink | safe }}">{% endif %}{{ page.title }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% if paginator %}
|
||||
<p>{% if paginator.previous %}<a href="{{ paginator.first }}"><< First</a> <a href="{{ paginator.previous }}">< Previous</a>{% endif %} [{{ paginator.current_index }}/{{ paginator.number_pagers }}] {% if paginator.next %}<a href="{{ paginator.next }}">Next ></a> <a href="{{ paginator.last }}">Last >></a>{% endif %}</p>
|
||||
{% endif %}
|
||||
{% endblock content %}
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue