My blog containing blog posts (duh…) and additional materials from courses at fi in which I've been involved in one way or another
  • C 30.9%
  • Python 19.6%
  • C++ 14%
  • TypeScript 13%
  • JavaScript 6.7%
  • Other 15.8%
Find a file
Matej Focko 5508d951f3
Some checks are pending
Deploy to GitHub Pages / Deploy to GitHub Pages (push) Waiting to run
Test deployment / test-deploy (push) Waiting to run
chore(browserlist): bump
Signed-off-by: Matej Focko <me@mfocko.xyz>
2026-07-12 00:37:02 +02:00
.github/workflows ci(github): bump the actions 2026-07-12 00:28:32 +02:00
algorithms chore: upgrade docusaurus and deps 2024-07-11 23:50:54 +02:00
automata feat: don't reference FI MU subjects by their codes 2023-11-24 16:30:23 +01:00
blog style: remove trailing whitespace in AoC 2026-07-12 00:24:58 +02:00
c chore: upgrade docusaurus and deps 2024-07-11 23:50:54 +02:00
cpp chore: upgrade docusaurus and deps 2024-07-11 23:50:54 +02:00
foundations feat: don't reference FI MU subjects by their codes 2023-11-24 16:30:23 +01:00
functional feat: don't reference FI MU subjects by their codes 2023-11-24 16:30:23 +01:00
src feat(talks): add Flock 2026 2026-06-19 11:32:44 +02:00
static blog(aoc-2025): add last third 2025-12-13 18:37:44 +01:00
.cz.toml ci(cz): add commitizen 2024-02-27 14:41:15 +01:00
.gitignore chore(devenv): convert from nix-shell to devenv 2025-07-12 15:18:39 +02:00
.gitlab-ci.yml chore(gitlab): bump the image 2026-07-12 00:20:52 +02:00
babel.config.js chore: transfer all KBs to single one 2022-11-05 15:25:15 +01:00
devenv.lock chore(devenv): update and add npm 2026-07-12 00:35:44 +02:00
devenv.nix chore(devenv): update and add npm 2026-07-12 00:35:44 +02:00
devenv.yaml chore(devenv): use git-hooks from devenv 2026-07-12 00:20:51 +02:00
docusaurus.config.js feat(docusaurus): add diff and git to syntax highlight 2026-05-27 13:19:56 +02:00
makefile chore: do not recreate assets on each ‹make dev› 2024-02-03 22:33:31 +01:00
package.json chore(yarn): upgrade docusaurus 2026-01-18 22:26:20 +01:00
README.md chore: transfer all KBs to single one 2022-11-05 15:25:15 +01:00
regenerate-archives.sh chore: run pre-commit 2024-01-03 19:38:35 +01: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(browserlist): bump 2026-07-12 00:37:02 +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.