daily + description field
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Welcome to the blog!"
|
||||
date = 2025-08-01
|
||||
description = "Welcome to the blog"
|
||||
+++
|
||||
|
||||
I will be posting every day from today until my return from Germany! I will take the train down to Washington D.C. on the 6th of August and will say goodbye to my parents on the 7th. My excitement is nearly unbearable!
|
||||
|
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = ""
|
||||
date = "2025-08-04"
|
||||
date = 2025-08-04
|
||||
description = "Am I ready?"
|
||||
+++
|
||||
|
||||
I need to work to make this as much a habit as journaling is. I need to pack today. I think I have everything in line, but one can never be too sure.
|
||||
|
14
content/daily/2025-08-05.md
Normal file
14
content/daily/2025-08-05.md
Normal file
@@ -0,0 +1,14 @@
|
||||
+++
|
||||
date = 2025-08-05
|
||||
description = "I'm ready."
|
||||
+++
|
||||
|
||||
I am packed! My checked bag initially weighed in at (yikes!) 60 pounds, but, with my stepmother's insight that 'they have books in German in Germany', I managed to cut down to just under 44 pounds.
|
||||
|
||||
How time flies - I had an appointment at 1300 and next thing you know it's 2330 and I haven't even done my vocabulary. My goodness - luckily I have 'midnight' set to 4 in the morning on my vocabulary app. I have 4 hours yet! Two of my good friends just left my house for the last time in this episode of our lives. I'm literally crying, I'm going to miss everyone so much. I hope I make friends as chill in Germany, just playing games and good music late into the night.
|
||||
|
||||
I got a haircut! It has *layers*, so I look more tasteful now. The shortest layer is just long enough to tuck behind my ear and the longest are just a touch shorter than what I had before - just enough to get the dead ends off. I need to get a good night's sleep tonight, tomorrow is going to be a long day.
|
||||
|
||||
The time I spend with family, friends, and educators means more to me than I can even express. This is going to be a long journey but I know I am strong enough.
|
||||
|
||||
~ Andromeda <3
|
@@ -6,7 +6,7 @@
|
||||
</h1>
|
||||
<ul>
|
||||
{% for page in section.pages %}
|
||||
<li><a href="{{ page.permalink | safe }}">{{ page.date}}</a></li>
|
||||
<li><a href="{{ page.permalink | safe }}">{{ page.date }}</a> ~ {{ page.description }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endblock content %}
|
||||
|
@@ -1,9 +1,9 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="title">
|
||||
<!-- <h1 class="title">
|
||||
{{ page.title }}
|
||||
</h1>
|
||||
</h1> -->
|
||||
<p class="subtitle"><strong>{{ page.date }}</strong></p>
|
||||
{{ page.content | safe }}
|
||||
{% endblock content %}
|
||||
|
Reference in New Issue
Block a user