blob: 614a490ec0b4c38c20001b4c5d49642bbc5b1193cf6cd6598e1316a73810235d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
---
title: "Welcome To The Journal Theme"
date: 2026-01-15T09:00:00+0000
draft: false
tags: ["journal", "hugo"]
---
This entry is written once and published twice: as HTML for the web and
as gemtext for the [Gemini protocol](https://geminiprotocol.net/).
By default, links are collected into a reference section at the foot of
the gemtext version, because gemtext has no inline links. The same entry
keeps its inline links in the HTML version. Set "makerefs" to false in
an entry's front matter to render links in place on both instead.
## What The Theme Gives You
* An entry list on the homepage, and one per tag
* Atom feeds for the homepage, each tag and the tag list
* Publication date and reading time on every entry
* Optional audio versions of entries
* No JavaScript and no analytics
Which Markdown features survive the trip to gemtext, and which are
flattened or dropped, is documented in full in the
[gemtext compatibility reference guide](https://git.nicholasjohnson.ch/hugo-theme-journal/tree/GEMTEXT-COMPATIBILITY-REFERENCE-GUIDE.md).
|