Skip to content

Commit 74e85e5

Browse files
committed
Hide a bunch of pages for now
1 parent ad79922 commit 74e85e5

14 files changed

+18
-15
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "durham.djangocon.us",
2+
"name": "2025.djangocon.us",
33
"version": "1.0.0",
44
"description": "DjangoCon.us conference website built on 11ty",
55
"main": "index.js",
@@ -18,7 +18,7 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "git+ssh://[email protected]/djangocon/durham.djangocon.us.git"
21+
"url": "git+ssh://[email protected]/djangocon/2025.djangocon.us.git"
2222
},
2323
"keywords": [
2424
"django",
@@ -27,9 +27,9 @@
2727
],
2828
"author": "DEFNA",
2929
"bugs": {
30-
"url": "https://github.com/djangocon/2024.djangocon.us/issues"
30+
"url": "https://github.com/djangocon/2025.djangocon.us/issues"
3131
},
32-
"homepage": "https://github.com/djangocon/2024.djangocon.us#README",
32+
"homepage": "https://github.com/djangocon/2025.djangocon.us#README",
3333
"devDependencies": {
3434
"@11ty/eleventy": "^2.0.1",
3535
"@11ty/eleventy-img": "^4.0.2",

src/about/hackathon.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
layout: default
3-
43
title: Hackathon
54
description: |
65
We're thrilled to announce the first edition of the DjangoCon US Hackathon, happening this year.
76
This is your chance to learn new skills, collaborate with friendly Django developers,
87
and showcase your creativity.
98

10-
permalink: /hackathon/
9+
permalink: false
1110
---
1211

1312
<div class="block-container">

src/about/tickets.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
22
layout: default
3-
43
title: DjangoCon US Tickets
54

65
description: |
76
Information about buying tickets to DjangoCon US
87

9-
permalink: /tickets/
8+
permalink: false
109
---
1110

1211

src/catering-menus.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Catering Menus
44
description: We've got some delicious food and snacks lined up for you this week!
5-
permalink: /catering-menus/
5+
permalink: false
66
---
77
<div class="hero">
88
<div class="wrapper">

src/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
title: Welcome to DjangoCon US 2024
55

6+
permalink: false
7+
68
## Archived version of homepage
79

810
# Featured talks (talks only). Max 6.

src/news.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Latest News
33
layout: default
4+
permalink: false
45
---
56

67
<div class="hero">

src/room-sharing.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
3+
permalink: false
44
title: Room Sharing
55
description: Share a room or ride
66
---

src/schedule.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
The schedule for DjangoCon US 2024.
66

77
sitemap: false
8-
8+
permalink: false
99
days:
1010
- heading: Tutorials
1111
text: >

src/speaking/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
3+
permalink: false
44
title: Speaking at DjangoCon US
55
description: |
66
Information about submitting a proposal to speak at DjangoCon US

src/speaking/speaker-resources.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
3+
permalink: false
44
title: Speaker Resources
55
description: |
66
Resources to support DjangoCon US 2024 speakers

src/styleguide.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: default
3+
permalink: false
34
title: DCUS Style &amp; Pattern Guide
45
---
56

src/venue.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
3+
permalink: false
44
title: Welcome to Durham!
55
description: DjangoCon US 2024 is being held at the Durham Convention Center in Durham, NC.
66

src/venueless-help-page.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: Help Page
4+
permalink: false
45
description: Find Help
56
---
67

src/venueless-welcome-page.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
3+
permalink: false
44
title: Venueless Welcome Page
55
description: Online Welcome
66
---

0 commit comments

Comments
 (0)