A modern, multilingual Hugo theme designed for digital nomads, tech professionals, and content creators who want to showcase their journey and expertise.
- π Multilingual Support - Chinese, English, French with easy extensibility
- π± Responsive Design - Mobile-first approach with seamless desktop experience
- β¨ Modern UI - Glass morphism design with particle effects
- π Content Management - Blog with categories, tags, and pagination
- πΌ Portfolio Showcase - Highlight your projects and achievements
- π Social Integration - Connect all your social media profiles
- π¨ SPA Experience - Smooth single-page application feel
- π Dark Theme - Optimized for tech audience preferences
- β‘ Performance - Optimized for speed and SEO
- Hugo Extended v0.100.0 or later
- Git
-
Add theme as submodule:
git submodule add https://github.com/m03315/nomad-tech.git themes/nomad-tech
-
Update your site configuration:
# hugo.toml theme = "nomad-tech"
-
Copy example configuration:
cp themes/nomad-tech/exampleSite/hugo.toml . -
Start development server:
hugo server -D
- Configuration Guide: See
exampleSite/hugo.tomlfor complete configuration options - Content Creation: Check
exampleSite/content/for content structure examples - Customization: Modify theme parameters in your site's
hugo.toml - Deployment: Use the included GitHub Actions workflow for automated deployment
- Live Demo: https://m03315.github.io/nomad-tech/
- Example Site: See
exampleSite/directory
We welcome contributions! Please see our Contributing Guide for details.
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Hugo Extended v0.100.0+
- Modern web browser
- Git for theme installation
Please use GitHub Issues to report bugs or request features.
This project is licensed under the MIT License - see the LICENSE file for details.
- Hugo community for the amazing static site generator
- Contributors who help improve this theme
- Digital nomad community for inspiration
Made with β€οΈ for the digital nomad community