File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ title = 'Posts from emeraldjava'
44theme = " github-style"
55googleAnalytics = " UA-156016480-1"
66
7+ # https://vninja.net/2020/02/12/my-hugo-workflow/
8+ newContentEditor = " code"
9+
710[frontmatter ]
811lastmod = [" lastmod" , " :fileModTime" , " :default" ]
912
Original file line number Diff line number Diff line change 1+ < script src ="https://giscus.app/client.js "
2+ data-repo ="emeraldjava/emeraldjava.github.io "
3+ data-repo-id ="45586619 "
4+ data-category ="General "
5+ data-category-id ="General "
6+ data-mapping ="og:title "
7+ data-strict ="0 "
8+ data-reactions-enabled ="1 "
9+ data-emit-metadata ="0 "
10+ data-input-position ="bottom "
11+ data-theme ="preferred_color_scheme "
12+ data-lang ="en "
13+ data-loading ="lazy "
14+ crossorigin ="anonymous "
15+ async >
16+ </ script >
Original file line number Diff line number Diff line change 1+ < head >
2+ < meta charset ="utf-8 ">
3+ < meta name ="viewport " content ="width=device-width ">
4+ < script type ="application/javascript " src ='{{ "js/theme-mode.js" | absURL }} '> </ script >
5+ < link rel ="stylesheet " href ='{{ "css/frameworks.min.css" | absURL }} ' />
6+ < link rel ="stylesheet " href ='{{ "css/github.min.css" | absURL }} ' />
7+ < link rel ="stylesheet " href ='{{ "css/github-style.css" | absURL }} ' />
8+ < link rel ="stylesheet " href ='{{ "css/light.css" | absURL }} ' />
9+ < link rel ="stylesheet " href ='{{ "css/dark.css" | absURL }} ' />
10+ < link rel ="stylesheet " href ='{{ "css/syntax.css" | absURL }} ' />
11+ < title > {{ if .IsHome }}{{ else }}{{ .Title }} - {{ end }}{{ .Site.Title }}</ title >
12+ {{ if .Site.Params.favicon }}
13+ < link rel ="icon " type ="image/x-icon " href ='{{ .Site.Params.favicon }} '>
14+ {{ else }}
15+ < link rel ="icon " type ="image/x-icon " href ='{{ "images/favicon.ico" | absURL }} '>
16+ {{ end }}
17+ < meta name ="theme-color " content ="#1e2327 ">
18+ < meta property ="og:title " content ="{{ if .IsHome }}{{ $.Site.Title }}{{ else }}{{ .Title }}{{ end }} ">
19+ <!-- Extended head section-->
20+ {{ partial "extended_head.html" . }}
21+ </ head >
You can’t perform that action at this time.
0 commit comments