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
Matej Focko be5b8c36b0
ci: do not test build
Signed-off-by: Matej Focko <me@mfocko.xyz>
2023-07-06 21:02:56 +02:00
blog blog(leetcode): add matrix sort 2023-03-04 23:13:20 +01:00
ib002 ib002(rb-trees): add “discourse” on the rules 2023-06-10 18:04:33 +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 pb071(pexam): add ‹garbage_collect› 2023-05-08 00:14:08 +02:00
pb161 fix(pb161): update the environment 2023-02-18 00:30:57 +01:00
src fix: paths to the upstream repository 2023-06-25 00:02:34 +02:00
static ib002(rb-trees): add “discourse” on the rules 2023-06-10 18:04:33 +02:00
.gitignore chore: add SVGs to gitignore 2023-02-04 17:55:23 +01:00
.gitlab-ci.yml ci: do not test build 2023-07-06 21:02:56 +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 fix: paths to the upstream repository 2023-06-25 00:02:34 +02:00
makefile chore: don't open browser when running locally 2023-01-01 22:42:16 +01:00
package.json chore: update deps 2023-03-27 16:17:56 +02:00
README.md chore: transfer all KBs to single one 2022-11-05 15:25:15 +01:00
regenerate-dots.sh chore(svg): generate light/dark mode DOTs 2023-02-04 17:54:15 +01:00
regenerate-zips.sh ci: automate deployment 2022-11-27 00:20:16 +01:00
sidebars.js chore: transfer all KBs to single one 2022-11-05 15:25:15 +01:00
yarn.lock chore: update deps 2023-03-27 16:17:56 +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.