add CSV generation example

This commit is contained in:
Trevor Bentley
2023-01-15 02:31:49 +01:00
parent 42870f1c77
commit 84c9f70f22
2 changed files with 38 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
###############################################################################
##
## Minimal configuration to generate a single CSV file
##
###############################################################################
render_markdown = false
syntax_highlight = false
[gitsy_templates]
path = "templates/"
repo_list = "repos.html"
[gitsy_outputs]
path = "rendered/"
repo_list = "repos.csv"
cloned_repos = "cloned_repos/"
[connectr]
path = "https://github.com/mrmekon/connectr"
website = "https://github.com/mrmekon/connectr"
description = "A super lightweight Spotify controller"
[tempest-cljs]
path = "https://github.com/mrmekon/tempest-cljs"
website = "https://github.com/mrmekon/tempest-cljs"
description = "Tempest arcade game, in ClojureScript, hosted on Noir"
[picdb]
path = "https://github.com/mrmekon/picdb"
website = "https://github.com/mrmekon/picdb"
description = "Command-line debugger for Microchip PIC processors"