Skip to content

🌍 Official website for Hartza Capital

Notifications You must be signed in to change notification settings

hartza-capital/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

61 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.

About

🌍 Official website for Hartza Capital

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published