Commit Graph

12 Commits

Author SHA1 Message Date
surtur 1fcee6ccbd
add support for goreleaser [skip ci] 2023-08-05 15:02:26 +02:00
leo ef6ef17715
feat: don't compare pcmt.css in ci
All checks were successful
continuous-integration/drone/push Build is passing
* unstage pcmt.css, needs to be built separately
* generate the stylesheet in ci and build the app with that
* add better instructions to readme on how to build the app
* add more justfile targets for convenience
2023-05-30 20:43:19 +02:00
leo ad6bcac326
css: stage the tailwind-built file
All checks were successful
continuous-integration/drone/push Build is passing
ci: save the generated file in the tmp folder and do a diff with the
staged file
2023-05-16 12:13:49 +02:00
leo 30347cd485
gitignore: ignore vim sessions [skip ci] 2023-05-10 12:42:26 +02:00
leo df0c280ad1
go: redo asset handling
All checks were successful
continuous-integration/drone/push Build is passing
* only embed substructure of assets
* create subfolders for css, imgs
* add .gitattributes file specifying pcmt.css as generated (by tailwind)
2023-05-08 00:13:33 +02:00
leo bb4854cf1f
nix: add devenv
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-05 19:43:28 +02:00
leo d9265cafa8
config: use new form + add example [skip ci]
* also unstage config.dhall and add it to the list of the ignored
2023-05-04 21:40:25 +02:00
leo 1655d6b792
go: /static -> /assets in varnames,routes,dirs
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-26 22:44:18 +02:00
leo 574693ebb2
add .air.toml [skip ci] 2023-04-19 23:23:02 +02:00
leo f129606b8f
add bulk changes
All checks were successful
continuous-integration/drone/push Build is passing
* add handlers for signin,singup,logout...
* introduce ent ORM and add user schema
* add live mode, devel mode to selectively turn on features via
  config/flags
* add templates, handle embedding moar smarter:
  * live mode uses live folder structure, else embedded templates are
    used
* start using tailwindcss to style stuff
* add development goodies for hot-reloading (browser-sync - bs.js)
* pimp-up config.dhall with actual custom config Type (enables remote
  schema and local values only as needed)
* add justfile (alternative to makefile for process automation)
2023-04-13 00:07:08 +02:00
leo b78fc9964d
add application that handles basic config 2023-03-19 22:03:12 +01:00
wanderer 7ff8aa9d87
initial commit 2023-01-30 20:19:53 +01:00