Official website for Hartza Capital, built with Hugo static site generator.
- Hugo: Download Hugo
- Node.js: Download Node.js
- Git: For version control
# 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# Start development server
npm run dev
# Visit http://localhost:1313# Development build
npm run build
# Production build
npm run build:productionThe website automatically deploys to GitHub Pages:
- Production: Push to
mainbranch - Staging: Push to
developbranch
For detailed deployment instructions, see DEPLOYMENT.md.
/
├── 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
- Multilingual support (French/English)
- Dark/light theme toggle
- Blog system with search and pagination
- Newsletter integration
- Interactive glossary
- Responsive design
© 2025 Hartza Capital. All rights reserved.