This is my personal academic website built with Hugo Blox Builder, showcasing my professional experience, publications, projects, and teaching activities.
- 📝 Academic CV and professional experience
- 📚 Publications and research work
- 🎓 Teaching activities and courses
- 💼 Projects and achievements
- 📰 News and updates
- 🌐 Multilingual support
- Hugo Blox Builder - The website builder
- Hugo - The static site generator
- Tailwind CSS - For styling
- Netlify - For hosting and deployment
andersonmorillo.github.io/
├── assets/ # Static assets
├── config/ # Hugo configuration
├── content/ # Website content
│ ├── authors/ # Author information
│ ├── event/ # Events and talks
│ ├── post/ # Blog posts
│ ├── project/ # Project details
│ ├── publication/ # Publications
│ └── teaching/ # Teaching materials
├── layouts/ # Custom layouts
├── static/ # Static files
└── resources/ # Generated resources
-
Clone the repository:
git clone https://github.com/andersonmorillo/andersonmorillo.github.io.git
-
Install Hugo Extended:
- Download from Hugo Releases
- Make sure to get the Extended version
-
Run locally:
hugo server -D
-
Visit
http://localhost:1313in your browser
- Edit content in the
content/directory - Add new publications in
content/publication/ - Create new projects in
content/project/ - Write blog posts in
content/post/
- Main configuration:
config/_default/ - Site parameters:
config/_default/params.yaml - Menu configuration:
config/_default/menus.yaml
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Hugo Blox Builder for the amazing template
- Hugo for the static site generator
- Netlify for hosting
Made with ❤️ by Anderson Morillo