Commit 8c9f660
Changed files (4)
img/gitmal-screenshot-code-highlighting.webp
Binary file
img/gitmal-screenshot-file-tree.webp
Binary file
img/gitmal-screenshot-files.webp
Binary file
README.md
@@ -1,10 +1,24 @@
-<p align="center"><img src="img/gitmal-color-logo.webp" alt="Gitmal" width="400" height="400"></p>
+<p align="center"><img src="img/gitmal-color-logo.webp" alt="Gitmal" width="330" height="330"></p>
# Gitmal
Gitmal is a static page generator for Git repositories. Gitmal generates static HTML pages with files, commits,
code highlighting, and markdown rendering.
+## Screenshots
+
+<p align="center"><img src="img/gitmal-screenshot-code-highlighting.webp" alt="Gitmal Code Highlighting" width="600"></p>
+<p align="center"><img src="img/gitmal-screenshot-file-tree.webp" alt="Gitmal File Tree" width="600"></p>
+<p align="center"><img src="img/gitmal-screenshot-files.webp" alt="Gitmal Files Page" width="600"></p>
+
+## Themes
+
+Gitmal supports different code highlighting themes. You can customize the theme with `--theme` flag.
+
+```sh
+gitmal --theme github-dark
+```
+
## License
[MIT](LICENSE)