Source code of tjo.space webpage
Find a file
Tine b23a687923
Some checks failed
ci / docker (push) Has been cancelled
feat(analytics): caching
2024-02-06 13:33:34 +01: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 fix(nginx): well-known 2024-01-02 00:23:32 +01: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:33:34 +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:33:34 +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)