theme: sync Academic master
This commit is contained in:
parent
c12a731c65
commit
800569bf73
@ -66,8 +66,8 @@ enableGitInfo = false
|
|||||||
email = "test@example.org"
|
email = "test@example.org"
|
||||||
address = "Building 1 Room 1, Stanford University, California, 90210, USA"
|
address = "Building 1 Room 1, Stanford University, California, 90210, USA"
|
||||||
office_hours = """
|
office_hours = """
|
||||||
Monday 10:00 to 13:00\\
|
Monday 10:00 to 13:00<br>
|
||||||
Wednesday 09:00 to 10:00\\
|
Wednesday 09:00 to 10:00<br>
|
||||||
Otherwise email to book an appointment
|
Otherwise email to book an appointment
|
||||||
"""
|
"""
|
||||||
phone = "888 888 88 88"
|
phone = "888 888 88 88"
|
||||||
|
@ -1,23 +1,15 @@
|
|||||||
+++
|
+++
|
||||||
# Recent Posts widget.
|
# Recent Posts widget.
|
||||||
# This widget displays recent posts from `content/post/`.
|
# This widget displays recent posts from `content/post/`.
|
||||||
widget = "posts"
|
widget = "posts" # Do not modify this line!
|
||||||
active = true
|
active = true # Activate this widget? true/false
|
||||||
|
weight = 40 # Order that this section will appear.
|
||||||
date = 2016-04-20T00:00:00
|
date = 2016-04-20T00:00:00
|
||||||
|
|
||||||
title = "Recent Posts"
|
title = "Recent Posts"
|
||||||
subtitle = ""
|
subtitle = ""
|
||||||
|
|
||||||
# Order that this section will appear in.
|
# Number of recent posts to list.
|
||||||
weight = 40
|
|
||||||
|
|
||||||
# Filter posts by tag.
|
|
||||||
# By default, show all recent posts.
|
|
||||||
# Filtering example: `tags_include = ["hugo", "academic"]`
|
|
||||||
tags_include = []
|
|
||||||
tags_exclude = []
|
|
||||||
|
|
||||||
# Number of posts to list.
|
|
||||||
count = 5
|
count = 5
|
||||||
|
|
||||||
# List format.
|
# List format.
|
||||||
@ -25,5 +17,10 @@ count = 5
|
|||||||
# 1 = Detailed
|
# 1 = Detailed
|
||||||
# 2 = Stream
|
# 2 = Stream
|
||||||
list_format = 2
|
list_format = 2
|
||||||
|
|
||||||
|
# Filter posts by tag or category.
|
||||||
|
# E.g. to only show posts tagged with `Academic`, set `filter_tag = "Academic"`
|
||||||
|
filter_tag = ""
|
||||||
|
filter_category = ""
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 7aef1cdce95d06517bf1b5305b74f669f9939dc9
|
Subproject commit afcf657f9348931faf9b9719ded1dfa75928c9f8
|
Loading…
Reference in New Issue
Block a user