Consolidated chat links and removed Jenkinsfile
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
dbcfc3ac5b
commit
70c510528b
6 changed files with 27 additions and 93 deletions
38
Jenkinsfile
vendored
38
Jenkinsfile
vendored
|
@ -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>)"
|
||||
// }
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
|
@ -58,3 +58,9 @@ identifier = 'contact'
|
|||
name = 'Contact'
|
||||
url = '/contact/'
|
||||
weight = 10
|
||||
|
||||
[[menu.main]]
|
||||
identifier = 'chat'
|
||||
name = 'Chat'
|
||||
url = '/chat/'
|
||||
weight = 10
|
||||
|
|
21
content/chat.md
Normal file
21
content/chat.md
Normal file
|
@ -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)
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
title: chat
|
||||
---
|
|
@ -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)
|
||||
|
||||
<!--more-->
|
||||
|
||||
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.
|
|
@ -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)
|
||||
|
||||
<!--more-->
|
||||
|
||||
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.
|
Loading…
Reference in a new issue