Skip to content

Latest commit

 

History

History
76 lines (53 loc) · 1.5 KB

File metadata and controls

76 lines (53 loc) · 1.5 KB

Hartza Capital Website

Official website for Hartza Capital, built with Hugo static site generator.

Prerequisites

Installation

# Clone the repository
git clone https://github.com/hartza-capital/website.git
cd website

# Initialize theme submodule
git submodule update --init --recursive

# Install dependencies
npm install

Development

# Start development server
npm run dev

# Visit http://localhost:1313

Build

# Development build
npm run build

# Production build
npm run build:production

Deployment

The website automatically deploys to GitHub Pages:

  • Production: Push to main branch
  • Staging: Push to develop branch

For detailed deployment instructions, see DEPLOYMENT.md.

Project Structure

/
├── assets/          # SCSS and JavaScript source files
├── content/         # Website content (fr/ and en/)
├── layouts/         # HTML templates
├── static/          # Static assets (images, videos)
├── themes/          # Hugo theme (submodule)
└── hugo.toml        # Hugo configuration

Features

  • Multilingual support (French/English)
  • Dark/light theme toggle
  • Blog system with search and pagination
  • Newsletter integration
  • Interactive glossary
  • Responsive design

License

© 2025 Hartza Capital. All rights reserved.