This is the source code for my personal academic website, built with Hugo and Hugo Blox.
Visit the live site at: https://mavrogiannakisap.github.io/
I am a PhD student in Computer Science at the University of California, Santa Cruz. My research focuses on:
git clone https://github.com/mavrogiannakisap/mavrogiannakisap.github.io.git
cd mavrogiannakisap.github.io
hugo mod get -u
hugo server
http://localhost:1313 in your browserhugo --minify
The site will be generated in the public/ directory.
content/
├── authors/admin/ # Personal profile and bio
├── publication/ # Research publications
├── teaching/ # Teaching experience
├── blog/ # Blog posts and tutorials
└── cv.md # Curriculum Vitae
config/_default/
├── hugo.yaml # Hugo configuration
├── params.yaml # Site parameters
└── menus.yaml # Navigation menu
Create a new directory in content/publication/ with an index.md file:
hugo new publication/my-paper/index.md
Then edit the frontmatter with your paper details.
Create a new blog post:
hugo new blog/my-post/index.md
Edit content/authors/admin/_index.md to update your bio, interests, education, and work experience.
Replace content/authors/admin/avatar.jpg with your professional photo.
This site is automatically deployed to GitHub Pages when changes are pushed to the main branch.
The .github/workflows/hugo.yaml file handles automatic deployment.
Copyright © 2024 Apostolos Mavrogiannakis
Content is licensed under CC BY-NC-SA 4.0
Built with:
Last updated: October 2024