summaryrefslogtreecommitdiff
path: root/handler.go
AgeCommit message (Expand)Author
2023-04-22Remove legacy Recipe structxengineering
2023-04-22Implement index page with JSONxengineering
2023-04-22Implement basic recipe target with JSONxengineering
2023-04-13Allow empty recipe listxengineering
2023-04-13Apply go fmtxengineering
2023-04-13Do not hardcode data directoryxengineering
2023-04-12Switch to unnested configxengineering
2023-04-12Implement markup to HTML conversionxengineering
2023-04-08Move title parsing to new markup.go filexengineering
2023-04-08Remove Markdown renderingxengineering
2023-04-02Switch from MariaDB to filesxengineering
2023-04-01Improve user interfacexengineering
2023-04-01Implement recipe deletionxengineering
2023-03-31Reduce to ID and Markdownxengineering
2023-03-31Remove image functionalityxengineering
2023-02-12Make add.html a templatexengineering
2023-02-12Centralize templatingxengineering
2023-02-11Remove most function-inline commentsxengineering
2023-02-11Apply go fmt *.goxengineering
2023-02-11Rework loggingxengineering
2023-02-11Switch to global database pointerxengineering
2023-02-11Migrate storage.go to global configxengineering
2023-02-11Switch webserver to global config structxengineering
2023-02-09Remove commented codexengineering
2023-02-09Migrate to multiplexer conceptxengineering
2023-02-09Remove errors.goxengineering
2023-02-08Test mux concept with index handlerxengineering
2023-02-08Move all sources to package mainxengineering