Skip to content

Commit 5834980

Browse files
authored
Merge pull request #38 from williln/master
📰 📝 Rearrange templates
2 parents 343293e + eab7c56 commit 5834980

23 files changed

+163
-63
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ Please read and follow our [Code of Conduct](https://www.djangoproject.com/condu
1919

2020
## To run locally:
2121

22-
- Fork this repository
22+
- Fork [this repository]({{site.github_repo}})
2323
- Clone it to your machine
2424
- Run `gem install jekyll bundler`
25-
- Run `gem install just-the-docs`
2625
- Run `bundle exec jekyll serve`
2726
- View in browser at `http://localhost:4000`

_config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ baseurl: "" # the subpath of your site, e.g. /blog
2323
url: "" # the base hostname & protocol for your site, e.g. http://example.com
2424
twitter_username: djangocon
2525
github_username: djangocon
26+
github_repo: https://github.com/djangocon/djangocon-us-docs
2627

2728
# sass:
2829
# load_paths:
@@ -49,3 +50,8 @@ exclude:
4950
- vendor/cache/
5051
- vendor/gems/
5152
- vendor/ruby/
53+
54+
# Aux links for the upper right navigation
55+
aux_links:
56+
"DjangoCon US Docs on GitHub":
57+
- "https://github.com/djangocon/djangocon-us-docs"

archive/templates/conduct/coc_about.md renamed to docs/drafts/coc_about.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# Subject: About the DjangoCon US Code of Conduct
1+
---
2+
layout: page
3+
title: CoC - About the Code of Conduct
4+
parent: Templates
5+
---
6+
7+
# Code of Conduct - About the Code of Conduct
8+
9+
## Subject: About the DjangoCon US Code of Conduct
210

311
Dear [name],
412

archive/templates/conduct/coc_complaint.md renamed to docs/drafts/coc_complaint.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# Subject: Code of Conduct at DjangoCon US
1+
---
2+
layout: page
3+
title: CoC - Complaint About the Code of Conduct
4+
parent: Templates
5+
---
6+
7+
# Code of Conduct - Complaint About the Code of Conduct
8+
9+
## Subject: Code of Conduct at DjangoCon US
210

311
Dear [name],
412

archive/templates/conduct/coc_violation.md renamed to docs/drafts/coc_violation.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# Subject: DjangoCon US Code of Conduct Violation
1+
---
2+
layout: page
3+
title: CoC - Response to Code of Conduct Report
4+
parent: Templates
5+
---
6+
7+
# Code of Conduct - Response to Code of Conduct Report
8+
9+
## Subject: Thank you for reporting
210

311
This template shouldn't be just copied and pasted. Every Code of Conduct incident is unique and should be handled sensitively and compassionately, and not with a form letter. This example exists to provide you with some useful wording in the unfortunate event that you need to respond to a Code of Conduct violation because coming up with the right words when you know someone has been hurt can be difficult. But again, please don't treat this example as a fill-in-the-blank form letter. Treat this example as a jumping-off point from which you can craft the right response to someone who has trusted you by reporting a Code of Conduct violation.
412

docs/drafts/drafts.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: page
3+
title: Templates
4+
nav_order: 9
5+
has_children: true
6+
parent: Drafts
7+
permalink: /drafts
8+
---
9+
10+
# Templates and Drafts
11+
12+
This section contains drafts of emails, blog posts, responses to emails, and other written materials that we might need from year to year.
13+

archive/templates/program/email-tutorials-faqs.md renamed to docs/drafts/email-tutorials-faqs.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
layout: page
3+
title: Program - FAQs about Presenting a Tutorial
4+
parent: Templates
5+
---
6+
7+
# Proram - FAQs about Presenting a Tutorial
8+
19
Hello everyone,
210

311
DjangoCon US is {{tutorial_start_date|weeks}} weeks away and I wanted to go over a few things with everyone. My apologies for the delay.

archive/templates/finaid/finaid_accepted.md renamed to docs/drafts/finaid_accepted.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# Subject: DjangoCon US Financial Aid Decision
1+
---
2+
layout: page
3+
title: Financial Aid - Accepted
4+
parent: Templates
5+
---
6+
7+
# Financial Aid - Accepted
8+
9+
## Subject: DjangoCon US Financial Aid Decision
210

311
Dear [name],
412

archive/templates/finaid/finaid_rejected.md renamed to docs/drafts/finaid_rejected.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# Subject: DjangoCon US Financial Aid Decision
1+
---
2+
layout: page
3+
title: Financial Aid - Declined
4+
parent: Templates
5+
---
6+
7+
# Financial Aid - Declined
8+
9+
## Subject: DjangoCon US Financial Aid Decision
210

311
Dear name,
412

archive/templates/finaid/finaid_submitted.md renamed to docs/drafts/finaid_submitted.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# Subject: DjangoCon US Financial Aid Application Submitted
1+
---
2+
layout: page
3+
title: Financial Aid - Application Submitted
4+
parent: Templates
5+
---
6+
7+
# Financial Aid - Application Submitted
8+
9+
## Subject: DjangoCon US Financial Aid Application Submitted
210

311
Dear [name],
412

0 commit comments

Comments
 (0)