Source code of tjo.space webpage
Find a file
Tine Jozelj 87dc56562e
All checks were successful
ci / docker (push) Successful in 6m31s
feat: add matrix well known
2024-01-01 23:18:41 +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 feat: add matrix well known 2024-01-01 23:18:41 +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: remove api 2023-09-11 22:59:25 +02:00
docusaurus.config.js feat: services dropdown 2023-09-13 13:01:52 +02:00
package-lock.json feat: show status 2023-09-12 15:31:16 +02:00
package.json feat: show status 2023-09-12 15:31:16 +02: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)