hugo-tufte/assets/scss/hugo-tufte.scss

22 lines
525 B
SCSS

// Tufte
@import "tufte";
// Additional styles for Hugo
@import "general";
/// Pages
@import "pages/footer";
/// Components
@import "components/code-highlight";
@import "components/toc";
@import "components/nav";
@import "components/brand";
@import "components/meta";
// Look at this https://gohugo.io/hugo-pipes/resource-from-template/#readout
{{ if and (isset .Site.Params "codeblocksdark") .Site.Params.codeBlocksDark }}
@import "syntax/highlight-dark.scss"
{{ else }}
@import "syntax/highlight-light.scss"
{{ end }}