Skip to content

Commit

Permalink
Added more metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
larswd committed Oct 17, 2024
1 parent 859790f commit 1e3dd7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
12 changes: 5 additions & 7 deletions _pages/about.md
Original file line number Diff line number Diff line change
@@ -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/
Expand All @@ -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
------
Expand Down

0 comments on commit 1e3dd7a

Please sign in to comment.