This theme is a simple academic CV theme designed for PhD students and professors. It allows you to easily display personal information, publications, services, courses, and research updates without needing to write any code. You can simply write in Markdown to achieve a clean appearance.
I created this theme because I prefer simple style compared to complex website built by a lot of JS code, I'm not a website builder.
Copy the hugo.yaml to your website's root directory as config.yaml.
If you don't want to display a menu (for example, you don't have any papers yet like me), simply comment the relevant line in config.yaml to hide this.
Place your icon in the static/images/
directory.
If you want to hide specific information on the homepage, comment the corresponding lines in config.yaml.
Add your publications details in content/publications.html
.
Just add content to the respective files in content/
directory, in markdown.
Write your blogs in the content/post/
directory.