Source code of tjo.space webpage
Find a file
Tine Jozelj 82fd1c0e54
All checks were successful
ci / docker (push) Successful in 3m44s
feat(services): style fix
2023-09-10 21:11:09 +02:00
.gitea/workflows ci: remove mutli arch 2023-09-10 20:49:18 +02:00
blog inital commit 2023-09-10 18:01:52 +02:00
docs feat: initial index page 2023-09-10 20:24:56 +02:00
i18n/en feat: initial index page 2023-09-10 20:24:56 +02:00
src feat(services): style fix 2023-09-10 21:11:09 +02:00
static feat(services): style fix 2023-09-10 21:11:09 +02:00
.gitignore inital commit 2023-09-10 18:01:52 +02:00
babel.config.js inital commit 2023-09-10 18:01:52 +02:00
Dockerfile feat: initial index page 2023-09-10 20:24:56 +02:00
docusaurus.config.js feat: initial index page 2023-09-10 20:24:56 +02:00
package-lock.json feat: initial index page 2023-09-10 20:24:56 +02:00
package.json feat: initial index page 2023-09-10 20:24:56 +02:00
README.md docs: link 2023-09-10 20:26:12 +02:00
sidebars.js inital commit 2023-09-10 18:01:52 +02:00
tsconfig.json inital commit 2023-09-10 18:01:52 +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)