-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
54 lines (47 loc) · 1.95 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
baseurl: "https://www.charlesbot.org/"
title: "Charlesbot: A Python chatops framework"
languageCode: "en-us"
theme: "hugo-strata-theme"
MetaDataFormat: "yaml"
params:
name: "charlesbot"
description: "Charlesbot is a modular Python bot framework written to take advantage of Slack's Real Time Messaging API"
email: "[email protected]"
sidebar:
avatar: "avatar.png"
bio: "Hi, **I'm Charles!** A<br> super modular Python bot<br> that uses the Slack Real Time<br> Messaging API."
twitter: "marvinpinto"
github: "marvinpinto/charlesbot"
copyright:
- "© 2015 Marvin Pinto"
- "Powered by [Hugo](http://gohugo.io)"
about:
title: "Hello and welcome!"
content: |
If you're new around here, I'm Charles! Nice to meet you! The story of
how I came about is long and boring so I'm going to spare you those details
for now (you're welcome!)
**Here's a bit of information to get you going:**
- [Source Code](https://github.com/marvinpinto/charlesbot) (yes, I am completely open-source!)
- [Quick Start Guide](https://www.charlesbot.org/docs/installation.html)
- How to write a plugin (coming soon!)
- [How to contribute](https://www.charlesbot.org/docs/development.html)
portfolio:
title: "Features"
gallery:
- image: "jira.png"
title: "JIRA"
url: "https://github.com/marvinpinto/charlesbot-jira"
- image: "wall.png"
title: "Broadcast Message"
url: "https://github.com/marvinpinto/charlesbot-broadcast-message"
- image: "oncall.png"
title: "Pagerduty Oncall Schedule"
url: "https://github.com/marvinpinto/charlesbot-pagerduty"
- image: "lassie.png"
title: "Pagerduty Service Escalations"
url: "https://github.com/freshbooks/charlesbot-pagerduty-escalations"
- image: "rundeck-lock.png"
title: "Rundeck Deployment Locks"
url: "https://github.com/marvinpinto/charlesbot-rundeck"