From 1e3dd7ae6c7ee37afa969c021ece7ffcc8758f61 Mon Sep 17 00:00:00 2001 From: larswd Date: Thu, 17 Oct 2024 15:38:40 +0200 Subject: [PATCH] Added more metadata --- _config.yml | 4 ++-- _pages/about.md | 12 +++++------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/_config.yml b/_config.yml index 672d689..735cfb9 100644 --- a/_config.yml +++ b/_config.yml @@ -21,9 +21,9 @@ repository : "larswd.github.io" # Additional customization can be done by editing /_includes/author-profile.html author: # Biographic information - avatar : "profile.png" + avatar : "profile.jpg" name : "Lars Willas Dreyer" - pronouns : # example: "she/her" + pronouns : "He/him" bio : "I am a PhD student in fluid mechanics at the university of Oslo" location : "Oslo, Norway" employer : "University of Oslo" diff --git a/_pages/about.md b/_pages/about.md index d0e2d51..68a1923 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -1,6 +1,6 @@ --- permalink: / -title: "Academic Pages is a ready-to-fork GitHub Pages template for academic personal websites" +title: "Homepage of Lars Willas Dreyer" author_profile: true redirect_from: - /about/ @@ -14,12 +14,10 @@ primary research interests are numerical modelling, CFD and sensor electronics. Getting started ====== -1. Register a GitHub account if you don't have one and confirm your e-mail (required!) -2. Fork [this repository](https://github.com/academicpages/academicpages.github.io) by clicking the "fork" button in the top right. -3. Go to the repository's settings (rightmost item in the tabs that start with "Code", should be below "Unwatch"). Rename the repository "[your GitHub username].github.io", which will also be your website's URL. -4. Set site-wide configuration and create content & metadata (see below -- also see [this set of diffs](http://archive.is/3TPas) showing what files were changed to set up [an example site](https://getorg-testacct.github.io) for a user with the username "getorg-testacct") -5. Upload any files (like PDFs, .zip files, etc.) to the files/ directory. They will appear at https://[your GitHub username].github.io/files/example.pdf. -6. Check status by going to the repository settings, in the "GitHub pages" section + +1. Set site-wide configuration and create content & metadata (see below -- also see [this set of diffs](http://archive.is/3TPas) showing what files were changed to set up [an example site](https://getorg-testacct.github.io) for a user with the username "getorg-testacct") +2. Upload any files (like PDFs, .zip files, etc.) to the files/ directory. They will appear at https://[your GitHub username].github.io/files/example.pdf. +3. Check status by going to the repository settings, in the "GitHub pages" section Site-wide configuration ------