63 lines
1.3 KiB
YAML
63 lines
1.3 KiB
YAML
# SITE SETUP
|
|
# Guide: https://docs.hugoblox.com/tutorial/
|
|
# Documentation: https://docs.hugoblox.com/
|
|
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
|
|
|
|
# Appearance
|
|
appearance:
|
|
mode: system
|
|
color: emerald
|
|
|
|
# SEO
|
|
marketing:
|
|
seo:
|
|
site_type: Person
|
|
local_business_type: ''
|
|
org_name: ''
|
|
description: 'Professional homepage of Adrian Abeyta, a Computer Science graduate in Albuquerque, New Mexico. Includes a resume, project, experience, and contact information.'
|
|
twitter: ''
|
|
analytics:
|
|
google_analytics: ''
|
|
baidu_tongji: ''
|
|
plausible: ''
|
|
fathom: ''
|
|
pirsch: ''
|
|
verification:
|
|
google: ''
|
|
baidu: ''
|
|
|
|
# Site header
|
|
header:
|
|
navbar:
|
|
enable: true
|
|
blox: "navbar"
|
|
align: "left"
|
|
fixed_to_top: true
|
|
show_search: false
|
|
show_theme_chooser: true
|
|
logo:
|
|
text: "Adrian Abeyta"
|
|
highlight_active_link: true
|
|
|
|
# Site footer
|
|
footer:
|
|
copyright:
|
|
notice: '© {year} Adrian Abeyta. This work is licensed under {license}'
|
|
license:
|
|
enable: true
|
|
allow_derivatives: false
|
|
share_alike: true
|
|
allow_commercial: false
|
|
|
|
# Localization
|
|
locale:
|
|
date_format: '2006.01.02'
|
|
time_format: '3:04 PM'
|
|
|
|
# Site features
|
|
features:
|
|
math:
|
|
enable: false
|
|
privacy_pack:
|
|
enable: false
|