2024-05-06 02:34:11 +00:00
// Weblog Configuration
;; About your weblog
;; -----------------
2024-05-07 05:39:35 +00:00
Weblog title: Death.au's Domain
2024-05-06 02:34:11 +00:00
Weblog description: This is a weblog.
2024-05-07 05:39:35 +00:00
Author: Gordon Pedersen (a.k.a. death.au)
2024-05-06 02:34:11 +00:00
// Canonical domain: elsewhere.tld
2024-05-13 03:45:27 +00:00
// Landing page: /profile
2024-05-06 02:34:11 +00:00
Landing page template: Landing Page Template
;; General config stuff
;; --------------------
Separator: ·
// Navigation: about, another-page, <a href="https://example.com">Example</a>, [Example](https://example.com)
2024-05-10 06:55:19 +00:00
Navigation: <a href="https://death.id.au/">Home</a>, <a href="https://death.id.au/now">Now</a>, <a href="https://deathau.weblog.lol/">Blog</a>, <a href="https://death.id.au/cv/">CV</a>
2024-05-06 02:34:11 +00:00
Files path: /files/
2024-05-07 06:47:59 +00:00
Landing page post count: 8
2024-05-07 06:52:16 +00:00
Landing page post length: 100 words
2024-05-06 02:34:11 +00:00
Post template: Post Template
;; Pagination
;; ----------
Pagination path: /page/
2024-05-13 01:03:56 +00:00
Previous page template: <span class="previous-page"><a href="$previous_page">Newer <i class="fa-solid fa-clock-rotate-left mirror"></i></a></span>
Next page template: <span class="next-page"><a href="$next_page"><i class="fa-solid fa-clock-rotate-left"></i> Older</a></span>
2024-05-06 02:34:11 +00:00
;; Time stuff
;; ----------
; You can use a timezone value from the "TZ database name" column on this
; web page: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
2024-05-07 01:28:33 +00:00
Timezone: Australia/Melbourne
Date format: Y-m-d\TH:i:sO
2024-05-06 02:34:11 +00:00
;; Feeds
;; -----
Feed post count: 25
// Feed post appendix: <p><em>Published with weblog.lol!</em></p>
;; Posts
;; -----
Post path format: /Y/m/
Default post: <<[---
2024-05-07 06:41:26 +00:00
title: B4.xxxx Your new post
date: $date
location: /B4.xxxx
2024-05-13 05:46:06 +00:00
tags: Blog,
2024-05-06 02:34:11 +00:00
---
# Your new post
]>>
Titleless title length: 15 words
// Truncation appendix: […]
// Title format: <h1><a href="$permalink">$title</a></h1>
Multiple posts count: 10
Multiple posts format: <<[
[post:begin]
<article>
{body}
<aside class="post-info">
<i class="fa-solid fa-clock"></i> {date}
</aside>
<aside class="post-tags">
{tags}
</aside>
</article>
[post:end]
]>>
;; Recent posts {recent-posts}
;; ---------------------------
Recent posts count: 5
Recent posts format: <<[
<ul>
[post:begin]<li><a href="$location">$title</a></li>[post:end]
</ul>]>>
;; Post list {post-list}
;; ---------------------
Post list format: <<[
2024-05-13 05:46:06 +00:00
[post:begin]<article>
<aside class="post-info">
<a href="$location"><i class="fa-solid fa-clock"></i> <time class="dt-published" datetime="$date">$date</time></a>
</aside>
<i data-emoji="$emoji"></i>
$body
<aside class="post-info">
<a class="status_url" href="$status_url" target="_blank"><i class="omg-icon omg-prami"></i> via status.lol</a>
<a class="external_url" href="$external_url" target="_blank"><i class="omg-icon omg-fediverse"></i> Interact on the Fediverse</a>
</aside>
<aside class="post-tags">
$tags
</aside>
</article>[post:end]]
>>
2024-05-06 02:34:11 +00:00
;; Page list {page-list}
;; ---------------------
Page list format: <<[
<ul>
[page:begin]<li><a href="$location">$title</a></li>[page:end]
</ul>]>>
;; Search
;; ------
Search status: enabled
Search template: Page Template
Search results success message: There [is|are] $count [result|results] for your search:
Search results failure message: There were no results found for your search.
Search results format: <<[
<h2>Results for “$search”</h2>
<p>$search_results_message</p>
[post:begin]<h3><a href="$location">$title</a></h3>
<p>$date</p>
<p>$snippet</p>[post:end]
]>>
;; Tags {tags}
;; -----------
Tag path: /tag/
// Tag page template: Tag Template
Tags format: <<[
[tag:begin]<a class="tag" href="$tag_location">$tag</a>[tag:end]
]>>
Tag page format: <<[
<h2>Posts tagged with “$tag”</h2>
<ul>
[tag:begin]<li><a href="$location">$title</a></li>[tag:end]
</ul>
]>>
Tag listing path: /tags
// Tag listing template: Tag Listing Template
// Note: tag listing order can be "alphabetical", "ascending", or "descending" where alphabetical sorts by the tag name and ascending/descending sorts by the count of entries with that tag
Tag listing order: alphabetical
Tag listing format: <<[
<h2>Tags</h2>
<ul>
[tag:begin]<li><a href="$location">$tag</a> ($count)</li>[tag:end]
</ul>
]>>