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

meonkeys pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/fineract-site.git


    from b284523  verify all commits are signed
     add 04caf72  Migrate site to Hugo source with cleaned styling
     add cc3285d  cull excessive branding for better readability
     add 3e2540d  improve docs
     add 4f0e8fb  fix: Remove htmlhint and axe and keep required checks
     add ca8909c  bump actions/checkout to v6
     add 1505164  remove .htmlhintrc
     add 84d18df  un-ignore node_modules
     new c645df6  Merge pull request #53 from airajena/asf-site-migration

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:
 .dockerignore                                     |    5 +
 .github/workflows/site-pr-check.yml               |   25 +
 .github/workflows/site-publish.yml                |   65 +
 .gitignore                                        |   10 +-
 404.html                                          |    9 -
 CONTRIBUTING.md                                   |  218 +--
 Dockerfile                                        |   26 +
 README.md                                         |   89 +-
 css/fineract.css                                  | 1108 +++++++++++-
 css/nav-styles.css                                |  290 ++++
 css/security.css                                  |   20 +
 index.html                                        | 1930 ---------------------
 js/home.js                                        |   84 +
 scripts/check_internal_links.py                   |  197 +++
 scripts/site-tool.sh                              |   76 +
 security.html                                     |  494 ------
 site-src/config.toml                              |   40 +
 site-src/content/_index.md                        |    3 +
 site-src/content/blocks/_index.md                 |    6 +
 site-src/content/blocks/contribute-intro/index.md |   13 +
 site-src/content/security.md                      |    5 +
 site-src/data/home.yml                            |  330 ++++
 site-src/data/security.yml                        |  280 +++
 site-src/layouts/404.html                         |    9 +
 site-src/layouts/_default/baseof.html             |   24 +
 site-src/layouts/_default/security.html           |   89 +
 site-src/layouts/_default/single.html             |    6 +
 site-src/layouts/index.html                       |   22 +
 site-src/layouts/partials/footer.html             |    1 +
 site-src/layouts/partials/header.html             |    1 +
 site-src/layouts/partials/home-footer.html        |   39 +
 site-src/layouts/partials/home-header.html        |   77 +
 site-src/layouts/partials/home-sections.html      |  331 ++++
 src/security/Makefile                             |   17 -
 src/security/Readme.md                            |   28 -
 src/security/favicon.html                         |    1 -
 src/security/security.md                          |  328 ----
 37 files changed, 3222 insertions(+), 3074 deletions(-)
 create mode 100644 .dockerignore
 create mode 100644 .github/workflows/site-pr-check.yml
 create mode 100644 .github/workflows/site-publish.yml
 delete mode 100644 404.html
 create mode 100644 Dockerfile
 create mode 100644 css/nav-styles.css
 delete mode 100644 index.html
 create mode 100644 js/home.js
 create mode 100644 scripts/check_internal_links.py
 create mode 100644 scripts/site-tool.sh
 delete mode 100644 security.html
 create mode 100644 site-src/config.toml
 create mode 100644 site-src/content/_index.md
 create mode 100644 site-src/content/blocks/_index.md
 create mode 100644 site-src/content/blocks/contribute-intro/index.md
 create mode 100644 site-src/content/security.md
 create mode 100644 site-src/data/home.yml
 create mode 100644 site-src/data/security.yml
 create mode 100644 site-src/layouts/404.html
 create mode 100644 site-src/layouts/_default/baseof.html
 create mode 100644 site-src/layouts/_default/security.html
 create mode 100644 site-src/layouts/_default/single.html
 create mode 100644 site-src/layouts/index.html
 create mode 100644 site-src/layouts/partials/footer.html
 create mode 100644 site-src/layouts/partials/header.html
 create mode 100644 site-src/layouts/partials/home-footer.html
 create mode 100644 site-src/layouts/partials/home-header.html
 create mode 100644 site-src/layouts/partials/home-sections.html
 delete mode 100644 src/security/Makefile
 delete mode 100644 src/security/Readme.md
 delete mode 100644 src/security/favicon.html
 delete mode 100644 src/security/security.md

Reply via email to