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 b497b5c872
chore(blog): enable math and katex
Signed-off-by: Matej Focko <mfocko@redhat.com>
2022-12-15 01:03:08 +01:00
blog/aoc-2022 blog(aoc-2022): add initro 2022-12-14 21:39:32 +01:00
ib002 fix: redo descriptions and add tags 2022-12-11 21:30:38 +01: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: update slugs of intro pages 2022-11-05 22:46:51 +01:00
pb161 chore: update slugs of intro pages 2022-11-05 22:46:51 +01:00
src chore: add solarized light theme and bash 2022-12-14 21:35:59 +01:00
static chore(ib002,ib111): use consistent naming 2022-11-29 18:04:49 +01:00
.gitignore chore: do not keep SVGs in the repository 2022-11-24 17:25:30 +01:00
.gitlab-ci.yml ci: automate deployment 2022-11-27 00:20:16 +01: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 chore(blog): enable math and katex 2022-12-15 01:03:08 +01:00
makefile chore: switch to different domain on poincare 2022-12-11 21:29:12 +01:00
package-lock.json chore: transfer all KBs to single one 2022-11-05 15:25:15 +01:00
package.json chore: transfer all KBs to single one 2022-11-05 15:25:15 +01:00
README.md chore: transfer all KBs to single one 2022-11-05 15:25:15 +01:00
regenerate-dots.sh ci: automate deployment 2022-11-27 00:20:16 +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

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.