You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2023/04/30 14:45:53 UTC

[comdev-site] branch preview/test3 updated (2b47ee9 -> 5d11091)

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a change to branch preview/test3
in repository https://gitbox.apache.org/repos/asf/comdev-site.git


    from 2b47ee9  Try tidied file
     add 16c5810  typos and a couple new links
     add 9ec6389  Add tag-based navigation
     add 3bb0a63  Add a first set of tags
     add 955c639  Merge pull request #108 from apache/preview/tags
     add 9453fa7  Doesn't belong here
     add 7755335  Move navbar to its own partial and add tags + navigation in menu
     add 4bd6f8a  New & improved tags
     add 7d30401  Simplify homepage mission text and add links
     add b3cd0d8  More tags + remove obsolete broken calendars page
     add 49546d0  Add /tags/ to /tags.html redirect
     add 283d39d  Properly redirect obsolete page, I missed .htaccess earlier
     add 23be883  Do not match all the content within /tags/
     add b3374a1  EOL
     add 1903067  Merge pull request #110 from rbowen/20230424-pmc
     add 69032b7  Remove merge conflict comment
     add 0e1b61a  Add a failure and fixed section to the Jenkinsfile for sending notificatins
     add 1bcbeeb  Add tags to the e-mail subject line
     add 28315dd  Merge pull request #109 from apache/send-email-on-build-failure
     add c7b5d4d  Synch with comdev-events-site version
     new 5d11091  Merge branch 'main' into preview/test3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Jenkinsfile                                        |  74 +++++-
 hugo.toml                                          |   5 +-
 layouts/_default/baseof.html                       | 101 +-------
 layouts/_default/term.html                         |  11 +
 layouts/_default/terms.html                        |  10 +
 layouts/partials/navbar.html                       | 106 ++++++++
 layouts/partials/tags.html                         |  11 +
 source/_index.md                                   |  32 +--
 source/about/_index.md                             |   1 +
 source/apache-way/apache-project-maturity-model.md |   1 +
 source/blog/2023-preparing-the-move.md             |  12 +
 source/blog/_index.md                              |   5 +-
 source/boardreport.md                              |   1 +
 source/calendars/_index.md                         |  10 +
 source/calendars/conferences.md                    |  89 -------
 source/comdevboardreports.md                       |   1 +
 source/committers/_index.md                        |   1 +
 source/committers/voting.md                        |   1 +
 source/contactpoints.md                            |   4 +-
 source/contributor-ladder.md                       |   1 +
 source/contributors/_index.md                      |   1 +
 source/contributors/becomingacommitter.md          |   1 +
 source/contributors/etiquette.md                   |   1 +
 source/contributors/mailing-lists.md               |   1 +
 source/events/small-events.md                      |   1 +
 source/gettingStarted/101.md                       |   1 +
 source/gsoc/gsoc-admin-tasks.md                    |   3 +-
 source/history/boardresolution.md                  |   1 +
 source/history/mentoringprogramme-icfoss-pilot.md  |   1 +
 source/links.md                                    |   1 +
 source/lists.md                                    |   1 +
 source/mentor-request-mail.md                      |   1 +
 source/mentoring/_index.md                         |   1 +
 source/mentoring/committer.md                      |   1 +
 source/mentoring/firstpatch.md                     |   1 +
 source/mentoring/mentor.md                         |   1 +
 source/mentoring/pmc.md                            |   1 +
 source/newbiefaq.md                                |   1 +
 source/newcomers/_index.md                         |   3 +-
 source/newcommitter.md                             |   1 +
 source/newsletter/2017-04.md                       |   1 +
 source/newsletter/2017-05.md                       |   1 +
 source/newsletter/_index.md                        |   1 +
 source/pmc/_index.md                               |   8 +
 source/pmc/adding-committers.md                    |   1 +
 source/pmc/adding-pmc-members.md                   |   1 +
 source/pmc/chair.md                                |   6 +
 source/pmc/new-member.md                           |   1 +
 source/pmc/reporting.md                            |   1 +
 source/pmc/responsibilities.md                     |   1 +
 source/projectIndependence.md                      |   1 +
 source/proposals/ZestProposal.md                   | 281 ---------------------
 source/speakers/_index.md                          |   1 +
 source/speakers/slides.md                          |   1 +
 source/speakers/speakers.md                        |   1 +
 static/.htaccess                                   |   4 +
 static/css/main.css                                |  34 +++
 57 files changed, 353 insertions(+), 493 deletions(-)
 create mode 100644 layouts/_default/term.html
 create mode 100644 layouts/_default/terms.html
 create mode 100644 layouts/partials/navbar.html
 create mode 100644 layouts/partials/tags.html
 delete mode 100644 source/calendars/conferences.md
 delete mode 100644 source/proposals/ZestProposal.md


[comdev-site] 01/01: Merge branch 'main' into preview/test3

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch preview/test3
in repository https://gitbox.apache.org/repos/asf/comdev-site.git

commit 5d1109137e2291ee2846908f5ac142a329d5b9b2
Merge: 2b47ee9 c7b5d4d
Author: Sebb <se...@apache.org>
AuthorDate: Sun Apr 30 15:45:28 2023 +0100

    Merge branch 'main' into preview/test3

 Jenkinsfile                                        |  74 +++++-
 hugo.toml                                          |   5 +-
 layouts/_default/baseof.html                       | 101 +-------
 layouts/_default/term.html                         |  11 +
 layouts/_default/terms.html                        |  10 +
 layouts/partials/navbar.html                       | 106 ++++++++
 layouts/partials/tags.html                         |  11 +
 source/_index.md                                   |  32 +--
 source/about/_index.md                             |   1 +
 source/apache-way/apache-project-maturity-model.md |   1 +
 source/blog/2023-preparing-the-move.md             |  12 +
 source/blog/_index.md                              |   5 +-
 source/boardreport.md                              |   1 +
 source/calendars/_index.md                         |  10 +
 source/calendars/conferences.md                    |  89 -------
 source/comdevboardreports.md                       |   1 +
 source/committers/_index.md                        |   1 +
 source/committers/voting.md                        |   1 +
 source/contactpoints.md                            |   4 +-
 source/contributor-ladder.md                       |   1 +
 source/contributors/_index.md                      |   1 +
 source/contributors/becomingacommitter.md          |   1 +
 source/contributors/etiquette.md                   |   1 +
 source/contributors/mailing-lists.md               |   1 +
 source/events/small-events.md                      |   1 +
 source/gettingStarted/101.md                       |   1 +
 source/gsoc/gsoc-admin-tasks.md                    |   3 +-
 source/history/boardresolution.md                  |   1 +
 source/history/mentoringprogramme-icfoss-pilot.md  |   1 +
 source/links.md                                    |   1 +
 source/lists.md                                    |   1 +
 source/mentor-request-mail.md                      |   1 +
 source/mentoring/_index.md                         |   1 +
 source/mentoring/committer.md                      |   1 +
 source/mentoring/firstpatch.md                     |   1 +
 source/mentoring/mentor.md                         |   1 +
 source/mentoring/pmc.md                            |   1 +
 source/newbiefaq.md                                |   1 +
 source/newcomers/_index.md                         |   3 +-
 source/newcommitter.md                             |   1 +
 source/newsletter/2017-04.md                       |   1 +
 source/newsletter/2017-05.md                       |   1 +
 source/newsletter/_index.md                        |   1 +
 source/pmc/_index.md                               |   8 +
 source/pmc/adding-committers.md                    |   1 +
 source/pmc/adding-pmc-members.md                   |   1 +
 source/pmc/chair.md                                |   6 +
 source/pmc/new-member.md                           |   1 +
 source/pmc/reporting.md                            |   1 +
 source/pmc/responsibilities.md                     |   1 +
 source/projectIndependence.md                      |   1 +
 source/proposals/ZestProposal.md                   | 281 ---------------------
 source/speakers/_index.md                          |   1 +
 source/speakers/slides.md                          |   1 +
 source/speakers/speakers.md                        |   1 +
 static/.htaccess                                   |   4 +
 static/css/main.css                                |  34 +++
 57 files changed, 353 insertions(+), 493 deletions(-)