Welcome to mirror list, hosted at ThFree Co, Russian Federation.

features.md - github.com/dataCobra/hugo-vitae.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e4077ab1b983a7c31883fada8349347c9ed73ac8 (plain)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
# Features

 - .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.customjs.enabled # Enable/Disable customjs
 - .Site.Params.customjs.src # add the source path
 - .Site.Params.customjs.referrerpolicy # specifies which referrer information to send when fetching the script
 - .Site.Params.customjs.nomodule # specifies that the script should not be executed in browsers supporting ES2015 modules
 - .Site.Params.customjs.integrity # allows a browser to check for integrity to ensure the code hasn't been manipulated
 - .Site.Params.customjs.defer # execute the script when page has finished parsing (external only)
 - .Site.Params.customjs.crossorigin # sets the mode of the request to an http cors request
 - .Site.Params.customjs.async # executes the script asynchronously (external only)
 - .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.readingTime # Show reading time for a post
 - .Site.Params.wordCount # Show word count for a post
 - .Site.Params.hideAuthor # Show author for a post
 - .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
 - .Params.authorlink # Add the create a link to a page of the author
 - .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 page 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
 - .Params.hidemeta # Hide the metadata (readingTime, wordCount and Author)