Free publishing for Obsidian

Publishing Knowledge base with Obsidian

List of free alternatives

Oleeskild with Netlify

Github
Docs

Any css/scss files placed under src/site/styles/user will automatically be linked into the head right after all other styling. Meaning that the styling added here will take presedence over everything else.

Custom fonts to /src/site/styles/user/fonts
Fonts passthrough to add to /src/helpers/userSetup.js

function userEleventySetup(eleventyConfig) {
	eleventyConfig.addPassthroughCopy("src/site/styles/user/fonts/*");

TuanManhCao with Netlify

Github