-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create the Python Docs Editorial Board static site using Hugo (#13)
Features: - search box - Archives - RSS feed at /index.xml Add custom css so links are underlined.
- Loading branch information
Showing
19 changed files
with
376 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
author: [""] | ||
title: "Changelog: {{ .Date | dateFormat "Jan 2, 2006" }}" | ||
date: "{{ .Date }}" | ||
tags: ["changelog"] | ||
categories: ["changelog"] | ||
series: ["Changelog"] | ||
ShowToc: false | ||
TocOpen: false | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: "" | ||
date: "{{ .Date }}" | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
author: [""] | ||
title: "Meeting Minutes: {{ .Date | dateFormat "Jan 2, 2006" }}" | ||
date: "{{ .Date }}" | ||
description: "Meeting Minutes from Python Docs Editorial Board: {{ .Date | dateFormat "Jan 2, 2006" }}" | ||
summary: "Meeting Minutes from Python Docs Editorial Board: {{ .Date | dateFormat "Jan 2, 2006" }}" | ||
tags: ["minutes"] | ||
categories: ["minutes"] | ||
series: ["Meeting Minutes"] | ||
ShowToc: false | ||
TocOpen: false | ||
--- | ||
|
||
|
||
### Attendees | ||
|
||
### Agenda | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
.entry-content{ | ||
a{ | ||
text-decoration: underline; | ||
} | ||
} | ||
|
||
#menu a{ | ||
:not(.active) { | ||
text-decoration: underline; | ||
} | ||
} | ||
|
||
.entry-header { | ||
text-decoration: underline; | ||
} | ||
|
||
.archive-entry h3{ | ||
text-decoration: underline; | ||
} | ||
|
||
.breadcrumbs a:hover{ | ||
text-decoration: underline; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: "Archive" | ||
layout: "archives" | ||
url: "/archives" | ||
summary: "archives" | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
author: ["Ned Batchelder"] | ||
title: "Changelog: July 12, 2024" | ||
date: "2024-07-12" | ||
tags: ["changelog"] | ||
categories: ["changelog"] | ||
series: ["Changelog"] | ||
ShowToc: false | ||
TocOpen: false | ||
--- | ||
|
||
Function signatures should include slash and star: https://github.com/python/devguide/pull/1344 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
author: ["Ned Batchelder"] | ||
title: "Changelog: July 18, 2024" | ||
date: "2024-07-18" | ||
tags: ["changelog"] | ||
categories: ["changelog"] | ||
series: ["Changelog"] | ||
ShowToc: false | ||
TocOpen: false | ||
--- | ||
|
||
Clarify `timezone` vs "time zone": https://github.com/python/devguide/pull/1352 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: "Editorial Board Decisions" | ||
--- | ||
|
||
Editorial Board Decisions | ||
|
||
This is a running log of decisions taken by the Editorial Board. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: "Search" | ||
placeholder: Search demo site with full text fuzzy search ... | ||
layout: "search" | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 12 additions & 3 deletions
15
updates/2024-02-12-editorial-board-update.md → ...ates/2024-02-12-editorial-board-update.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 14 additions & 4 deletions
18
updates/2024-04-08-editorial-board-update.md → ...ates/2024-04-08-editorial-board-update.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.