My blog containing blog posts (duh…) and additional materials from courses at fi in which I've been involved in one way or another
Find a file
2023-09-07 17:59:11 +02:00
blog blog: start using overrides for authors 2023-09-07 17:45:55 +02:00
ib002 revert: "fix: switch graphviz to pngs as it is unusable now" 2023-09-07 17:59:11 +02:00
ib015 chore: update slugs of intro pages 2022-11-05 22:46:51 +01:00
ib110 chore: update slugs of intro pages 2022-11-05 22:46:51 +01:00
ib111 chore: add ib111 2022-11-05 22:47:35 +01:00
pb071 chore: switch to ‹tar› and have consistent paths 2023-08-18 12:19:47 +02:00
pb161 chore: add ‹last_update› to docs-like posts 2023-08-15 17:27:16 +02:00
src feat: revert the monospace font to Cascadia 2023-09-06 18:51:36 +02:00
static chore: switch to ‹tar› and have consistent paths 2023-08-18 12:19:47 +02:00
.gitignore chore: update gitignore 2023-09-07 17:45:28 +02:00
.gitlab-ci.yml fix: build 2023-09-06 18:37:15 +02:00
.pre-commit-config.yaml chore: transfer all KBs to single one 2022-11-05 15:25:15 +01:00
babel.config.js chore: transfer all KBs to single one 2022-11-05 15:25:15 +01:00
docusaurus.config.js feat(css): switch to ‹JetBrains Mono› 2023-08-01 20:26:03 +02:00
makefile chore: switch to ‹tar› and have consistent paths 2023-08-18 12:19:47 +02:00
package.json feat: enable SASS 2023-07-19 17:05:29 +02:00
README.md chore: transfer all KBs to single one 2022-11-05 15:25:15 +01:00
regenerate-archives.sh chore: clean the output of archive-making 2023-08-18 12:31:38 +02:00
regenerate-dots.sh revert: "fix: switch graphviz to pngs as it is unusable now" 2023-09-07 17:59:11 +02:00
sidebars.js chore: transfer all KBs to single one 2022-11-05 15:25:15 +01:00
yarn.lock chore: yarn upgrade 2023-09-06 18:28:57 +02:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.