Merge branch 'hugo' of https://github.com/jackyzha0/quartz into hugo
| | |
| | | title: "Example Title" |
| | | tags: |
| | | - example-tag |
| | | disableToc: true # do not show a table of contents on this page if enabled |
| | | --- |
| | | |
| | | Rest of your content here... |
| | |
| | | Afterwards, start the Hugo server as shown above and your local backlinks and interactive graph should be populated! |
| | | |
| | | ## Installing Hugo |
| | | Hugo is the static site generator that powers Quartz. [Install Hugo](https://gohugo.io/getting-started/installing/) first. Then, |
| | | Hugo is the static site generator that powers Quartz. [Install Hugo with "extended" Sass/SCSS version](https://gohugo.io/getting-started/installing/) first. Then, |
| | | |
| | | ``` |
| | | # Navigate to your local Quartz folder |
| | |
| | | $ hugo server |
| | | |
| | | # View your site in a browser at http://localhost:1313/ |
| | | ``` |
| | | ``` |
| | |
| | | <li><a href="{{ .Permalink }}">{{ .LinkTitle | humanize }}</a></li> |
| | | {{ end }} |
| | | </ul> |
| | | {{if $.Site.Data.config.enableToc}} |
| | | {{ if (and $.Site.Data.config.enableToc (not (.Params.disableToc))) }} |
| | | <aside class="mainTOC"> |
| | | <h3>Table of Contents</h3> |
| | | {{ .TableOfContents }} |
| | |
| | | {{partial "darkmode.html" .}} |
| | | </header> |
| | | <article> |
| | | {{if $.Site.Data.config.enableToc}} |
| | | {{ if (and $.Site.Data.config.enableToc (not (.Params.disableToc))) }} |
| | | <aside class="mainTOC"> |
| | | <h3>Table of Contents</h3> |
| | | {{ .TableOfContents }} |