diff --git a/config.toml b/config.toml index 2551985..c0b4d58 100644 --- a/config.toml +++ b/config.toml @@ -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] diff --git a/content/projects.md b/content/projects.md index 70ef391..b6f1dea 100644 --- a/content/projects.md +++ b/content/projects.md @@ -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