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
My own personal blog. Visit https://commitconfirmed.github.io for the page.
4
4
5
-
# Random notes
5
+
If you would like to create your own Blog on GitHub pages, see https://commitconfirmed.github.io/posts/hugo-github-pages-starter and the associated starter respository https://github.com/commitconfirmed/hugo-git-pages-starter
6
6
7
-
Added the below to the tailwind theme as I wanted a title (layouts/partials/header.html)
Insert the below into your `hugo.toml` params section, replacing the repo, repoID and categoryID with your own
468
+
469
+
```toml
470
+
[params.giscus]
471
+
enabled = true
472
+
repo = "username/username.github.io"
473
+
repoID = "R_#####"
474
+
category = "Announcements"
475
+
categoryID = "DIC_####"
476
+
mapping = "pathname"
477
+
strict = "0"
478
+
reactionsEnabled = "1"
479
+
emitMetadata = "0"
480
+
inputPosition = "bottom"
481
+
lang = "en"
482
+
```
483
+
484
+
### Google Analytics
485
+
486
+
Hugo and this theme support Google Analytics. To enable this create an account at https://analytics.google.com/ thenset up a tag for your github.io site. Once setup you'll have a G-XXXXXXXXXX tag which you can put into your `hugo.toml` file
0 commit comments