Commit Graph

34 Commits

Author SHA1 Message Date
thiloho
9a8a333823 Serve routes without .html file extension 2024-09-07 18:22:58 +02:00
thiloho
6a7e64ccaf Add basic necessary SEO tags 2024-09-07 16:45:20 +02:00
thiloho
05a15241f6 Set website production url correctly for NGINX 2024-09-07 15:07:31 +02:00
thiloho
e153120a47 Add ESLint 2024-09-07 13:04:09 +02:00
thiloho
7a6e7f16c5 Test website publication and remove collab account 2024-09-01 13:37:28 +02:00
thiloho
bb73c2350d Initialize playwright, fix file upload issue, show publication status and delete website dir on website deletion 2024-08-30 15:48:15 +02:00
thiloho
042ae24130 Remove unncessary fields from docs templates and add category article order 2024-08-29 20:09:37 +02:00
thiloho
4572b7f6ce Finish base template for blog 2024-08-28 17:30:32 +02:00
thiloho
1b1767c0f7 Add categories for docs template 2024-08-27 16:39:29 +02:00
thiloho
926218fa34 Set favicon and logo on output 2024-08-25 16:31:12 +02:00
thiloho
e7acc9749f Sanitize HTML and merge styles into single file 2024-08-25 15:06:55 +02:00
thiloho
329927f126 Prefix NGINX urls with origin as well 2024-08-24 21:57:41 +02:00
thiloho
891cdb46c8 Make markdown synchronous and add ability to toggle TOC 2024-08-24 20:34:06 +02:00
thiloho
5e4ee45004 Use marked for markdown parsing 2024-08-23 18:43:52 +02:00
thiloho
0cbf0bd866 Share styles and update props 2024-08-20 19:17:18 +02:00
thiloho
28774dc944 Put API prefix in server only file to access process.env 2024-08-19 20:33:23 +02:00
thiloho
bc7d242d3d Set base API prefix to origin in production 2024-08-19 19:55:06 +02:00
thiloho
96d4d5aaa6 Differentiate blog and docs and sectionize headings 2024-08-18 18:17:59 +02:00
thiloho
9ac950e8a1 Use configuration options for remaining hardcoded values in module 2024-08-18 15:26:33 +02:00
thiloho
5accbb4283 Enable wildcard domains for published websites 2024-08-18 13:48:36 +02:00
thiloho
6d47b184d2 Create new root directory in web app for template styles 2024-08-17 20:51:23 +02:00
thiloho
dc9a2eabe9 Include stylesheet in static file generation 2024-08-17 20:21:23 +02:00
thiloho
f3278fb1f6 Use SvelteKit render function for templating and add error page 2024-08-17 19:29:10 +02:00
thiloho
0e3fb96dda Differentiate between dev and prod for api and nginx 2024-08-14 19:33:41 +02:00
thiloho
cf1600671b Proxy API and webapp through NGINX as well 2024-08-13 22:14:47 +02:00
thiloho
162118bb56 Use environment variables for ports in web app 2024-08-10 22:20:57 +02:00
thiloho
8534b2d783 Update README, row level policies for collaborators and articles and fix minor issues 2024-08-08 20:31:38 +02:00
thiloho
837729c83c Update policies for collaborators for stricter rules 2024-08-08 16:30:01 +02:00
thiloho
fbadbb18a4 Manage collaborators via RLS 2024-08-07 19:13:39 +02:00
Thilo Hohlt
9f948ba0d4 Add collaborator page 2024-08-05 19:33:35 +02:00
Thilo Hohlt
fa500cf376 Explicitely define server load and action types 2024-08-05 14:38:44 +02:00
Thilo Hohlt
2b3f0a80d2 Generate static HTML files to shared NGINX root directory 2024-08-04 17:46:41 +02:00
Thilo Hohlt
b8ddcdc101 Generate base user website via template directory 2024-08-04 16:15:09 +02:00
Thilo Hohlt
dfcb129e69 Add base template for website preview route 2024-08-03 18:07:27 +02:00