Skip to content

Commit 2207790

Browse files
committed
Update site, update hugo
1 parent b3de25e commit 2207790

File tree

78 files changed

+2665
-1845
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+2665
-1845
lines changed

.hugo_build.lock

Whitespace-only changes.

assets/jsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"baseUrl": ".",
44
"paths": {
55
"*": [
6-
"../themes/github.com/wowchemy/wowchemy-hugo-modules/wowchemy/assets/*"
6+
"../themes/github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5/assets/*"
77
]
88
}
99
}

assets/media/albums/.gitkeep

Whitespace-only changes.

assets/media/icon.png

9.5 KB
Loading

assets/media/icons/brands/org-gc.svg

+15
Loading

assets/media/icons/brands/org-x.svg

+15
Loading

config/_default/config.yaml

+73
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
theme: "starter-hugo-academic"
2+
# Configuration of Hugo
3+
# Guide: https://wowchemy.com/docs/getting-started/
4+
# Hugo Documentation: https://gohugo.io/getting-started/configuration/#all-configuration-settings
5+
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
6+
7+
title: Academic # Website name
8+
baseURL: 'https://example.com/' # Website URL
9+
10+
############################
11+
## LANGUAGE
12+
############################
13+
14+
defaultContentLanguage: en
15+
hasCJKLanguage: false
16+
defaultContentLanguageInSubdir: false
17+
removePathAccents: true
18+
19+
############################
20+
## MODULES
21+
############################
22+
23+
module:
24+
imports:
25+
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms
26+
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify
27+
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5
28+
29+
############################
30+
## ADVANCED
31+
############################
32+
33+
enableGitInfo: false
34+
summaryLength: 30
35+
paginate: 10
36+
enableEmoji: true
37+
enableRobotsTXT: true
38+
footnotereturnlinkcontents: <sup>^</sup>
39+
ignoreFiles: [\.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$]
40+
permalinks:
41+
event: '/talk/:slug/'
42+
tags: '/tag/:slug/'
43+
categories: '/category/:slug/'
44+
publication_types: '/publication-type/:slug/'
45+
disableAliases: true
46+
outputs:
47+
home: [HTML, RSS, JSON, WebAppManifest, headers, redirects]
48+
section: [HTML, RSS]
49+
imaging:
50+
resampleFilter: lanczos
51+
quality: 75
52+
anchor: smart
53+
timeout: 600000
54+
taxonomies:
55+
tag: tags
56+
category: categories
57+
publication_type: publication_types
58+
author: authors
59+
markup:
60+
_merge: deep
61+
related:
62+
threshold: 80
63+
includeNewer: true
64+
toLower: true
65+
indices:
66+
- name: tags
67+
weight: 100
68+
- name: categories
69+
weight: 70
70+
security:
71+
_merge: deep
72+
sitemap:
73+
_merge: deep

config/_default/languages.yaml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Languages
2+
# Create a section for each of your site's languages.
3+
# Documentation: https://wowchemy.com/docs/guide/language/
4+
5+
# Default language
6+
en:
7+
languageCode: en-us
8+
# Uncomment for multi-lingual sites, and move English content into `en` sub-folder.
9+
#contentDir: content/en
10+
11+
# Uncomment the lines below to configure your website in a second language.
12+
#zh:
13+
# languageCode: zh-Hans
14+
# contentDir: content/zh
15+
# title: Chinese website title...
16+
# params:
17+
# description: Site description in Chinese...
18+
# menu:
19+
# main:
20+
# - name: 传
21+
# url: '#about'
22+
# weight: 1

config/_default/menus.yaml

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Navigation Links
2+
# To link a homepage widget, specify the URL as a hash `#` followed by the filename of the
3+
# desired widget in your `content/home/` folder.
4+
# The weight parameter defines the order that the links will appear in.
5+
6+
main:
7+
- name: Home
8+
url: '#about'
9+
weight: 10
10+
- name: Posts
11+
url: '#posts'
12+
weight: 20
13+
- name: Projects
14+
url: '#projects'
15+
weight: 30
16+
- name: Talks
17+
url: '#talks'
18+
weight: 40
19+
- name: Publications
20+
url: '#featured'
21+
weight: 50
22+
- name: Contact
23+
url: '#contact'
24+
weight: 60
25+
26+
# Link to a PDF of your resume/CV from the menu.
27+
# To enable, copy your resume/CV to `static/uploads/resume.pdf` and uncomment the lines below.
28+
# - name: CV
29+
# url: uploads/resume.pdf
30+
# weight: 70

config/_default/params.yaml

+111
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
# SITE SETUP
2+
# Guide: https://wowchemy.com/docs/getting-started/
3+
# Documentation: https://wowchemy.com/docs/
4+
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
5+
6+
# Appearance
7+
8+
appearance:
9+
theme_day: minimal
10+
theme_night: minimal
11+
font: minimal
12+
font_size: L
13+
14+
# SEO
15+
16+
marketing:
17+
seo:
18+
site_type: Person
19+
local_business_type: ''
20+
org_name: ''
21+
description: 'A highly-customizable Hugo academic resume theme powered by Wowchemy website builder.'
22+
twitter: 'wowchemy'
23+
analytics:
24+
google_analytics: ''
25+
baidu_tongji: ''
26+
verification:
27+
google: ''
28+
baidu: ''
29+
30+
# Site header
31+
32+
header:
33+
navbar:
34+
enable: true
35+
align: l
36+
show_logo: true
37+
show_language: false
38+
show_day_night: true
39+
show_search: true
40+
highlight_active_link: true
41+
42+
# Site footer
43+
44+
footer:
45+
copyright:
46+
notice: '© {year} Me. This work is licensed under {license}'
47+
license:
48+
enable: true
49+
allow_derivatives: false
50+
share_alike: true
51+
allow_commercial: false
52+
53+
# Localization
54+
55+
locale:
56+
date_format: 'Jan 2, 2006'
57+
time_format: '3:04 PM'
58+
address_format: en-us
59+
60+
# Site features
61+
62+
features:
63+
syntax_highlighter:
64+
enable: true
65+
extra_languages:
66+
- r
67+
- latex
68+
math:
69+
enable: false
70+
privacy_pack:
71+
enable: false
72+
repository:
73+
url: 'https://github.com/<username>/<repository>'
74+
content_dir: content
75+
branch: master
76+
avatar:
77+
gravatar: false
78+
shape: circle
79+
comment:
80+
provider: ''
81+
disqus:
82+
shortname: ''
83+
show_count: true
84+
commento:
85+
url: ''
86+
search:
87+
provider: wowchemy
88+
algolia:
89+
app_id: ''
90+
api_key: ''
91+
index_name: ''
92+
show_logo: false
93+
map:
94+
provider: ''
95+
api_key: ''
96+
zoom: 15
97+
98+
# Extensions
99+
100+
extensions:
101+
cms:
102+
branch: main
103+
local_backend: false
104+
academicons:
105+
enable: true
106+
107+
# Security
108+
109+
security:
110+
# Allow frame for embedding speaker notes in slides
111+
allow_frame: true

content/admin/index.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
# Generate Wowchemy CMS
3+
type: wowchemycms
4+
private: true
5+
outputs:
6+
- wowchemycms_config
7+
- HTML
8+
---

content/authors/_index.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
cms_exclude: true
3+
4+
# To publish author profile pages, remove all of the `_build` and `cascade` settings below.
5+
_build:
6+
render: never
7+
cascade:
8+
_build:
9+
render: never
10+
list: always
11+
---

content/event/_index.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
---
2-
header:
3-
caption: ""
4-
image: ""
52
title: Recent & Upcoming Talks
3+
cms_exclude: true
4+
5+
# View.
6+
# 1 = List
7+
# 2 = Compact
8+
# 3 = Card
69
view: 2
10+
11+
# Optional header image (relative to `static/media/` folder).
12+
header:
13+
caption: ''
14+
image: ''
715
---

content/event/example/featured.jpg

-606 KB
Binary file not shown.

content/event/example/index.md

-52
This file was deleted.

0 commit comments

Comments
 (0)