forked from dataCobra/hugo-vitae
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeatures.txt
34 lines (33 loc) · 2.32 KB
/
features.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.Site.Params.homepage # Enable/Disable homepage use instead of a list
.Site.Params.keywords # Add meta keywords in head part (Site Keywords or Tags of Page)
.Site.Params.description # Add meta description in head part (Site Description or Description of Page)
.Site.Params.math # Add math typesetting with KaTeX (Global with this param)
.Site.Params.customcss # Add path to customcss you want to add to the theme
.Site.Params.pagetitle # Add pagetitle to homepage <title> tag
.Site.Params.avatar # Add a avatar to your website
.Site.Params.subtitle # Add a subtitle to your website
.Site.Params.social # Add different social links to your website
.Site.Params.listAuthor # Activate to show authors of pages if available
.Site.Params.excludedTypes # Exclude specific types in lists
.Site.Params.mainSections # Add list of sections that should show up on the homepage
.Site.Params.nofeedSections # Add list of sections/types that should not be considered by RSS
.Site.Params.disableTaxoTypes # Deactivate taxonomies for specific page types
.Site.Params.favicon # Activate favicons for the website
.Site.Params.comments.enabled # Enable/Disable comments for website entirely
.Site.Params.comments.engine # Either disqus or commento to choose from
.Site.Params.comments.disableOnTypes # Deactivate comments for specific page types
.Site.Params.comments.disqus.shortname # New param for the shortname of a disqus instance
.Site.Params.comments.commento.host # Domain http/s of commento.io system of choice
.Params.tags # https://gohugo.io/variables/page/#page-level-params
.Params.nofeed # Don't add page to RSS file
.Params.math # Add math typesetting with KaTeX to a specific page
.Params.author # Add the author of a page (recommended with .Site.Params.listAuthor)
.Params.authorlink # Add the create a link to a page of the author (recommended with .Site.Params.listAuthor)
.Params.notaxonomy # Don't show this list of taxnomoies below the content
.Params.type # https://gohugo.io/content-management/types/
.Params.commentable # Enable/Disable comments for this specific page
.Params.hidden # Hide pages from the mainSections on the homepage
.Params.norobots # Disallow page in robots.txt for search engines
.Params.nodate # Hide the publish date of specific content
.Params.image # Add an image to the post
.Params.imagetext # Add alternate text for the image to the post