removed gemini config items, fixed URL in projects.md

This commit is contained in:
Michael Clemens 2023-04-16 09:39:02 +02:00
parent c28a63c964
commit 4bcfc5f9fc
2 changed files with 29 additions and 29 deletions

View File

@ -9,34 +9,34 @@ dateFormat = "2006-01-02" # default
publishDir = "/var/www/htdocs/dk1mi.radio/"
[mediaTypes]
[mediaTypes."text/gemini"]
suffixes = ["gmi"]
[mediaTypes."application/atom"]
suffixes= ["xml"]
[outputFormats]
[outputFormats.Gemini]
name = "GEMINI"
isPlainText = true
isHTML = false
mediaType = "text/gemini"
protocol = "gemini://"
permalinkable = true
path ="gemini/"
[outputFormats.gemini_atom]
name = "GEMINI_ATOM"
isPlainText = true
isHTML = false
baseName = "atom"
path = "gemini/"
protocol = "gemini://"
mediaType = "application/atom"
[outputs]
home = ["HTML", "GEMINI_ATOM", "GEMINI", "RSS"]
page = ["HTML", "GEMINI"]
#[mediaTypes]
#[mediaTypes."text/gemini"]
# suffixes = ["gmi"]
#[mediaTypes."application/atom"]
# suffixes= ["xml"]
#
#
#[outputFormats]
#[outputFormats.Gemini]
# name = "GEMINI"
# isPlainText = true
# isHTML = false
# mediaType = "text/gemini"
# protocol = "gemini://"
# permalinkable = true
# path ="gemini/"
#[outputFormats.gemini_atom]
# name = "GEMINI_ATOM"
# isPlainText = true
# isHTML = false
# baseName = "atom"
# path = "gemini/"
# protocol = "gemini://"
# mediaType = "application/atom"
#
#[outputs]
# home = ["HTML", "GEMINI_ATOM", "GEMINI", "RSS"]
# page = ["HTML", "GEMINI"]
# Menu links
[menu]

View File

@ -26,7 +26,7 @@ showthedate: false
* [FediHams](/fedihams/) - The FediHams Digital Voice Network
* [colorspot](https://codeberg.org/mclemens/colorspot) - A colorful command line DX cluster client with LotW integration
* [AllStarLink Node](/allstarlink-node-build/) - My build of an AllStarLink node
* [Hardrock-50 Remote Display](https://qrz.is/hardrock50-remote-display/) - ESP32 based remote display for the Hardrock-50 power amplifier
* [Hardrock-50 Remote Display](/hardrock50-remote-display/) - ESP32 based remote display for the Hardrock-50 power amplifier
* [qrzlogger](https://codeberg.org/mclemens/qrzlogger) - A python application to log QSOs directly to QRZ.com from the command line
* [pyBMNotify](https://codeberg.org/mclemens/pyBMNotify) - Python script for monitoring the Brandmeister network and sending push notifications
* [qrz.sh](https://codeberg.org/mclemens/qrz.sh) - QRZ.com callsign data query script written in Bash