alexander-e / hardcover

Theme for Hugo static website engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hardcover

Hardcover is a theme for Hugo.

It is a combination of the Paperback and Academic Hugo themes built to suit my needs. It has the same reading experience with high contrast colors as the Paperback theme, while incorporating the features of the Academic theme that are relevant to someone in academia.

Installation

Instructions on how to install a theme can be found in the Hugo documentation.

Configuration

A few parameters can be adjusted in the site config:

[Params]
Author = "Name Surname"

# Social accounts
#  Set to true if you want to add social links
SocialLinks = true
#  Give the relevant account names
Github = "alexander-e"
ORCiD = "0000-0000-0000-0000"
ResearchGate = ""
LinkedIn = ""
GoogleScholar = ""

# Enable the Ubuntu font?
fancyfont = "true"

The links that are displayed in the header can also be adjusted in the site config.

Publication list

Next to an about me section, a blog section and a contact section, there is also a scientific output section. In this section, a (chronological) list of your scientific output is generated. Currently, five types of scientific outputs are supported by five content types:

  1. journal articles (journal),
  2. articles in conference proceedings (proceeding),
  3. posters and presentations (talk),
  4. dissertations (dissertation), and
  5. preprints (wip).

Note that currently, the page reference of the journal and proceeding entries are not finished yet. I will finish them in the future, just let me know if you need it (or fix it yourself and send this repository a push request).

About

Theme for Hugo static website engine

License:MIT License


Languages

Language:HTML 88.2%Language:CSS 11.8%