Go to file
derrygeoff c42c25033d
Update README.md
Added instructions to add a hugo contact form on README.md
2022-05-30 10:25:43 +01:00
archetypes fix long toc issue 2020-12-09 05:12:03 +09:00
assets fix typo 2021-05-19 00:02:21 +08:00
data Mermaid version to 8.8.4 2021-01-02 12:11:55 +09:00
exampleSite update exampleSite 2021-05-23 23:26:17 +09:00
i18n Merge pull request #416 from ikoch73/master 2021-05-23 23:09:51 +09:00
images
layouts Fix 'undefined' href in search results without highlight 2021-05-03 17:29:31 +08:00
static default content font changed, some ui bug fixed 2020-01-25 07:10:29 +09:00
.gitignore
LICENSE.md comment added to config files, lazy summary image load, better html tag, better mobile icon, license update 2019-11-29 18:01:11 +09:00
README.ko.md new param: searchThreshold 2021-04-21 03:53:59 +09:00
README.md Update README.md 2022-05-30 10:25:43 +01:00
theme.toml readme changed, fix some css 2020-10-20 22:51:02 +09:00

README.md

English | 한국어

Hugo Theme Zzo

Zzo is a blog theme for Hugo. It includes almost all features that a blog theme should have. Search, Gallery, so on. It looks simple but once you deep dive into it, you can find out lots of functionalities.

📄 Documentation

https://zzo-docs.vercel.app/zzo

❤️ Sponsor

Your support will be of great help in maintaining the project.

Buy Me A Coffee

💡 Features

  • Multiple Skins(dark, light, solarized, ...)
  • Mobile menu
  • Search
  • Search Engine Optimization(SEO)
  • Multilingual (i18n)
  • Responsive design
  • Customizable UI
  • RSS
  • Gallery
  • Fast code highlighting
  • Talks page
  • Showcase page
  • Publication Page
  • Resume Page
  • Presentation Page

Minimum Hugo version

Hugo version 0.65.0 or higher is required.

Screenshot

Hugo Theme Zzo Screenshot

Add hugo contact form

<form action="https://fabform.io/f/{form-id}" method="post">
 <label for="email">Your Email</label>
 <input name="email" type="email">
 <button type="submit">Submit</button> 
</form>