This is an automated email from the ASF dual-hosted git repository.
meonkeys pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/fineract-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 2596a00 improve intro stanzas
2596a00 is described below
commit 2596a007827b9f22e4efb62fd5ee4f5eb77e3bd6
Author: Adam Monsen <[email protected]>
AuthorDate: Mon Jul 13 10:03:40 2026 -0700
improve intro stanzas
---
README.md | 28 +++++++++++++---------------
1 file changed, 13 insertions(+), 15 deletions(-)
diff --git a/README.md b/README.md
index fdeb8c8..be27b01 100644
--- a/README.md
+++ b/README.md
@@ -1,26 +1,24 @@
# fineract-site
-Apache Fineract website source repository for https://fineract.apache.org.
+Apache Fineract website source repository for <https://fineract.apache.org>, a
Hugo-generated static website.
## Prerequisites
- Git
- Docker
-## Source Of Truth
-
-- Hugo source is in `site-src/`.
-- Generated output is in `.build/site`.
-- Static passthrough is mounted from:
- - `docs/` -> `/docs/`
- - `css/` -> `/css/`
- - `js/` -> `/js/`
- - `images/` -> `/images/`
- - `font/` -> `/font/`
- - `.htaccess` -> `/.htaccess`
- - `doap_Fineract.rdf` -> `/doap_Fineract.rdf`
-
-Do not edit generated output directly. Edit files under `site-src/` and
mounted static sources instead.
+## What's where
+
+- Sources are in `site-src/` (OK to edit)
+- Static assets (published as-is, OK to edit)
+ - `docs/` → `/docs/`
+ - `css/` → `/css/`
+ - `js/` → `/js/`
+ - `images/` → `/images/`
+ - `font/` → `/font/`
+ - `.htaccess` → `/.htaccess`
+ - `doap_Fineract.rdf` → `/doap_Fineract.rdf`
+- Generated output is in `.build/site` (do not edit)
## Local Build and Checks (Docker)