summaryrefslogtreecommitdiff
path: root/README.md
blob: acdd8bc34eb428beed03246206d3d51236e66bdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# githome

Scripts for generating new repositories and making static websites with `stagit`.

## Prerequisites

- A [git server](https://git-scm.com/book/en/v2/Git-on-the-Server-Setting-Up-the-Server) on the machine
- [stagit](https://codemadness.org/stagit.html)

## Usages

- `stagit-new-repo` a script for creating a new git repository and index it with stagit
- `stagit-gen-index` re-index all repositories
- `post-receive` a hook for re-indexing the repository and updating the static page on a push