Before you start using Blaze, you probably need to set up a few other things first.
Use this template
button. Then, select the Create a new repository
option.
Once you've done that, you should be looking at something like this. Fill out the fields as required. Note that private repositories mean that the source code can be accessed online, but this means Github pages (what Blaze uses to host the website) will not work. if you want to use a private repository, see here.
Now you should be seeing the Github repository for your website. If you chose the Public
option, anyone can access this URL. Now select the Code
button and clone this new repository via HTTPS
or SSH
. 1
Check that you have cloned it successfully by opening the repository folder. It should look something like this.
First, we should configure Obsidian2 , if you plan to use it.
Configure your Obsidian vault settings as follows. The most important setting is absolute pathing and no wikilinks. 3
Say your files look something like this. (Your Obsidian vault doesn't literally have to be called Obsidian Vault
)
All you need to do is simply move the Obsidian Vault
folder into the repository folder. You can also delete the docs
folder if you want, because that is for the blaze.toomwn.xyz website.
Next, you need to change the blazeconfig.toml
file.
Go to the build
section and change the string of the input
option to the name of your Obsidian Vault. In this example, I would have to change it to 'Obsidian Vault'.
Now you're done! Open the new folder as a vault and your Obsidian stuff should be there.
Obsidian Vault
.
Create
button, then navigate to the named folder inside the repository folder.
blazeconfig.toml
file. Go to the build
section and change the string of the input
option to the name of your Obsidian Vault. For example, I would have to change it to 'Obsidian Vault'
.
Now you're done!