No description
| assets | ||
| images | ||
| layouts | ||
| static/webfonts | ||
| .gitignore | ||
| go.mod | ||
| hugo.yaml | ||
| LICENSE | ||
| netlify.toml | ||
| package.json | ||
| prettier.config.js | ||
| README.md | ||
| theme.toml | ||
Hugo Agency Web
Hugo Agency Web is a clean and professional Hugo theme for digital agencies, startups, and modern product landing pages.
Live Demo
Getting Started
Prerequisites
Before you begin, make sure you have the following installed:
Installation
- Clone the repository using the
demobranch:
git clone --depth 1 --branch demo https://github.com/writeonlycode/hugo-agency-web.git my-new-site
cd my-new-site
- Install the dependencies:
npm install
- 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/anddata/directories. - To update configuration settings, modify only the files inside the
config/folder, which uses Hugo’s 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
- Hugo – A fast and flexible static site generator.
- Tailwind CSS – A utility-first CSS framework for rapid UI development.
- Agency Web by Sanoj Dilshan – The design inspiration behind the theme.
License
This project is licensed under the MIT License – see the LICENSE file for details.
