Skip to content

Commit

Permalink
Add authors, embed, and other tweaks
Browse files Browse the repository at this point in the history
Authors added with the help of the code from @gesellix 's PR: jonathanjanssens#10

Co-authored-by: @gesellix
  • Loading branch information
eartharoid committed Apr 16, 2021
1 parent c7aacb0 commit 31b96b5
Show file tree
Hide file tree
Showing 19 changed files with 2,586 additions and 2,254 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Either set the theme in your config to `casper3` or build with the `-t casper3`

## Using the theme

This theme is very image heavy so it is recommended to set a `feature_image` parameter in the front matter of any content.
This theme is very image heavy so it is recommended to set a `featured_image` parameter in the front matter of any content.

Content types you wish to appear on the homepage should be set in your [mainSections](https://gohugo.io/functions/where/#mainsections).

Expand Down
10 changes: 10 additions & 0 deletions archetypes/authors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "{{ replace .Name "-" " " | title }}"
name: "{{ replace .Name "-" " " | title }}"
role:
avatar:
location:
website:
github:
twitter:
---
7 changes: 3 additions & 4 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
featured_image:
---

+++
featured_image = ""
+++

0 comments on commit 31b96b5

Please sign in to comment.