This repository contains the source code for my personal website: https://fangfeili05.github.io.
The site is built with Hugo using the Congo theme and deployed via GitHub Pages with with GitHub Actions.
- Hugo (extended) - static site generator
- Congo - Hugo theme
- TailwindCSS - custom styling
- Markdown - content authoring
- GitHub Pages + GitHub Actions - automated deployment
root/
├── config/ # Site-wide configuration
│ └── _default/
│ ├── hugo.toml # Core Hugo settings
│ ├── params.toml # Theme-specific parameters
│ ├── menus.en.toml # English navigation menus
│ ├── languages.en.toml # English language configuration
│ ├── module.toml # Hugo module definitions
│ └── markup.toml # Markdown and rendering options
│
├── content/
│ ├── resume_and_certifications/
│ ├── notes/
│ └── papers/
│
├── layouts/ # Custom templates and overrides
│
├── assets/ # Assets processed by Hugo Pipes
│ ├── img/
│ └── css/
│
└── static/ # Static files served from the site root
└── files/ # Downloadable resources
- Source code:
MIT License - Content:
CC BY 4.0(unless stated otherwise)
- For a detailed walkthrough on building and deploying this site with Hugo and the Congo theme, see: This link