Source code of tjo.space webpage
Find a file
Tine Jozelj 9a97100814
Some checks failed
ci / docker (push) Failing after 1m53s
docs: link
2023-09-10 20:26:12 +02:00
.gitea/workflows feat: initial index page 2023-09-10 20:24:56 +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: initial index page 2023-09-10 20:24:56 +02:00
static feat: initial index page 2023-09-10 20:24:56 +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)