Skip to content

[WIP] Hugo theme component for ATOM feed custom Output Format.

License

Notifications You must be signed in to change notification settings

hugo-fixit/hugo-atom-feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

{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

About

[WIP] Hugo theme component for ATOM feed custom Output Format.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published