From cc05be4f30e0bbdbe3eb65aceb021e5d2c8b91f7 Mon Sep 17 00:00:00 2001 From: dataCobra Date: Mon, 12 Apr 2021 20:05:36 +0200 Subject: Add a list of available features --- features.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 features.md diff --git a/features.md b/features.md new file mode 100644 index 0000000..b68e808 --- /dev/null +++ b/features.md @@ -0,0 +1,36 @@ +# 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.pagetitle # Add pagetitle to homepage 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 -- cgit v1.2.3