đź‘‹ Welcome to your new Foam Workspace!
This template supports rendering LaTeX with KaTeX! See here: [math].
The caveat is: we can no longer use GitHub Pages’ default solution to build and deploy our Jekyll site. Because we are using a separate Jekyll plugin which is linjer/jekyll-katex, and GitHub Pages’ Jekyll build environment doesn’t allow all third party plugins, which means we will run into issues like The tag katex is not a recognized Liquid tag.
So, we will be deploying this to Vercel or Netlify instead!
This documentation assumes that you have a GitHub account and have Visual Studio Code installed on your Linux/MacOS/Windows machine.
Clone the repository to your local machine and open it in VS Code.
Open the repository as a folder using the File > Open...
menu item. In VS Code, “open workspace” refers to multi-root workspaces.
After setting up the repository, open .vscode/settings.json and edit, add or remove any settings you’d like for your Foam workspace.
To learn more about how to use Foam, read the Recipes bubbles of the Foam documentation workspace.
We’ve created a few Bubbles (markdown documents) to get you started.
[[wiki-links]]
⚠️ Until foambubble/foam#16 is resolved, [[wiki-links]]
links (like the links above) won’t work in the GitHub Markdown preview (i.e. this Readme on github.com).
They should work as expected in VS Code, and in rendered GitHub Pages.
If GitHub preview (or general 100% support with all Markdown tools) is a requirement, for the time being you can use the standard [description](page.md)
syntax.