Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2019-02-28 01:34:04 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2019-02-28 01:34:04 +0300
commit8296df5067a2eecea89c0adbb141c05a5e1f422c (patch)
treeeba07c3b6559dddbaed68282a1990a78aa2a5c22 /config
parent96e3f9b2d4bdc3943985ab8e31cb6d34e7b169e9 (diff)
theme: upgrade to latest v4.1 dev (talk front matter upgraded)
Also: - Project and Custom widgets renamed (upgraded) - Rearranges section positions and adds demo section to introduce the template and help the user get started
Diffstat (limited to 'config')
-rw-r--r--config/_default/menus.toml22
-rw-r--r--config/_default/params.toml5
2 files changed, 13 insertions, 14 deletions
diff --git a/config/_default/menus.toml b/config/_default/menus.toml
index ae68c22d..81883c89 100644
--- a/config/_default/menus.toml
+++ b/config/_default/menus.toml
@@ -6,36 +6,36 @@
[[main]]
name = "Home"
url = "#about"
- weight = 1
-
-[[main]]
- name = "Publications"
- url = "#publications_featured"
- weight = 2
+ weight = 10
[[main]]
name = "Posts"
url = "#posts"
- weight = 3
+ weight = 20
[[main]]
name = "Projects"
url = "#projects"
- weight = 4
+ weight = 30
+
+[[main]]
+ name = "Publications"
+ url = "#featured"
+ weight = 40
[[main]]
name = "Tutorials"
url = "/tutorial/"
- weight = 5
+ weight = 50
[[main]]
name = "Contact"
url = "#contact"
- weight = 6
+ weight = 60
# Link to a PDF of your resume/CV from the menu.
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
# [[main]]
# name = "CV"
# url = "files/cv.pdf"
-# weight = 7
+# weight = 70
diff --git a/config/_default/params.toml b/config/_default/params.toml
index b75eb706..1ce8ac38 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -56,11 +56,10 @@ address = "Building 1 Room 1, Stanford University, California, 90210, USA"
# Office hours: use `<br>` to insert a line break, or set to "" to remove office hours
office_hours = """Monday 10:00 to 13:00<br>
- Wednesday 09:00 to 10:00<br>
- Otherwise email to book an appointment"""
+ Wednesday 09:00 to 10:00"""
# Enter an optional link for booking appointments (e.g. calendly.com).
-appointment_url = ""
+appointment_url = "https://calendly.com"
# Contact links
# Set to `[]` to disable, or comment out unwanted lines with a hash `#`.