Skip to content

Commit 20f6ee4

Browse files
committed
Fetch the readme from the profile repo
1 parent e0b7d9a commit 20f6ee4

File tree

3 files changed

+6
-72
lines changed

3 files changed

+6
-72
lines changed

config.toml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ theme = "influencer-hugo"
66
summaryLength = "10"
77
paginate = 10
88

9+
[markup.goldmark.renderer]
10+
unsafe= true
11+
912
[caches]
1013
[caches.getjson]
1114
dir = ":cacheDir/:project"

content/code-of-conduct/_index.md

+1-72
Original file line numberDiff line numberDiff line change
@@ -5,75 +5,4 @@ draft: false
55
layout: page
66
---
77

8-
## Our Pledge
9-
10-
In the interest of fostering an open and welcoming environment, we as
11-
contributors and maintainers pledge to making participation in our project and
12-
our community a harassment-free experience for everyone, regardless of age, body
13-
size, disability, ethnicity, gender identity and expression, level of experience,
14-
nationality, personal appearance, race, religion, or sexual identity and
15-
orientation.
16-
17-
## Our Standards
18-
19-
Examples of behavior that contributes to creating a positive environment
20-
include:
21-
22-
* Using welcoming and inclusive language
23-
* Being respectful of differing viewpoints and experiences
24-
* Gracefully accepting constructive criticism
25-
* Focusing on what is best for the community
26-
* Showing empathy towards other community members
27-
28-
Examples of unacceptable behavior by participants include:
29-
30-
* The use of sexualized language or imagery and unwelcome sexual attention or
31-
advances
32-
* Trolling, insulting/derogatory comments, and personal or political attacks
33-
* Public or private harassment
34-
* Publishing others' private information, such as a physical or electronic
35-
address, without explicit permission
36-
* Other conduct which could reasonably be considered inappropriate in a
37-
professional setting
38-
39-
## Our Responsibilities
40-
41-
Project maintainers are responsible for clarifying the standards of acceptable
42-
behavior and are expected to take appropriate and fair corrective action in
43-
response to any instances of unacceptable behavior.
44-
45-
Project maintainers have the right and responsibility to remove, edit, or
46-
reject comments, commits, code, wiki edits, issues, and other contributions
47-
that are not aligned to this Code of Conduct, or to ban temporarily or
48-
permanently any contributor for other behaviors that they deem inappropriate,
49-
threatening, offensive, or harmful.
50-
51-
## Scope
52-
53-
This Code of Conduct applies both within project spaces and in public spaces
54-
when an individual is representing the project or its community. Examples of
55-
representing a project or community include using an official project e-mail
56-
address, posting via an official social media account, or acting as an appointed
57-
representative at an online or offline event. Representation of a project may be
58-
further defined and clarified by project maintainers.
59-
60-
## Enforcement
61-
62-
Instances of abusive, harassing, or otherwise unacceptable behavior may be
63-
reported by contacting the project team at [email protected]. All
64-
complaints will be reviewed and investigated and will result in a response that
65-
is deemed necessary and appropriate to the circumstances. The project team is
66-
obligated to maintain confidentiality with regard to the reporter of an incident.
67-
Further details of specific enforcement policies may be posted separately.
68-
69-
Project maintainers who do not follow or enforce the Code of Conduct in good
70-
faith may face temporary or permanent repercussions as determined by other
71-
members of the project's leadership.
72-
73-
## Attribution
74-
75-
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
76-
available at [http://contributor-covenant.org/version/1/4][version]
77-
78-
[homepage]: https://contributor-covenant.org
79-
[version]: https://contributor-covenant.org/version/1/4/
8+
{{% codeofconduct %}}

layouts/shortcodes/codeofconduct.html

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{{ $resp := getJSON "https://api.github.com/repos/Netcentric/.github/contents/code-of-conduct/README.md" }}
2+
{{ $resp.content | base64Decode | markdownify }}

0 commit comments

Comments
 (0)