mirror of
https://codeberg.org/mclemens/qrz.is.git
synced 2024-11-17 22:46:06 -05:00
removed gemini config items, fixed URL in projects.md
This commit is contained in:
parent
c28a63c964
commit
4bcfc5f9fc
56
config.toml
56
config.toml
@ -9,34 +9,34 @@ dateFormat = "2006-01-02" # default
|
|||||||
|
|
||||||
publishDir = "/var/www/htdocs/dk1mi.radio/"
|
publishDir = "/var/www/htdocs/dk1mi.radio/"
|
||||||
|
|
||||||
[mediaTypes]
|
#[mediaTypes]
|
||||||
[mediaTypes."text/gemini"]
|
#[mediaTypes."text/gemini"]
|
||||||
suffixes = ["gmi"]
|
# suffixes = ["gmi"]
|
||||||
[mediaTypes."application/atom"]
|
#[mediaTypes."application/atom"]
|
||||||
suffixes= ["xml"]
|
# suffixes= ["xml"]
|
||||||
|
#
|
||||||
|
#
|
||||||
[outputFormats]
|
#[outputFormats]
|
||||||
[outputFormats.Gemini]
|
#[outputFormats.Gemini]
|
||||||
name = "GEMINI"
|
# name = "GEMINI"
|
||||||
isPlainText = true
|
# isPlainText = true
|
||||||
isHTML = false
|
# isHTML = false
|
||||||
mediaType = "text/gemini"
|
# mediaType = "text/gemini"
|
||||||
protocol = "gemini://"
|
# protocol = "gemini://"
|
||||||
permalinkable = true
|
# permalinkable = true
|
||||||
path ="gemini/"
|
# path ="gemini/"
|
||||||
[outputFormats.gemini_atom]
|
#[outputFormats.gemini_atom]
|
||||||
name = "GEMINI_ATOM"
|
# name = "GEMINI_ATOM"
|
||||||
isPlainText = true
|
# isPlainText = true
|
||||||
isHTML = false
|
# isHTML = false
|
||||||
baseName = "atom"
|
# baseName = "atom"
|
||||||
path = "gemini/"
|
# path = "gemini/"
|
||||||
protocol = "gemini://"
|
# protocol = "gemini://"
|
||||||
mediaType = "application/atom"
|
# mediaType = "application/atom"
|
||||||
|
#
|
||||||
[outputs]
|
#[outputs]
|
||||||
home = ["HTML", "GEMINI_ATOM", "GEMINI", "RSS"]
|
# home = ["HTML", "GEMINI_ATOM", "GEMINI", "RSS"]
|
||||||
page = ["HTML", "GEMINI"]
|
# page = ["HTML", "GEMINI"]
|
||||||
|
|
||||||
# Menu links
|
# Menu links
|
||||||
[menu]
|
[menu]
|
||||||
|
@ -26,7 +26,7 @@ showthedate: false
|
|||||||
* [FediHams](/fedihams/) - The FediHams Digital Voice Network
|
* [FediHams](/fedihams/) - The FediHams Digital Voice Network
|
||||||
* [colorspot](https://codeberg.org/mclemens/colorspot) - A colorful command line DX cluster client with LotW integration
|
* [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
|
* [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
|
* [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
|
* [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
|
* [qrz.sh](https://codeberg.org/mclemens/qrz.sh) - QRZ.com callsign data query script written in Bash
|
||||||
|
Loading…
Reference in New Issue
Block a user