From 6b24e3d76854734f1f6b76619cb4fdcc5651ba51 Mon Sep 17 00:00:00 2001 From: mariatta Date: Tue, 20 Aug 2024 18:12:00 -0700 Subject: [PATCH 1/6] Create Editorial Board static site using Hugo --- README.md | 5 +- content/archives.md | 6 ++ .../2024-07-12-function-signatures.md | 12 +++ .../changelog/2024-07-18-clarify-timezone.md | 12 +++ content/changelog/_index.md | 7 ++ content/search.md | 5 + .../2024-01-08-editorial-board-update.md | 39 +++++--- .../2024-02-12-editorial-board-update.md | 15 ++- .../2024-03-11-editorial-board-update.md | 24 +++-- .../2024-04-08-editorial-board-update.md | 18 +++- .../2024-06-03-editorial-board-update.md | 24 +++-- .../2024-08-12-editorial-board-update.md | 29 ++++-- go.mod | 5 + hugo.yaml | 96 +++++++++++++++++++ 14 files changed, 251 insertions(+), 46 deletions(-) create mode 100644 content/archives.md create mode 100644 content/changelog/2024-07-12-function-signatures.md create mode 100644 content/changelog/2024-07-18-clarify-timezone.md create mode 100644 content/changelog/_index.md create mode 100644 content/search.md rename {updates => content/updates}/2024-01-08-editorial-board-update.md (86%) rename {updates => content/updates}/2024-02-12-editorial-board-update.md (93%) rename {updates => content/updates}/2024-03-11-editorial-board-update.md (90%) rename {updates => content/updates}/2024-04-08-editorial-board-update.md (75%) rename {updates => content/updates}/2024-06-03-editorial-board-update.md (93%) rename {updates => content/updates}/2024-08-12-editorial-board-update.md (80%) create mode 100644 go.mod create mode 100644 hugo.yaml diff --git a/README.md b/README.md index c00c017..12b07d5 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ We have a "changelog" of decisions: [CHANGELOG.md](CHANGELOG.md). These updates provide high level information about the Editorial Board's activities: -- [2024-01](updates/2024-01-08-editorial-board-update.md) +- [2024-01](content/updates/2024-01-08-editorial-board-update.md) ## Process @@ -34,3 +34,6 @@ These links give context on existing documentation landing pages: - [CPython Documentation Landing page (docs.python.org)](https://docs.python.org) - [PSF (python.org) website landing page](https://python.org) - [Documentation Experience presentation - Review navigation of PSF website related to docs](https://docs.google.com/presentation/d/1ujDv8wViPvAMFAtYCRxSKh-CMUlbjcfVYitsqEI2Ios) + + +## \ No newline at end of file diff --git a/content/archives.md b/content/archives.md new file mode 100644 index 0000000..fdd9750 --- /dev/null +++ b/content/archives.md @@ -0,0 +1,6 @@ +--- +title: "Archive" +layout: "archives" +url: "/archives" +summary: "archives" +--- \ No newline at end of file diff --git a/content/changelog/2024-07-12-function-signatures.md b/content/changelog/2024-07-12-function-signatures.md new file mode 100644 index 0000000..b514d79 --- /dev/null +++ b/content/changelog/2024-07-12-function-signatures.md @@ -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 diff --git a/content/changelog/2024-07-18-clarify-timezone.md b/content/changelog/2024-07-18-clarify-timezone.md new file mode 100644 index 0000000..2988f06 --- /dev/null +++ b/content/changelog/2024-07-18-clarify-timezone.md @@ -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 diff --git a/content/changelog/_index.md b/content/changelog/_index.md new file mode 100644 index 0000000..c85f4bc --- /dev/null +++ b/content/changelog/_index.md @@ -0,0 +1,7 @@ +--- +title: "Editorial Board Decisions" +--- + +Editorial Board Decisions + +This is a running log of decisions taken by the Editorial Board. diff --git a/content/search.md b/content/search.md new file mode 100644 index 0000000..3d431f2 --- /dev/null +++ b/content/search.md @@ -0,0 +1,5 @@ +--- +title: "Search" +placeholder: Search demo site with full text fuzzy search ... +layout: "search" +--- \ No newline at end of file diff --git a/updates/2024-01-08-editorial-board-update.md b/content/updates/2024-01-08-editorial-board-update.md similarity index 86% rename from updates/2024-01-08-editorial-board-update.md rename to content/updates/2024-01-08-editorial-board-update.md index 7b4c63b..efd22bd 100644 --- a/updates/2024-01-08-editorial-board-update.md +++ b/content/updates/2024-01-08-editorial-board-update.md @@ -1,16 +1,27 @@ -# Meeting Notes: Python Docs Editorial Board +--- +author: ["Carol Willing"] +title: "Meeting Minutes: January 8, 2024" +date: "2024-01-08" +description: "Meeting Minutes from Python Docs Editorial Board: anuary 8, 2024." +summary: "Meeting Minutes from Python Docs Editorial Board: anuary 8, 2024." +tags: ["minutes"] +categories: ["minutes"] +series: ["Meeting Minutes"] +ShowToc: false +TocOpen: false +--- -## January 8, 2024 -## Attendees + +### Attendees Carol, Guido, Joanna, Mariatta, Ned -## Agenda +### Agenda We discussed these questions and worked to answer them. -### How often will we meet? +#### How often will we meet? We will meet monthly on second Monday each month from 1:30-2:30pm Pacific. @@ -18,7 +29,7 @@ We will work asynchronously most of the time. Next meeting: February 12, 2024 -### What are our deliverables about process and decisions? +#### What are our deliverables about process and decisions? We will produce: @@ -36,24 +47,24 @@ We will produce: * We should limit ourselves to docs.python.org * Share recommendations to python.org for changes about making sure on python.org docs will go to docs.python.org. Reduce multiple paths to wiki and doc landing pages other than docs.python.org when refering to "docs" -### Will we start implementing the five-year plan partly outlined in the [Language Summit 2020 presentation](https://pyfound.blogspot.com/2020/04/cpython-documentation-next-5-years.html), or do we need to reassess and set a different direction? +#### Will we start implementing the five-year plan partly outlined in the [Language Summit 2020 presentation](https://pyfound.blogspot.com/2020/04/cpython-documentation-next-5-years.html), or do we need to reassess and set a different direction? The goals mentioned in the first and second years sound great, but I think we should review and see what we want to tackle first. It could be those goals, or other ones, or a mix. -#### *Year 1 goals (from old presentation)* +##### *Year 1 goals (from old presentation)* * Governance and Workgroup: In progress; TODO: define how we work * Tutorials: Discussion started about existing tutorial. TODO: Do we have one "official" tutorial? Pathways for getting started (relates to landing page) * Language Translations: Seems to be going well; TODO: Identify any PyCon sprint focus areas * Landing Page: Work in progress [Documentation Experience presentation](https://docs.google.com/presentation/d/1ujDv8wViPvAMFAtYCRxSKh-CMUlbjcfVYitsqEI2Ios/edit#slide=id.p) TODO: Work with PSF to remove links to old wiki. This is for many the first stop in finding Python docs. -#### *Year 2 and beyond goals (from old presentation)* +##### *Year 2 and beyond goals (from old presentation)* * Evaluate effectiveness * Documentation sprints * Annual editorial review -#### Selected priorities for the Editorial Board +##### Selected priorities for the Editorial Board * How we can make it easier for people to contribute to docs * How to make the docs even more accessible @@ -68,7 +79,7 @@ The goals mentioned in the first and second years sound great, but I think we sh **Decisions about documentation can be undone more easily than with code.** -### How will we stay in touch with the docs community? +#### How will we stay in touch with the docs community? Some people have already asked how they can be involved. @@ -94,7 +105,7 @@ We discussed the following process considerations: * Any further discussions to continue on the Discourse, or privately by the Editorial Board. * There is no further discussions/comments on the repo's issue. -### What are the things that require the Editorial Board to act on? +#### What are the things that require the Editorial Board to act on? * Conflicts on content * Conflicts on tone and style best practices @@ -104,7 +115,7 @@ We discussed the following process considerations: * Provide guidance and guidelines for changes See for example, the recent pull request: [https://github.com/python/cpython/pull/107449/files](https://github.com/python/cpython/pull/107449/files) which touches on global style issues. -## Action items +### Action items * Contact PSF infra/PSF board about python.org. * Create a REPO similar to steering-council: python/editorial-board @@ -116,7 +127,7 @@ We discussed the following process considerations: * 1. Proposing a new idea * 2. We need a decision of existing issue. -## Resources +### Resources These links give context on the editorial board: diff --git a/updates/2024-02-12-editorial-board-update.md b/content/updates/2024-02-12-editorial-board-update.md similarity index 93% rename from updates/2024-02-12-editorial-board-update.md rename to content/updates/2024-02-12-editorial-board-update.md index 872e5b9..5246710 100644 --- a/updates/2024-02-12-editorial-board-update.md +++ b/content/updates/2024-02-12-editorial-board-update.md @@ -1,6 +1,15 @@ -# Meeting Notes: Python Docs Editorial Board - -## February 12, 2024 +--- +author: ["Mariatta"] +title: "Meeting Minutes: February 12, 2024" +date: "2024-02-12" +description: "Meeting Minutes from Python Docs Editorial Board: February 12, 2024." +summary: "Meeting Minutes from Python Docs Editorial Board: February 12, 2024." +tags: ["minutes"] +categories: ["minutes"] +series: ["Meeting Minutes"] +ShowToc: false +TocOpen: false +--- ## Attendees diff --git a/updates/2024-03-11-editorial-board-update.md b/content/updates/2024-03-11-editorial-board-update.md similarity index 90% rename from updates/2024-03-11-editorial-board-update.md rename to content/updates/2024-03-11-editorial-board-update.md index e01b3dd..fc42e86 100644 --- a/updates/2024-03-11-editorial-board-update.md +++ b/content/updates/2024-03-11-editorial-board-update.md @@ -1,13 +1,23 @@ -# Meeting Notes: Python Docs Editorial Board - -## March 11, 2024 - -## Attendees +--- +author: ["Mariatta"] +title: "Meeting Minutes: March 11, 2024" +date: "2024-03-11" +description: "Meeting Minutes from Python Docs Editorial Board: March 11, 2024." +summary: "Meeting Minutes from Python Docs Editorial Board: March 11, 2024." +tags: ["minutes"] +categories: ["minutes"] +series: ["Meeting Minutes"] +ShowToc: false +TocOpen: false +--- + + +### Attendees Mariatta, Ned, Joanna, Guido -## Agenda +### Agenda 1. What project do we want to deliver first? Here are some ideas to start the discussion: @@ -40,7 +50,7 @@ Mariatta, Ned, Joanna, Guido -## Notes +### Notes Guido: We didn't actually go through that agenda at all. We discuss what our priorities are. diff --git a/updates/2024-04-08-editorial-board-update.md b/content/updates/2024-04-08-editorial-board-update.md similarity index 75% rename from updates/2024-04-08-editorial-board-update.md rename to content/updates/2024-04-08-editorial-board-update.md index 72a9087..807e444 100644 --- a/updates/2024-04-08-editorial-board-update.md +++ b/content/updates/2024-04-08-editorial-board-update.md @@ -1,13 +1,23 @@ -# Meeting Notes: Python Docs Editorial Board +--- +author: ["Mariatta"] +title: "Meeting Minutes: April 08, 2024" +date: "2024-04-08" +description: "Meeting Minutes from Python Docs Editorial Board: April 08, 2024." +summary: "Meeting Minutes from Python Docs Editorial Board: April 08, 2024." +tags: ["minutes"] +categories: ["minutes"] +series: ["Meeting Minutes"] +ShowToc: false +TocOpen: false +--- -## April 8, 2024 -## Attendees +### Attendees Mariatta, Ned, Joanna, Guido -## Agenda +### Agenda 1. What will be our Doc Summit participation? - Who will be attending? Carol, Ned diff --git a/updates/2024-06-03-editorial-board-update.md b/content/updates/2024-06-03-editorial-board-update.md similarity index 93% rename from updates/2024-06-03-editorial-board-update.md rename to content/updates/2024-06-03-editorial-board-update.md index 31016a3..0a386c5 100644 --- a/updates/2024-06-03-editorial-board-update.md +++ b/content/updates/2024-06-03-editorial-board-update.md @@ -1,13 +1,23 @@ -# Meeting Notes: Python Docs Editorial Board - -## June 3, 2024 - -## Attendees +--- +author: ["Mariatta"] +title: "Meeting Minutes: June 03, 2024" +date: "2024-06-03" +description: "Meeting Minutes from Python Docs Editorial Board: June 03, 2024." +summary: "Meeting Minutes from Python Docs Editorial Board: June 03, 2024." +tags: ["minutes"] +categories: ["minutes"] +series: ["Meeting Minutes"] +ShowToc: false +TocOpen: false +--- + + +### Attendees Mariatta, Ned, Carol, Joanna, Guido -## Old Action Items +### Old Action Items Where are we with the action items from April 8? @@ -32,7 +42,7 @@ Where are we with the action items from March 11? 3. Document our philosophy, explain the different target users and where they can find the docs they need. -## Agenda +### Agenda 1. What action items are we taking from the discussion at the docs dinner? * Notes on contributing to docs: diff --git a/updates/2024-08-12-editorial-board-update.md b/content/updates/2024-08-12-editorial-board-update.md similarity index 80% rename from updates/2024-08-12-editorial-board-update.md rename to content/updates/2024-08-12-editorial-board-update.md index af17226..4eaff66 100644 --- a/updates/2024-08-12-editorial-board-update.md +++ b/content/updates/2024-08-12-editorial-board-update.md @@ -1,13 +1,22 @@ -# Meeting Notes: Python Docs Editorial Board - -## August 12, 2024 - -## Attendees +--- +author: ["Mariatta"] +title: "Meeting Minutes: August 12, 2024" +date: "2024-08-12" +description: "Meeting Minutes from Python Docs Editorial Board: August 12, 2024." +summary: "Meeting Minutes from Python Docs Editorial Board: August 12, 2024." +tags: ["minutes"] +categories: ["minutes"] +series: ["Meeting Minutes"] +ShowToc: false +TocOpen: false +--- + +### Attendees Mariatta, Ned -## Old Action Items +### Old Action Items Where are we with the action items from June 3? - [Create a dir in the GitHub repo and move there?](https://github.com/python/editorial-board/issues/5) Move or link the docs to the GitHub repo? Communicate this at the next Docs Community meeting @@ -17,7 +26,7 @@ Where are we with the action items from June 3? -## Agenda +### Agenda 1. What should we accomplish before our next call? 2. Migrate documents from Google Drive to GitHub? @@ -25,15 +34,15 @@ Where are we with the action items from June 3? 4. Next steps for Guiding Principles doc? 5. Next steps for wg to address packaging user docs? -## Notes +### Notes We did not go through the planned agenda, but Mariatta and Ned discussed the new outline for DevGuide. -### New outline for devguide / contribution guide +#### New outline for devguide / contribution guide Proposed outline for combined guide: https://docs.google.com/document/d/1Ajk_Vj3rccJ9ReB7WCNhEnLHQP23iMg7jAFQ-CYKzWo/edit -#### Next steps: +##### Next steps: - Create devguide project diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..ed40cdf --- /dev/null +++ b/go.mod @@ -0,0 +1,5 @@ +module github.com/python/editorial-board + +go 1.12 + +require github.com/adityatelange/hugo-PaperMod v0.0.0-20240817144252-58c4841c2632 // indirect diff --git a/hugo.yaml b/hugo.yaml new file mode 100644 index 0000000..822bdc3 --- /dev/null +++ b/hugo.yaml @@ -0,0 +1,96 @@ +baseURL: "https://docs.python.org" +title: Python Docs Editorial Board +copyright: "© [Python Docs Editorial Board and Contributors](https://github.com/python/editorial-board/graphs/contributors)" +paginate: 5 + +enableInlineShortcodes: true +enableRobotsTXT: true +buildDrafts: false +buildFuture: false +buildExpired: false +enableEmoji: true +pygmentsUseClasses: true +mainsections: ["updates"] + +minify: + disableXML: true + +outputs: + home: + - HTML + - RSS + - JSON # necessary for search + +params: + env: production # to enable google analytics, opengraph, twitter-cards and schema. + description: "Theme PaperMod - https://github.com/adityatelange/hugo-PaperMod" + author: Theme PaperMod + # author: ["Me", "You"] # multiple authors + + defaultTheme: auto + # disableThemeToggle: true + ShowShareButtons: true + ShowReadingTime: true + # disableSpecial1stPost: true + displayFullLangName: true + ShowPostNavLinks: true + ShowBreadCrumbs: true + ShowCodeCopyButtons: true + ShowRssButtonInSectionTermList: true + ShowAllPagesInArchive: true + ShowPageNums: true + ShowToc: true + + homeInfoParams: + Title: "Python Docs Editorial Board" + Content: > + This site contains activity updates, process, and planning information for the Python Documentation Editorial Board. + + See [PEP 732](https://peps.python.org/pep-0732/). + + The Editorial Board's private meetings are monthly on the second Monday at 1:30pm Pacific. + + If you have a general request or question, please use the [Documentation category in Discourse](https://discuss.python.org/c/documentation/26). + + If you need Editorial Board assistance, please [file an issue on this repo](https://github.com/python/editorial-board/issues/new/choose). + + + socialIcons: + - name: github + title: View Source on Github + url: "https://github.com/python/editorial-board" + - name: Discord + title: Join the Python Docs Community Discord + url: "https://discord.gg/nXkJ2JYvCu" + - name: rss + title: Get Updates by subscribing to our RSS Feed + url: "http://localhost:1313/index.xml" + +menu: + main: + - identifier: updates + name: Monthly Updates + url: /updates + weight: 20 + - identifier: changelog + name: Changelog + url: /changelog + weight: 30 + - identifier: archives + name: Archives + url: /archives + weight: 40 + - identifier: search + name: Search + url: /search + weight: 50 + +module: + # Uncomment the next line to build and serve using local docsy clone declared in the named Hugo workspace: + # workspace: docsy.work + hugoVersion: + extended: true + min: 0.110.0 + imports: + - path: github.com/adityatelange/hugo-PaperMod + disable: false From cc15aee2f68672a9ddba94685ffda7366f08f3a1 Mon Sep 17 00:00:00 2001 From: mariatta Date: Tue, 20 Aug 2024 18:17:31 -0700 Subject: [PATCH 2/6] Update readme with instructions on how to build the static site --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12b07d5..60c29f1 100644 --- a/README.md +++ b/README.md @@ -36,4 +36,12 @@ These links give context on existing documentation landing pages: - [Documentation Experience presentation - Review navigation of PSF website related to docs](https://docs.google.com/presentation/d/1ujDv8wViPvAMFAtYCRxSKh-CMUlbjcfVYitsqEI2Ios) -## \ No newline at end of file +## Building the static site + +1. Install Hugo + +2. Run the command:: + +``` +hugo server +``` \ No newline at end of file From 297a167275bd595a355314006b0508bcfad06c2f Mon Sep 17 00:00:00 2001 From: mariatta Date: Tue, 20 Aug 2024 18:19:52 -0700 Subject: [PATCH 3/6] Change the base url --- hugo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.yaml b/hugo.yaml index 822bdc3..50890a2 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -1,4 +1,4 @@ -baseURL: "https://docs.python.org" +baseURL: "https://pythoneditorialboard.netlify.app" title: Python Docs Editorial Board copyright: "© [Python Docs Editorial Board and Contributors](https://github.com/python/editorial-board/graphs/contributors)" paginate: 5 From d3b266cc5bf2ee808409655156e21a04cedafcb1 Mon Sep 17 00:00:00 2001 From: mariatta Date: Tue, 20 Aug 2024 18:21:44 -0700 Subject: [PATCH 4/6] Add netlify.toml --- netlify.toml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..d65e08c --- /dev/null +++ b/netlify.toml @@ -0,0 +1,30 @@ +[build] + publish = "public" + command = "hugo --gc --minify" + + [build.environment] + HUGO_VERSION = "0.119.0" + +[context.production.environment] + HUGO_ENV = "production" + HUGO_ENABLEGITINFO = "true" + +[context.split1] + command = "hugo --gc --minify --enableGitInfo" + + [context.split1.environment] + HUGO_ENV = "production" + +[context.deploy-preview] + command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL" + +[context.branch-deploy] + command = "hugo --gc --minify -b $DEPLOY_PRIME_URL" + +[context.next.environment] + HUGO_ENABLEGITINFO = "true" + +[[redirects]] + from = "/npmjs/*" + to = "/npmjs/" + status = 200 From 028290abe641fdd27f93faac31f33ff17fb58c5c Mon Sep 17 00:00:00 2001 From: mariatta Date: Wed, 21 Aug 2024 14:31:01 -0700 Subject: [PATCH 5/6] Make links underlined. Add some templates. Fix typo in update entry. Update readme with info on how to write new content. --- README.md | 39 +++++++++++++++++-- archetypes/changelog.md | 10 +++++ archetypes/default.md | 5 +++ archetypes/updates.md | 20 ++++++++++ assets/css/extended/custom.css | 23 +++++++++++ .../2024-01-08-editorial-board-update.md | 4 +- hugo.yaml | 4 +- 7 files changed, 96 insertions(+), 9 deletions(-) create mode 100644 archetypes/changelog.md create mode 100644 archetypes/default.md create mode 100644 archetypes/updates.md create mode 100644 assets/css/extended/custom.css diff --git a/README.md b/README.md index 60c29f1..7b6a775 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,43 @@ These links give context on existing documentation landing pages: - [Documentation Experience presentation - Review navigation of PSF website related to docs](https://docs.google.com/presentation/d/1ujDv8wViPvAMFAtYCRxSKh-CMUlbjcfVYitsqEI2Ios) -## Building the static site +## Writing new content -1. Install Hugo +Hugo is not needed to be installed in order to write a new meeting minutes. -2. Run the command:: +Write the meeting minutes a markdown file under ``content/updates/*.md``, commit, and +create the pull request. A preview will then be generated on Netlify. + +The meeting minutes should be written using template provided in [archetypes/updates.md](/archetypes/updates.md). + +If you have Hugo installed, a new meeting minutes file can be created by typing on the command line: + +``` +hugo new content content/updates/newupdate.md +``` + +This will create the file under ``content/updates/newupdate.md``, and you can continue editing it. + +(replace "newupdate.md" with the desired filename.) + +## Building the static site locally + +1. First install Hugo. + +2. Run the command at the root of the repository: ``` hugo server -``` \ No newline at end of file +``` + +## Writing new changelog + +Use the template in [archetypes/changelog.md](archetypes/changelog.md). + +The file can also be created using the command: + +``` +hugo new content content/changelog/newchangelog.md +``` + +It will create a new file under ``content/changelog/newchangelog.md``. (Replace "newchangelog.md" with the desired filename). \ No newline at end of file diff --git a/archetypes/changelog.md b/archetypes/changelog.md new file mode 100644 index 0000000..8b85d80 --- /dev/null +++ b/archetypes/changelog.md @@ -0,0 +1,10 @@ +--- +author: [""] +title: "Changelog: {{ .Date | dateFormat "Jan 2, 2006" }}" +date: "{{ .Date }}" +tags: ["changelog"] +categories: ["changelog"] +series: ["Changelog"] +ShowToc: false +TocOpen: false +--- diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..3305fa4 --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ +--- +title: "" +date: "{{ .Date }}" +--- + diff --git a/archetypes/updates.md b/archetypes/updates.md new file mode 100644 index 0000000..1574fc3 --- /dev/null +++ b/archetypes/updates.md @@ -0,0 +1,20 @@ +--- +author: [""] +title: "Meeting Minutes: {{ .Date | dateFormat "Jan 2, 2006" }}" +date: "{{ .Date | dateFormat "Jan 2, 2006"}}" +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 + + + diff --git a/assets/css/extended/custom.css b/assets/css/extended/custom.css new file mode 100644 index 0000000..9294e0e --- /dev/null +++ b/assets/css/extended/custom.css @@ -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; +} \ No newline at end of file diff --git a/content/updates/2024-01-08-editorial-board-update.md b/content/updates/2024-01-08-editorial-board-update.md index efd22bd..fbbcab5 100644 --- a/content/updates/2024-01-08-editorial-board-update.md +++ b/content/updates/2024-01-08-editorial-board-update.md @@ -2,8 +2,8 @@ author: ["Carol Willing"] title: "Meeting Minutes: January 8, 2024" date: "2024-01-08" -description: "Meeting Minutes from Python Docs Editorial Board: anuary 8, 2024." -summary: "Meeting Minutes from Python Docs Editorial Board: anuary 8, 2024." +description: "Meeting Minutes from Python Docs Editorial Board: January 8, 2024." +summary: "Meeting Minutes from Python Docs Editorial Board: January 8, 2024." tags: ["minutes"] categories: ["minutes"] series: ["Meeting Minutes"] diff --git a/hugo.yaml b/hugo.yaml index 50890a2..0f244d7 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -64,7 +64,7 @@ params: url: "https://discord.gg/nXkJ2JYvCu" - name: rss title: Get Updates by subscribing to our RSS Feed - url: "http://localhost:1313/index.xml" + url: "/index.xml" menu: main: @@ -86,8 +86,6 @@ menu: weight: 50 module: - # Uncomment the next line to build and serve using local docsy clone declared in the named Hugo workspace: - # workspace: docsy.work hugoVersion: extended: true min: 0.110.0 From b4cd784a9cd5c3ea4acabb23afb37b74900a7d35 Mon Sep 17 00:00:00 2001 From: mariatta Date: Wed, 21 Aug 2024 14:33:38 -0700 Subject: [PATCH 6/6] Update date formatting in `updates` archetype --- archetypes/updates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archetypes/updates.md b/archetypes/updates.md index 1574fc3..93e0ba1 100644 --- a/archetypes/updates.md +++ b/archetypes/updates.md @@ -1,7 +1,7 @@ --- author: [""] title: "Meeting Minutes: {{ .Date | dateFormat "Jan 2, 2006" }}" -date: "{{ .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"]