diff --git a/archetypes/section/_index.md b/archetypes/section/_index.md index 6543fa9..bf88c68 100644 --- a/archetypes/section/_index.md +++ b/archetypes/section/_index.md @@ -1,4 +1,5 @@ --- linkTitle: "{{ .File.ContentBaseName | humanize | lower }}" title: "{{ .File.ContentBaseName | humanize }}" +outputs: [html] --- diff --git a/init/hugo.yaml b/init/hugo.yaml index edc46ad..d893a19 100644 --- a/init/hugo.yaml +++ b/init/hugo.yaml @@ -1,6 +1,6 @@ theme: yrzam -# SITE INFO +# SITE SETTINGS baseURL: title: languageCode: @@ -8,9 +8,8 @@ taxonomies: # Create these per each section&taxo, replacing section # with section name and taxo with taxonomy name section_taxo: section/taxo - -# SITE SETTINGS params: + email: dateFormat: "2006-01-02T15:04:05Z" dateFormatShort: "2006-01-02" paginationAdjacentLinks: 2 @@ -19,6 +18,14 @@ paginate: 50 # GENERATOR SETTINGS capitalizeListTitles: false disableHugoGeneratorInject: true -disableKinds: [RSS, sitemap, taxonomy] +disableKinds: [sitemap] +outputs: + home: [html] + section: [html, rss] + taxonomy: [] + term: [html] +outputFormats: + RSS: + baseName: rss minify: - minifyOutput: true \ No newline at end of file + minifyOutput: true diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index dfd1cc6..ddc68f1 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,12 +4,15 @@ -