Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

About

RSS Feed

This website is built using mdBook and functions as a commonplace book, it relies on QOwnNotes as notetaking program. The goal is to be as frictionless as possible while maintaining the ability to selfhost my notes on the web. I tried some custom solutions and none of them were as reliable as already existing software. QOwnNotes can be used with Git source control and you can include other parts of markdown filed with mdBook.

Theme on this website is using regular Navy theme, modified with some css:

.navy {
	--bg: #222;
	--fg: #ccc;

    --sidebar-bg: #222;
    --sidebar-fg: #ccc;
    --sidebar-non-existant: #5c6773;
    --sidebar-active: #ffb454;
    --sidebar-spacer: #2d334f;
    
    ...
    --links: #00dcf0;

hello world

index