You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add featuredButton parameters to dynamically add a button on featured posts
* add documentation for featuredButtonTitle and featuredButtonLink
* adjust featured buttons sizes
* make buttons even smaller
* adjust titles for the featured buttons
* reduce padding, place buttons on the same line as list items
Copy file name to clipboardExpand all lines: archetypes/post.md
+2
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ title: "{{ replace .Name "-" " " | title }}" # Title of the blog post.
3
3
date: {{ .Date }} # Date of post creation.
4
4
description: "Article description."# Description used for search engine.
5
5
featured: true # Sets if post is a featured post, making it appear on the sidebar. A featured post won't be listed on the sidebar if it's the current page
6
+
# featuredButtonTitle: #featuredButtonTitle and featuredButtonLink adds a button next to a featured Post, both must be
7
+
# featuredButtonLink: #set to add the button
6
8
draft: true # Sets whether to render this page. Draft of true will not be rendered.
7
9
toc: false # Controls if a table of contents should be generated for first-level links automatically.
summary: DHTech is running a survey to better understand the experiences and needs of anyone doing technical work in the digital humanities! [Click here to take the survey](https://forms.gle/WhK4wyh62ruiGqXy5)
0 commit comments