-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
44 lines (41 loc) · 1.23 KB
/
_config.yml
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
remote_theme: BDHU/minimalist
title: Open Source Project Codes of Conduct
logo: /assets/img/lifesaver.png
description: Your simple introduction to Codes of Conduct in FOSS Projects
show_downloads: false
google_analytics: G-E0D53BG453
email: shane@punderthings.com
color-scheme: auto
blank_title: true
author: Shane Curcuru
twitter:
username: shanecurcuru
card: summary
social:
name: Punderthings℠ LLC
links:
- https://punderthings.com/
- https://shanecurcuru.org/
sidebar:
- name: GitHub
icon: <i class="fa-brands fa-github"></i>
link: https://github.com/ShaneCurcuru/
- name: Project CoCs
icon: <i class="fa-solid fa-pen"></i>
link: /projects
- name: Reuseable CoCs
icon: <i class="fa-solid fa-pen"></i>
link: /corecoc
- name: More Resources
icon: <i class="fa-solid fa-pen"></i>
link: /resources
seealso:
- title: "TL;DR Open Source"
url: "https://tldropensource.com/"
tag: "Simple explainers of common open source terms"
- title: "Choose A Foundation"
url: "https://chooseafoundation.com/"
tag: "Guide to finding a FOSS Foundation for your project"
- title: "Community Over Code"
url: "communityovercode.com"
tag: "Community-driven open source stories from Apache"