Age | Commit message (Collapse) | Author | |
---|---|---|---|
12 days | fix: Add ldflags to run | Gabriel A. Giovanini | |
Without it go run can't set the proper slug for the css file. | |||
2024-10-05 | ref: Makefile takes all go files into account | Gabriel A. Giovanini | |
It leverages the fact that make checks file modification timestamps so it does not compile again if there is no change. Now the all the files generated take that into account when using makefile (scss, qtpl and go). | |||
2024-10-05 | feat: Add install rule | Gabriel A. Giovanini | |
Now it is possible to run "make install". | |||
2024-10-05 | ref: Refactor makefile | Gabriel A. Giovanini | |
Now the makefile file takes into account the source folder for temaplating and scss, which means it will not regeneratem them every time you run "make" or "make run". This speeds up local development iterations. | |||
2024-06-15 | ref: Make slug configurable | Gabriel A. Giovanini | |
2024-06-07 | feat: Rework some pages | Gabriel A. Giovanini | |
2024-05-26 | feat: Add slug to build | Gabriel A. Giovanini | |
2024-05-05 | ui: Add navbar | Gabriel A. Giovanini | |
2024-05-05 | feat: Add qtc templating | Gabriel A. Giovanini | |
2024-05-05 | feat: Add bootsrap scss | Gabriel A. Giovanini | |
2024-05-04 | feat: Add config parsing | Gabriel A. Giovanini | |
2024-05-01 | feat: Initial http server code | Gabriel A. Giovanini | |