{{ title }}
+{{ title | safe }}
{% if not hideMetadata %}{% if author.url %}{% endif %} - {% if author.name %}{{ author.name }}{% endif %}{% if author.url %}, {% endif %}
+ {% if author.name %}By {{ author.name }}{% endif %}{% if author.url %} • {% endif %} {% else %} {% if metadata.author.profilePic %} @@ -21,7 +21,7 @@ layout: layouts/base.njk {% endif %}{% if metadata.author.url %}{% endif %} - {% if metadata.author.name %}{{ metadata.author.name }}{% endif %}{% if metadata.author.url %}, {% endif %}
+ {% if metadata.author.name %}By {{ metadata.author.name }}{% endif %}{% if metadata.author.url %} • {% endif %} {% endif %} @@ -44,4 +44,3 @@ layout: layouts/base.njk {{ content | safe }} {% include "mastodonComments.njk" %} -{% include "nextLast.njk" %} diff --git a/_includes/postslist.njk b/_includes/postslist.njk index 7fc3523..e85daa6 100644 --- a/_includes/postslist.njk +++ b/_includes/postslist.njk @@ -1,23 +1,44 @@{{ metadata.postlistHeaderText }}
{% endif %} -{{ metadata.postlistHeaderText }}
{% endif %} +
- {% if post.data.title %}{{ post.data.title }}{% else %}{{ post.url }}
{% endif %}
-
+ {{ post.data.synopsis | truncate(105) | safe }}
{% else %}{{ post.data.description | truncate(105) | safe }}{% endif %} -
+ {% if post.data.title %}{{ post.data.title | safe }}{% else %}{{ post.url }}
{% endif %}
+
+
+
+ + {% if post.data.author %} + {% if post.data.author.url %}{% endif %}{% if post.data.author.name %}By {{ post.data.author.name }}{% endif %}{% if post.data.author.url %} • {% endif %}{% else %}By {{ metadata.author.name }} • {% endif %} +
+-
+ {%- for tag in post.data.tags | filterTagList %}
+ {%- set tagUrl %}/tags/{{ tag | slugify }}/{% endset %}
+
- + + {{ tag }} + + + {%- endfor %} +
+ {% endfor %} +
About me and my website.
+About me and my website.
I’m a prolific vegan home cook, classical trombonist, incense maker, a FLOSS enthusiast, daily GNU/Linux user and unabashed KDE stan, designer, programmer, music producer, print lover, and human with too many interests and too little time. This is my little corner of the internet where I talk about whatever I like without worrying about maintaining a ‘personal brand’, or constraining subject matter to topics which might help advance my career or establish me as a ‘thought leader’. I’m here to express myself and have fun writing about topics I enjoy. If you’d like to learn more about my professional accomplishments and work, I’ll link my professional website here when I get around to it.
diff --git a/content/blog.njk b/content/blog.njk index a79f6eb..79dbb85 100644 --- a/content/blog.njk +++ b/content/blog.njk @@ -6,10 +6,10 @@ eleventyNavigation: key: Blog order: 3 --- -Nathan’s blog.
+My personal blog.
-Thank you for visiting my blog; I write about lots of things here, from personal stories, to tech, food, and incense. Explore all posts below or choose a topic. Want to know what I've been reading? Exlore the blogroll.
-Some pictures I thought would be worth posting.
+Photography trips, memes, and other pictures I thought would be worth sharing.
{{ gallery.synopsis | truncate(105) | safe }} Posted on the
+I write about whatever I like here, from personal stories, to tech, food, and incense.
diff --git a/content/feeds.njk b/content/feeds.njk
index dd7e696..379815a 100644
--- a/content/feeds.njk
+++ b/content/feeds.njk
@@ -33,7 +33,7 @@ permalink: "/feeds/{{ tag | slugify }}.xml"
{% if post.data.imageURL %}{% set imageURL %}{{ post.data.imageURL | htmlBaseUrl(metadata.url) }}{% endset %}{% endif %}
{% set defaultImageURL %}{{ metadata.defaultPostImageURL | htmlBaseUrl(metadata.url) }}{% endset %}
Image Galleries
+My image galleries.
{% endfor %}
Now: What’s Been Going on Lately?
+Now: Life updates.
{% set now = collections.now | last %}{{ now.data.title }}
{{ now.content | safe }}Updated: {{ now.date | readableDate }} | What is a now page?
+Updated on the {{ now.date | niceDate }} by {{ metadata.author.name }} | What is a now page?
{% set postsCount = collections.now | removeMostRecent | length %} {% if postsCount > 1 %} diff --git a/content/tags-list.njk b/content/tags-list.njk index d03b6de..b8f3af8 100644 --- a/content/tags-list.njk +++ b/content/tags-list.njk @@ -4,10 +4,10 @@ layout: layouts/base.njk title: Nathan Upchurch | Tags structuredData: none --- -Here are some things I like to talk about.
+Some things I like to talk about:
-Click on a tag to see all posts on the topic. +Click on a tag to see all posts on the topic; you can also subscribe to an RSS feed of any individual topic on the topic page.