A fast, clean, responsive Hugo theme.
Go to file
Maciej Sawicki d6b2282582 templates: Fix series detection in opengraph
When inside front matter you specified series with spaces,
then the opengraph template wouldn't detect other articles,
because in `.Site.Taxonomies.series` they are stored by
urlized key.

Example:

```yaml
series:
    - My Series
```

```gohtml
{{/* in a template */}}
{{- $series := index .Site.Taxonomies.series$name }}

{{/* was resolved to */}}
{{- $series := index {'my-series': ...} "MySeries" }}
```

(cherry picked from commit d2d493ab5d6a054001a8448ea0de2949dac4b30e)
2020-12-16 18:07:59 +05:30
.github Create FUNDING.yml 2020-12-02 16:04:55 +05:30
assets search: introduce loading custom fusejs options from site config #134 2020-12-15 18:57:42 +05:30
i18n i18n: improve for 'es' and add 'bg' (#58) 2020-10-25 09:52:26 +05:30
images images: update 2020-09-25 13:35:31 +05:30
layouts templates: Fix series detection in opengraph 2020-12-16 18:07:59 +05:30
go.mod chore: add go.mod (#51) 2020-10-21 10:36:44 +05:30
LICENSE update LICENSE 2020-07-20 18:46:08 +05:30
README.md Update README.md 2020-12-16 00:01:44 +05:30
theme.toml update theme meta 2020-12-13 20:01:54 +05:30

Build GH-Pages GitHub hugo-papermod Quality Gate Status code-size

PaperMod | Demo

☄️ Fast | ☁️ Fluent | 🌙 Smooth | 📱 Responsive

Hugo PaperMod is a theme based on hugo-paper. The goal of this project is add more Features and customization to the og theme.

The demo site includes a lot of documentation about Installation, Features with few more stuff. Make sure you visit it, to get the awesome hands-on experience and get known about the features ...

ExampleSite can be found here: exampleSite. Demo is built up with exampleSite as source.


HomeInfo HomeInfo


Install/Update 📥

Read this post For More Details => hugo-PaperMod - Installation


Features/Mods 🪄

  • Uses Hugo's asset generator with pipelining, fingerprinting, bundling and minification by default.
  • 3 Modes:
  • Table of Content Generation (newer implementation).
  • Archive of posts.
  • Social Icons (home-info and profile-mode)
  • Social-Media Share buttons on post.
  • Menu location indicator.
  • Multilingual support. (with language selector)
  • Taxonomies
  • Cover image for each post (with Responsive image support).
  • Light/Dark theme (automatic theme switch a/c to browser theme and theme-switch button).
  • SEO Friendly.
  • Muliple Author support.
  • Search Page
  • No webpack, nodejs and other depedencies required to edit the theme.

Read this post For More Details => hugo-PaperMod - Features

Release ChangeLog has info about stuff added: Releases

Huge thanks to contributors for making this theme better 🙌


Social-Icons/Share-Icons 🖼️

Read this post For More Details => Social-Icons


FAQs / How To's 🙋

Read this post For More Details => How To's Guide


LightHouse Report (100% ?)


Special Thanks 🌟


Found a bug ? 🐞

If you spot any bugs, please use Issue Tracker and/or create a new Pull Request to fix the issue.

GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests