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.