File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# ####################### default configuration ####################
22# Your theme name
3- theme : dot-org-hugo-theme
3+ theme : " dot-org-hugo-theme"
44# Title of your website (required).
55title : " FodyDev // Promoting African culture through the opensource."
66# Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
77timeZone : " Africa/Douala"
8+ # Defines the minimum amount of words to reddened in a summary
9+ summaryLength : 50
810
911# ####################### i18n ####################
1012# Auto-detect Chinese/Japanese/Korean Languages in the content. see: https://gohugo.io/getting-started/configuration/#hascjklanguage
Original file line number Diff line number Diff line change 66{{ else }}
77 {{ $options = merge $options (dict "outputStyle" "nested" "enableSourceMap" true) }}
88{{ end }}
9- {{ $style := resources.Get $source | resources.ToCSS $options | resources.PostCSS (dict "config" "postcss.config.js") | resources.Fingerprint "sha512" }}
9+ {{ $style := resources.Get $source | toCSS $options | postCSS (dict "config" "postcss.config.js") | resources.Fingerprint "sha512" }}
1010{{ if (eq .Kind "home") }}
1111< link rel ="stylesheet " href ="{{ $style.RelPermalink }} " integrity ="{{ $style.Data.Integrity }} " media ="all ">
1212{{ end }}
You can’t perform that action at this time.
0 commit comments