hirothreading / hirothreading.github.io

Personal site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimalist Hugo Template for Academic Websites

This repository is based on the work by Pascal Michaillat (see his amazing work at https://pascalmichaillat.org). It's a modfied Hugo PaperMod template for an academic's website. The code is publicly available as a template repository so anyone can generate a new repository with the same directory structure and files, and quickly create their own academic website. The code might also be helpful to anyone who wishes to learn about Hugo or wants to recreate specific features of this website.

Infrastructure

The website is built using the following software and services:

  • Hugo – A very fast, open-source static website generator
  • PaperMod – A minimalist, fast, and flexible Hugo theme
  • GitHub Pages and GitHub Actions – A simple way to deploy a website hosted in a GitHub repository

Features

The PaperMod theme is modified in several ways to be more adapted to academic websites:

  • Organization of the pages in three categories: papers, courses, and design projects. It is easy to add new categories from here (code, data, and so on). The three categories are available from any page through the menu and from the home page through buttons.
  • Two automatically generated lists added to the menu:
    • Tags – List of all the keywords for papers and courses
    • Archive – Chronological list of all papers, courses, and design projects
    • A search page could also be added
  • New social icons specific to academia: icon for office hours, icon for Zoom, and icon for Substack, and improved icon for Google Scholar
  • Footer providing easy access to email address and newsletter
  • Page metadata tailored to the academic context: simpler date format, permalink on pages
  • Personalized color scheme, font, and general appearance
  • New archetypes for paper pages and course pages

License

  • The code used to generate this website is licensed under the terms of the MIT License.

About

Personal site

License:MIT License


Languages

Language:HTML 91.7%Language:CSS 7.2%Language:JavaScript 1.1%