https://github.com/writeonlycode/hugo-up-business
Up Business is a clean and modern landing page, inspired on light illustrations with a modern look, that can be used for companies or to showcase a product.
https://github.com/writeonlycode/hugo-up-business
Last synced: 7 months ago
JSON representation
Up Business is a clean and modern landing page, inspired on light illustrations with a modern look, that can be used for companies or to showcase a product.
- Host: GitHub
- URL: https://github.com/writeonlycode/hugo-up-business
- Owner: writeonlycode
- License: mit
- Created: 2025-06-22T10:58:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-22T18:24:26.000Z (7 months ago)
- Last Synced: 2025-06-22T18:28:55.990Z (7 months ago)
- Language: HTML
- Size: 54.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hugo Up Business

**Hugo Up Business** is a clean and modern landing page built with [Hugo](https://gohugo.io/), designed to highlight businesses, products, or services with clarity and style. Inspired by light illustrations and a modern aesthetic, it offers a minimal yet professional interface for company websites or promotional pages.
## Live Demo
👉 [Visit the Live Demo](https://writeonlycode.github.io/hugo-up-business/)
## Getting Started
### Prerequisites
Before you begin, make sure you have the following installed:
* [Hugo](https://gohugo.io/getting-started/installing/)
* [Node.js](https://nodejs.org/)
* npm (comes with Node.js)
### Installation
1. Clone the repository using the `demo` branch:
```bash
git clone --branch demo https://github.com/writeonlycode/hugo-up-business.git my-new-site
cd my-new-site
```
2. Install the dependencies:
```bash
npm install
```
3. Start the local development server:
```bash
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 Hugo’s [configuration directory](https://gohugo.io/getting-started/configuration/#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:
```bash
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](https://www.netlify.com/) or [Vercel](https://vercel.com/).
## Built With
* [Hugo](https://gohugo.io/) – A fast and flexible static site generator.
* [Tailwind CSS](https://tailwindcss.com/) – A utility-first CSS framework for rapid UI development.
* [Light illustrations by Abell Vo](https://www.figma.com/community/file/1022163547182520272) – The design inspiration behind the theme.
## License
This project is licensed under the MIT License – see the [LICENSE](LICENSE) file for details.