mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
ec920363cd
4c5edacfe cSpell config update (#1700) 9df788b25 Fix broken link (hugo modules) (#1710) 9928a70d6 Fix workspace formatting (#1707) 55467e7c8 Update partials.md 9f4bd0023 Update formats.md 9b3913c86 Remove footnoteAnchorPrefix and footnoteReturnLinkContents (#1704) 94502a09b Code block render hooks are introduced in v0.93.0 (#1701) c447270ef Update sitemap-template.md 78665c1e0 Update sitemap-template.md 60653c17d Update the caddy error docs link (#1696) 9a3675aad Update sitemap templates (#1699) e0d08cdbb Add wpxr-to-static to list of migration tools (#1512) b53eb5a08 Add page for deploying with rclone (#1511) 4207c57ff netlify: Hugo 0.96.0 a18d646ea docs: Regen docshelper e3e0981ed docs: Regen CLI docs fda988d01 Merge commit 'd276e901b36d2576ef8350ed96b17f66254eac1b' e4a26dbca tpl/crypto: Add optional encoding arg to hmac function git-subtree-dir: docs git-subtree-split: 4c5edacfeebd13eb7f876723c065466cd50e0cae
1.7 KiB
1.7 KiB
title | date | description | siteURL | byline |
---|---|---|---|---|
Hapticmedia Blog | 2019-10-01 | Showcase: "A simple, but powerful, multilingual blog." | https://hapticmedia.fr/blog/en/ | [Cyril Bonnet](https://github.com/monsieurnebo), Web Developer |
Our goal was to create a simple, effective and multilingual blog on 3D technology that could be managed by a non-technical profile.
Why Hugo?
Hugo addresses all these needs, coupled with Forestry.io for its administration via a "turnkey" interface. We have attached particular importance to SEO, and therefore to the creation of an advanced taxonomy system. Thus, each author and tag has a dedicated page, listing the related posts.
What we liked
- The multilingual content support, especially simple to setup.
- The multiple environments support (develop, staging, test, production, ...).
- Although a hard start with the Go language, the power of the Hugo's templating.
- The partial layouts, including the
internals
(e.g. social meta tags). - The build time, unbeatable ⚡️⚡️⚡️.
Tools & workflow
- We used the same design as our website, recreated as a Hugo HTML template.
- Hugo for the static website generator.
- CircleCI for continuous integration & deployment.
- AWS for web hosting.
- Forestry.io for the content management.
All of these tools allow our editor to manage the blog's content without having to worry about its technical aspect, which is managed by the developers.