zola get ur shit together with these anchors babe
This commit is contained in:
parent
bd61ceb425
commit
1c7563d57d
3 changed files with 16 additions and 4 deletions
|
@ -1,9 +1,13 @@
|
|||
+++
|
||||
title = "music"
|
||||
insert_anchor_links = "heading"
|
||||
[extra]
|
||||
toc = true
|
||||
template = "musicpage.html"
|
||||
+++
|
||||
<div class="navtoc">
|
||||
|
||||
![tiny star](/img/tinystar.gif) [japanese idols](#japanese-idols) ![tiny star](/img/tinystar.gif) [oshi](#oshi) ![tiny star](/img/tinystar.gif) [korean idols](#korean-idols) ![tiny star](/img/tinystar.gif) [bias](#bias) ![tiny star](/img/tinystar.gif) [producers & labels](#producers-labels) ![tiny star](/img/tinystar.gif) [everything else](#everything-else) ![tiny star](/img/tinystar.gif)
|
||||
</div>
|
||||
<hr style="border: dashed 1px; color: var(--hovColor); width: 93%; margin: 1em auto;">
|
||||
|
||||
## japanese idols
|
||||
I first got into idol music back in the days of [LiveJournal](https://en.wikipedia.org/wiki/LiveJournal) (~2002). I had been visiting random anime & Asian music websites I'd come across while surfing the web in the late 90's and eventually found my way to LJ music sharing communities, where I was introduced to [Minimoni.](https://helloproject.fandom.com/wiki/Minimoni), a subgroup of a larger idol group called [Morning Musume.](https://helloproject.fandom.com/wiki/Morning_Musume). I was instantly in love. The first idol song I ever heard was [Minimoni. Hinamatsuri](https://www.youtube.com/watch?v=FXEDWNt-G_M), which was a double A-side single with a song I liked much more, [Mini. Strawberry Pie](https://www.youtube.com/watch?v=Hg9zGtAIDJg). From the moment I heard it, I was hooked: I learned as much as I could about this group and became very interested in idols (a term I'd never heard of before, maybe in manga or anime, but never really understanding what it meant) and began following the group and its subgroups new releases. To this day, Morning Musume. holds a place near and dear to my heart... >w<
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
<a class="zola-anchor" href="#{{ id }}" aria-label="Anchor link for: {{ id }}">🔗</a>
|
9
templates/musicpage.html
Normal file
9
templates/musicpage.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1>{{ page.title }}</h1>
|
||||
{{ page.content | safe }}
|
||||
<p style="text-align: right; margin: auto; position:sticky; bottom: 15px;"><a href="#top" title="return to top">
|
||||
<i class="ph ph-arrow-line-up"></i>
|
||||
</a></p>
|
||||
{% endblock content %}
|
Loading…
Add table
Reference in a new issue