Skip to content

Commit

Permalink
#4 Add home.html layout and update index.md to include home page cont…
Browse files Browse the repository at this point in the history
…ent with image asset
  • Loading branch information
LeNPaul committed Apr 28, 2021
1 parent dfc80b5 commit a88b23f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
14 changes: 14 additions & 0 deletions _layouts/home.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: default
title: "Home"
---

<div class="row g-5 mb-5">
<div class="col-md-6">
<h3 class="fw-bold">Research</h3>
{{ content }}
</div>
<div class="col-md-6">
<img src="/assets/img/home.jpg" alt="Profile" width="100%">
</div>
</div>
Binary file added assets/img/home.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 3 additions & 5 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
---
layout: default
layout: home
title: "Home"
---

# Home
This theme allows an academic person to showcase their research interests, publications, research group, curriculum vitae, any courses that they may be teaching, and anything else they may want to put out into the world.

This is the home page.

{{ site.github.url }}
Academics can use this home page to describe their research interests or provide an introduction to their research group.

0 comments on commit a88b23f

Please sign in to comment.