diff options
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | long-description | 5 |
2 files changed, 6 insertions, 4 deletions
@@ -2,8 +2,9 @@ Static Git repository generator -Generate static HTML pages for online hosting of a repository with -static files only. +Generate HTML pages for a Git repository. The generated pages are +static and offline-first, and can be made available online as static +assets. ## Usage diff --git a/long-description b/long-description index 60f64e4..55f5bdd 100644 --- a/long-description +++ b/long-description @@ -1,2 +1,3 @@ -Generate static HTML pages for online hosting of a repository with -static files only. +Generate HTML pages for a Git repository. The generated pages are +static and offline-first, and can be made available online as static +assets. |