aboutsummaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Collapse)Author
13 daysfeat: Make syntax highlight configurableGabriel A. Giovanini
Now cerrado has configurable theme through "syntax-highlight".
13 daysfeat: Add command to generate hash and aes keyGabriel A. Giovanini
This makes easier for an user to setup those value later.
2024-10-02feat: Add command to generate user passphraseGabriel A. Giovanini
2024-06-11feat: Add server listen configurationv0.0.1Gabriel A. Giovanini
2024-05-27feat: Wraps handler into its own packageGabriel A. Giovanini
Although this creates more complex folder structure will allow in the feature for a easier testing of those given handlers.
2024-05-26feat: Add about pageGabriel A. Giovanini
2024-05-26feat: Add actual git listing implementationGabriel A. Giovanini
2024-05-26feat: Add bare bones project listGabriel A. Giovanini
2024-05-05ui: Add navbarGabriel A. Giovanini
2024-05-05feat: Add chroma supportGabriel A. Giovanini
2024-05-05feat: Add qtc templatingGabriel A. Giovanini
2024-05-04feat: Add config parsingGabriel A. Giovanini
2024-05-01feat: Initial http server codeGabriel A. Giovanini