No description
Find a file
2026-05-06 15:31:10 +02:00
assets couleur 2026-04-22 16:18:37 +02:00
images Add screenshot and thumbnail 2025-07-08 11:08:17 -03:00
layouts divers 2026-05-06 15:31:10 +02:00
static/webfonts Update Font Awesome 2025-07-09 10:46:30 -03:00
.gitignore Add Home Hero section 2025-07-01 07:28:02 -03:00
go.mod Actualiser go.mod 2026-04-22 15:42:20 +02:00
hugo.yaml Initial commit 2025-06-26 18:16:35 -03:00
LICENSE Initial commit 2025-06-26 18:16:35 -03:00
netlify.toml Initial commit 2025-06-26 18:16:35 -03:00
package.json Update fonts stylesheet 2025-07-02 09:51:59 -03:00
prettier.config.js Initial commit 2025-06-26 18:16:35 -03:00
README.md Update README 2025-07-08 10:35:49 -03:00
theme.toml Actualiser theme.toml 2026-04-22 15:39:31 +02:00

Hugo Agency Web

Screenshot

Hugo Agency Web is a clean and professional Hugo theme for digital agencies, startups, and modern product landing pages.

Live Demo

👉 Visit the Live Demo

Getting Started

Prerequisites

Before you begin, make sure you have the following installed:

Installation

  1. Clone the repository using the demo branch:
git clone --depth 1 --branch demo https://github.com/writeonlycode/hugo-agency-web.git my-new-site
cd my-new-site
  1. Install the dependencies:
npm install
  1. Start the local development server:
hugo server

Your site will be running at http://localhost:1313. Any changes you make will be hot-reloaded in the browser.

Editing Content

  • All content is stored in the content/ and data/ directories.
  • To update configuration settings, modify only the files inside the config/ folder, which uses Hugos configuration directory structure.
  • YAML files inside data/ are used for structured sections like the hero, features, and pricing.

Deployment

To deploy your site, build the static files:

hugo

This will generate the public/ directory, which contains the complete static site. Upload its contents to your hosting provider or connect with a platform like Netlify or Vercel.

Built With

License

This project is licensed under the MIT License see the LICENSE file for details.