You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2024. It is now read-only.
Some actions needs a `GH_PAT` secret in your repository settings. This token should have the `repo` and `workflows` scope. You can create a token [here](https://github.com/settings/tokens/new?description=PUBLISHER%20TEMPLATE&scopes=repo,workflow).
15
+
16
+
[See here to know how to register it as a secret](https://docs.github.com/en/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-a-repository).
17
+
18
+
You can get more information about workflows and tokens [here](https://obsidian-publisher.netlify.app/template/actions/).
19
+
20
+
> [!NOTE]
21
+
> If you want to use the Advanced Vercel/Netlify Workflow, you needs to configure more secrets keys.
22
+
> You can get [more information here](https://obsidian-publisher.netlify.app/template/advanced_workflow/).
23
+
12
24
## Mkdocs configuration
13
25
14
26
You need to configure the plugin and the `mkdocs` configuration for it to work properly.
@@ -19,7 +31,7 @@ In the repository that you cloned, you will find a `mkdocs.yml` file. This file
19
31
20
32
1.`site_name`
21
33
2.`site_description`
22
-
3.`site_url` (critical): By default, it's `https://github_username.github.io/repo_name`[^1]
34
+
3.`site_url` (critical): By default, it's `https://github_username.io/repo_name`[^1]
23
35
24
36
To edit the logo and favicon, first put the chosen files in the `assets/logo` directory, and then change `logo` and `favicon`:
0 commit comments