From cec9abe2cd3da088dffee73059c24dffd398102c Mon Sep 17 00:00:00 2001 From: Matteo Visconti di Oleggio Castello Date: Sat, 29 Aug 2020 18:44:52 -0700 Subject: [PATCH 1/4] FIX add first/middle/last name var in config --- _config.yml | 5 ++++- _includes/header.html | 10 +--------- _layouts/about.html | 14 +++----------- 3 files changed, 8 insertions(+), 21 deletions(-) diff --git a/_config.yml b/_config.yml index cb1202f..879ebb1 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,10 @@ # Site settings # ----------------------------------------------------------------------------- -title: You R. Name +title: "You R. Long Last Name's personal website" +first_name: You +middle_name: R. +last_name: Long Last Name email: you@example.com description: > # this means to ignore newlines until "url:" A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design. diff --git a/_includes/header.html b/_includes/header.html index ec0f86b..7117daf 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -4,16 +4,8 @@