aboutsummaryrefslogtreecommitdiff
path: root/src/conf/conf.go
AgeCommit message (Collapse)Author
2024-01-23move ui templates into src, update conf to handle other paths, export User ↵Alexander Kavon
Insert Hooks
2023-11-28added migrations via tern, updated db package to connect to pgsql db, ↵Alexander Kavon
updated config to build db connection string, updated example .newsstand.toml config, new pgx dependency
2023-11-28build ui and render templates, build routesAlexander Kavon
2023-11-27resolvePath function for future path resolution in conf struct buildingAlexander Kavon
2023-11-27template files for registration page, updated cwd handling, included cwd and ↵Alexander Kavon
config file path in conf struct
2023-11-27config updates, rename user model, load auth routes, initial templating pocAlexander Kavon
2023-11-14router types; pass config, routes, db to server type, serve funcAlexander Kavon
2023-11-14new packages for users, posts, serverAlexander Kavon
2023-11-13scaffoldingAlexander Kavon