From 70c510528b1b2aaad3a75ff0e3fba51bfa9033ce Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Mon, 13 Mar 2023 16:56:36 -0700 Subject: [PATCH] Consolidated chat links and removed Jenkinsfile --- Jenkinsfile | 38 ----------------------------------- config.toml | 6 ++++++ content/chat.md | 21 +++++++++++++++++++ content/chat/_index.md | 3 --- content/chat/allthingstech.md | 29 -------------------------- content/chat/devel.md | 23 --------------------- 6 files changed, 27 insertions(+), 93 deletions(-) delete mode 100644 Jenkinsfile create mode 100644 content/chat.md delete mode 100644 content/chat/_index.md delete mode 100644 content/chat/allthingstech.md delete mode 100644 content/chat/devel.md diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index 2c2e433..0000000 --- a/Jenkinsfile +++ /dev/null @@ -1,38 +0,0 @@ -pipeline { - agent { label 'fedora' } - stages { - stage('Build site') { - steps { - // mattermostSend "Site build started - ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)" - sh 'git submodule update --init' - sh 'hugo' - } - // post { - // success { - // mattermostSend color: "good", message: "Site build success - ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)" - // } - // failure { - // mattermostSend color: "danger", message: "Site build failure - ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)" - // } - // } - } - stage('Deploy site') { - steps { - // mattermostSend "Site deploy started - ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)" - ansiblePlaybook( - playbook: 'main.yaml', - inventory: 'hosts.ini', - credentialsId: 'igor' - ) - } - // post { - // success { - // mattermostSend color: "good", message: "Site deploy success - ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)" - // } - // failure { - // mattermostSend color: "danger", message: "Site deploy failure - ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)" - // } - // } - } - } -} diff --git a/config.toml b/config.toml index 7fd528e..8b63470 100644 --- a/config.toml +++ b/config.toml @@ -58,3 +58,9 @@ identifier = 'contact' name = 'Contact' url = '/contact/' weight = 10 + +[[menu.main]] +identifier = 'chat' +name = 'Chat' +url = '/chat/' +weight = 10 diff --git a/content/chat.md b/content/chat.md new file mode 100644 index 0000000..1a23db0 --- /dev/null +++ b/content/chat.md @@ -0,0 +1,21 @@ +--- +title: "Chat" +--- +Public chat rooms that on host on various networks. + +## all things tech +discussing all things tech related. + +- matrix +[#allthingstech:matrix.org](https://matrix.to/#/#allthingstech:matrix.org) +- pnut.io +[all things tech](https://patter.chat/room/508) + +## devel +my various open-source development project discussions. + +- matrix +[#devel:mcmillian.ems.host](https://matrix.to/#/#devel:mcmillian.ems.host) +- pnut.io +[thrrgilag dev](https://patter.chat/room/85) + diff --git a/content/chat/_index.md b/content/chat/_index.md deleted file mode 100644 index 6cc4fe5..0000000 --- a/content/chat/_index.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: chat ---- diff --git a/content/chat/allthingstech.md b/content/chat/allthingstech.md deleted file mode 100644 index 3b90d41..0000000 --- a/content/chat/allthingstech.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "#allthingstech" -draft: false ---- - -Public chat room discussing all things tech related. - -**matrix**: -[#allthingstech:matrix.org](https://matrix.to/#/#allthingstech:matrix.org) - -**pnut**: -[all things tech](https://patter.chat/room/508) - -**xmpp**: -[allthingstech@groups.clacks.network](allthingstech@groups.clacks.network?join) - -**irc**: -[#allthingstech](irc://irc.libera.chat/#allthingstech) - - - -The rules are simple. - -1. Be respectful -2. No spamming - -Notice - -Some of the connected networks maintain a persistent chat history while others do not. Some participants may also keep their own copies of the conversation. Please be aware that regardless of how you join your conversation is logged in multiple places. diff --git a/content/chat/devel.md b/content/chat/devel.md deleted file mode 100644 index 7648d13..0000000 --- a/content/chat/devel.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "#devel" -draft: false ---- - -My public chat room for my various open-source projects and software development discussion in general. - -**matrix**: -[#devel:mcmillian.ems.host](https://matrix.to/#/#devel:mcmillian.ems.host) - -**pnut**: -[thrrgilag dev](https://patter.chat/room/85) - - - -The rules are simple. - -1. Be respectful -2. No spamming - -Notice - -Some of the connected networks maintain a persistent chat history while others do not. Some participants may also keep their own copies of the conversation. Please be aware that regardless of how you join your conversation is logged in multiple places.