modules: upgrade to v5.5-dev

This commit is contained in:
George Cushen
2022-02-14 21:33:31 +00:00
parent 892862d62a
commit 2836ae6190
8 changed files with 129 additions and 152 deletions

4
.gitignore vendored
View File

@@ -2,7 +2,9 @@
.idea/ .idea/
# Hugo # Hugo
/resources/ resources/
public/ public/
jsconfig.json jsconfig.json
node_modules/ node_modules/
go.sum
.hugo_build.lock

View File

@@ -4,8 +4,7 @@
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/ # This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
title: Academic # Website name title: Academic # Website name
baseurl: 'https://example.com/' # Website URL baseURL: 'https://example.com/' # Website URL
copyright: '' # Footer text, e.g. '© {year} Me'
############################ ############################
## LANGUAGE ## LANGUAGE
@@ -68,3 +67,5 @@ related:
weight: 70 weight: 70
security: security:
_merge: deep _merge: deep
sitemap:
_merge: deep

View File

@@ -5,154 +5,104 @@
# Appearance # Appearance
theme: minimal appearance:
day_night: true theme_day: minimal
font: '' theme_night: minimal
font_size: L font: minimal
font_size: L
# SEO # SEO
site_type: Person marketing:
local_business_type: '' seo:
org_name: '' site_type: Person
description: '' local_business_type: ''
twitter: '' org_name: ''
description: 'A highly-customizable Hugo academic resume theme powered by Wowchemy website builder.'
# Contact (edit or remove options as required) twitter: 'wowchemy'
analytics:
email: test@example.org google_analytics: ''
phone: 888 888 88 88 baidu_tongji: ''
address: verification:
street: 450 Serra Mall google: ''
city: Stanford baidu: ''
region: CA
postcode: '94305'
country: United States
country_code: US
coordinates:
latitude: '37.4275'
longitude: '-122.1697'
directions: Enter Building 1 and take the stairs to Office 200 on Floor 2
office_hours:
- 'Monday 10:00 to 13:00'
- 'Wednesday 09:00 to 10:00'
appointment_url: 'https://calendly.com'
contact_links:
- icon: twitter
icon_pack: fab
name: DM Me
link: 'https://twitter.com/Twitter'
- icon: skype
icon_pack: fab
name: Skype Me
link: 'skype:echo123?call'
- icon: keybase
icon_pack: fab
name: Chat on Keybase
link: 'https://keybase.io/'
- icon: comments
icon_pack: fas
name: Discuss on Forum
link: 'https://discourse.gohugo.io'
# Site header # Site header
main_menu: header:
enable: true navbar:
align: l enable: true
show_logo: true align: l
show_language: false show_logo: true
show_day_night: true show_language: false
show_search: true show_day_night: true
highlight_active_link: true show_search: true
highlight_active_link: true
footer:
copyright:
notice: '© {year} Me. This work is licensed under {license}'
license:
enable: true
allow_derivatives: false
share_alike: true
allow_commercial: false
# Localization # Localization
date_format: 'Jan 2, 2006' locale:
time_format: '3:04 PM' date_format: 'Jan 2, 2006'
address_format: en-us time_format: '3:04 PM'
address_format: en-us
# Site features # Site features
highlight: true features:
highlight_languages: syntax_highlighter:
- r enable: true
math: false extra_languages:
diagram: false - r
privacy_pack: false - latex
edit_page: math:
repo_url: '' enable: false
content_dir: '' diagram:
repo_branch: main enable: false
editable: privacy_pack:
page: false enable: false
post: false repository:
book: false url: 'https://github.com/<username>/<repository>'
show_related: content_dir: content
book: true branch: master
page: false avatar:
post: true gravatar: false
project: true shape: circle
publication: true comment:
event: true provider: ''
reading_time: true disqus:
section_pager: false shortname: ''
docs_section_pager: true show_count: true
sharing: true commento:
copyright_license: url: ''
enable: false search:
allow_derivatives: false provider: wowchemy
share_alike: true algolia:
allow_commercial: false app_id: ''
notice: 'This work is licensed under {license}' api_key: ''
abstract_length: 135 index_name: ''
plugins_js: [] show_logo: false
avatar: map:
gravatar: false provider: ''
shape: circle
publications:
date_format: January 2006
citation_style: apa
projects:
post_view: 2
publication_view: 2
talk_view: 2
breadcrumb:
page_types:
book: true
comments:
provider: ''
commentable:
post: true
book: true
project: true
publication: true
event: true
disqus:
shortname: ''
show_count: true
commento:
url: ''
search:
provider: wowchemy
algolia:
app_id: ''
api_key: '' api_key: ''
index_name: '' zoom: 15
show_logo: false
map: # Extensions
provider: ''
api_key: '' extensions:
zoom: 15 cms:
marketing: branch: master
google_analytics: '' local_backend: false
google_tag_manager: '' isotope:
google_site_verification: '' # Enable if you use the Portfolio widget or Publication filter
baidu_site_verification: '' enable: true
baidu_tongji: '' academicons:
cms: enable: true
branch: master
local_backend: false
icon:
pack:
ai: true

View File

@@ -1,6 +1,7 @@
--- ---
# Generate Wowchemy CMS # Generate Wowchemy CMS
type: wowchemycms type: wowchemycms
private: true
outputs: outputs:
- wowchemycms_config - wowchemycms_config
- HTML - HTML

View File

@@ -17,12 +17,12 @@ abstract: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere
# Talk start and end times. # Talk start and end times.
# End time can optionally be hidden by prefixing the line with `#`. # End time can optionally be hidden by prefixing the line with `#`.
date: "2030-06-01T13:00:00Z" date: '2030-06-01T13:00:00Z'
date_end: "2030-06-01T15:00:00Z" date_end: '2030-06-01T15:00:00Z'
all_day: false all_day: false
# Schedule page publish date (NOT talk date). # Schedule page publish date (NOT talk date).
publishDate: "2017-01-01T00:00:00Z" publishDate: '2017-01-01T00:00:00Z'
authors: [] authors: []
tags: [] tags: []

View File

@@ -1,6 +1,5 @@
--- ---
# An instance of the Contact widget. # An instance of the Contact widget.
# Documentation: https://sourcethemes.com/academic/docs/page-builder/
widget: contact widget: contact
# This file represents a page section. # This file represents a page section.
@@ -25,6 +24,34 @@ content:
# Enable CAPTCHA challenge to reduce spam? # Enable CAPTCHA challenge to reduce spam?
captcha: false captcha: false
# Contact details (edit or remove options as required)
email: test@example.org
phone: 888 888 88 88
address:
street: 450 Serra Mall
city: Stanford
region: CA
postcode: '94305'
country: United States
country_code: US
coordinates:
latitude: '37.4275'
longitude: '-122.1697'
directions: Enter Building 1 and take the stairs to Office 200 on Floor 2
office_hours:
- 'Monday 10:00 to 13:00'
- 'Wednesday 09:00 to 10:00'
appointment_url: 'https://calendly.com'
contact_links:
- icon: twitter
icon_pack: fab
name: DM Me
link: 'https://twitter.com/Twitter'
- icon: video
icon_pack: fas
name: Zoom Me
link: 'https://zoom.com'
design: design:
columns: '2' columns: '2'
--- ---

4
go.mod
View File

@@ -3,6 +3,6 @@ module github.com/wowchemy/starter-hugo-academic
go 1.15 go 1.15
require ( require (
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20211231133358-6d4989f90f7a // indirect github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220214212254-70806414437a // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20211231133358-6d4989f90f7a // indirect github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220214212254-70806414437a // indirect
) )

4
go.sum
View File

@@ -1,4 +0,0 @@
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20211231133358-6d4989f90f7a h1:f/NgjHm7mIosNKXlJuLb95waWukCKOedFAr6/nxGsj8=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20211231133358-6d4989f90f7a/go.mod h1:Sp/AKo+2HAPi/IPHp1MEdKPmee+mzO5+efUBUPLPqPE=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20211231133358-6d4989f90f7a h1:mRLbuALXyYdnRJrAQt6QKCy4XeNZEooD+pSKByBjFY0=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20211231133358-6d4989f90f7a/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY=