Commit Graph

25 Commits

Author SHA1 Message Date
mainnika 29124c0490 Implement generic http query 2021-12-03 03:53:15 +01:00
mainnika e3c87d5eff Initialize http client handler 2021-12-03 03:48:40 +01:00
mainnika ec51d18cd6 Add ghost client interface 2021-12-03 03:41:37 +01:00
mainnika c1b2b721e6 Redirect root url to index 2021-12-03 03:15:03 +01:00
mainnika 48df063c86 Render empty index template 2021-12-03 03:14:47 +01:00
mainnika e853eea486 Render empty blog template 2021-12-03 03:09:11 +01:00
mainnika a04066148f Implement any-error handler 2021-12-03 03:04:27 +01:00
mainnika f0b3d34c05 Add not-found error handler 2021-12-03 03:01:48 +01:00
mainnika d9ab404cf2 Implement the renderer routing basics 2021-12-03 02:58:37 +01:00
mainnika bcb9d77de0 Implement template writer helper 2021-12-03 02:50:31 +01:00
mainnika 156c3fd2cc Implement function that resolves mapping between content and template 2021-12-03 02:44:21 +01:00
mainnika 1d970ddcd7 Add empty content data that is mapped to templates 2021-12-03 02:40:39 +01:00
mainnika edf7192fac Add basic blog and index go template markups 2021-12-03 02:35:57 +01:00
mainnika db2efebddf Add error go template markup 2021-12-03 02:33:38 +01:00
mainnika 5b2eab10f0 Parse compiled-in go templates on app start 2021-12-03 02:27:21 +01:00
mainnika d741e0aa8e Add frontend URLs 2021-12-03 02:27:21 +01:00
mainnika e98fdf569c Add fake server identity 2021-12-03 02:27:21 +01:00
mainnika b106844c22 Listen http server in main thread 2021-12-03 02:27:21 +01:00
mainnika c20306c118 Unmarshal config values into app struct 2021-12-03 02:27:21 +01:00
mainnika 2e56c1daa6 Print app version if requested by flags 2021-12-03 02:16:22 +01:00
mainnika 4dd55ccc78 Read config file values from yaml 2021-12-03 02:15:05 +01:00
mainnika 1105ce3ebd Initialize config default values on app start 2021-12-03 02:07:55 +01:00
mainnika e0f5edd51a Describe frontend app configuration 2021-12-03 00:52:05 +01:00
mainnika ee0db5daa4 Initialize go mod app 2021-12-03 00:47:00 +01:00
mainnika 3d9c0669c5 Initial commit 2021-12-03 00:41:58 +01:00