Commit 8c9f660

Anton Medvedev <anton@medv.io>
2025-11-30 14:44:41
Update README with screenshots and theme customization details
1 parent 9fe0b96
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)