Source code of tjo.space webpage
Find a file
Tine 098fab143d
All checks were successful
ci / docker (push) Successful in 4m23s
feat: fake webfinger for tailscale support
2024-04-20 10:53:24 +02:00
.gitea/workflows feat: remove api 2023-09-11 22:59:25 +02:00
blog feat: cleanup and homepage changes 2023-09-12 00:18:14 +02:00
docs feat: cleanup and homepage changes 2023-09-12 00:18:14 +02:00
i18n feat: services dropdown 2023-09-13 13:01:52 +02:00
src feat: services dropdown 2023-09-13 13:01:52 +02:00
static feat: fake webfinger for tailscale support 2024-04-20 10:53:24 +02:00
.gitignore feat: remove api 2023-09-11 22:59:25 +02:00
babel.config.js feat: remove api 2023-09-11 22:59:25 +02:00
Dockerfile feat(analytics): caching 2024-02-06 13:34:15 +01:00
docusaurus.config.js feat(analytics): adda analytics integration 2024-02-06 13:22:17 +01:00
nginx.conf feat(analytics): caching 2024-02-06 13:41:32 +01:00
package-lock.json feat(analytics): adda analytics integration 2024-02-06 13:22:17 +01:00
package.json feat(analytics): adda analytics integration 2024-02-06 13:22:17 +01:00
README.md feat: remove api 2023-09-11 22:59:25 +02:00
sidebars.js feat: cleanup and homepage changes 2023-09-12 00:18:14 +02:00
tsconfig.json feat: remove api 2023-09-11 22:59:25 +02:00

tjo.space

Development

$ npm install
$ npm start

Translation

  1. Generate default locale (english) text to be translated.
$ npm install
$ npm run write-translations
  1. You can now edit the i18n/sl translations. (todo: not sure how this works yet)