mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
starters: auto-import publications from Bibtex
This commit is contained in:
parent
0f56496291
commit
9b6cb2d6cc
51 changed files with 603 additions and 1398 deletions
|
@ -3,8 +3,11 @@
|
|||
# Documentation: https://wowchemy.com/docs/
|
||||
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
|
||||
|
||||
# SEO
|
||||
# Appearance
|
||||
appearance:
|
||||
theme_default: system
|
||||
|
||||
# SEO
|
||||
marketing:
|
||||
seo:
|
||||
site_type: Person
|
||||
|
@ -19,6 +22,12 @@ marketing:
|
|||
google: ''
|
||||
baidu: ''
|
||||
|
||||
# Site header
|
||||
header:
|
||||
navbar:
|
||||
enable: true
|
||||
|
||||
# Site footer
|
||||
footer:
|
||||
copyright:
|
||||
notice: '© {year} Me. This work is licensed under {license}'
|
||||
|
@ -29,13 +38,11 @@ footer:
|
|||
allow_commercial: false
|
||||
|
||||
# Localization
|
||||
|
||||
locale:
|
||||
date_format: 'Jan 2, 2006'
|
||||
time_format: '3:04 PM'
|
||||
|
||||
# Site features
|
||||
|
||||
features:
|
||||
syntax_highlighter:
|
||||
theme_light: github-light
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue