/hugo-atom-feed

Hugo theme component for ATOM feed custom Output Format.

Primary LanguageHTMLMIT LicenseMIT

{component-xxx}

TODO description here if needed

Demo

TODO demo here if needed

Requirements

  • FixIt v0.3.9 or later.

Install Component

The installation method is the same as installing a theme. There are several ways to install, choose one, for example, install through Hugo Modules:

[module]
  [[module.imports]]
    path = "github.com/hugo-fixit/FixIt"
+ [[module.imports]]
+   path = "github.com/hugo-fixit/{component-xxx}"

Configuration

TODO configuration here if needed

Inject Partial

Inject the {component-xxx}.html into the custom-assets through the custom block opened by the FixIt theme in the layouts/partials/custom.html file:

{{- define "custom-assets" -}}
  {{- partial "inject/{component-xxx}.html" . -}}
{{- end -}}

Use Shortcode

Here is an example of usage:

{{< shortcode-xxx >}}

References