initial template mods to evan-ify
This commit is contained in:
@@ -13,7 +13,7 @@ hugoblox:
|
||||
# ────────────────────────────────────────────────────────────────────────────
|
||||
identity:
|
||||
# Site name - shown in navbar, footer, copyright, and browser title by default
|
||||
name: "Your Name"
|
||||
name: "Evan Scamehorn"
|
||||
# Legal entity for copyright notices (defaults to name if not set)
|
||||
organization: ""
|
||||
# Schema.org type for structured data
|
||||
@@ -21,10 +21,10 @@ hugoblox:
|
||||
# Short tagline displayed on your site
|
||||
tagline: ""
|
||||
# Site meta description for search engines and social sharing
|
||||
description: "The highly-customizable Hugo Academic theme powered by Hugo Blox Builder. Easily create your personal academic website."
|
||||
description: "Evan Scamehorn's personal website: professional biography, personal project showcase, and blog posts."
|
||||
# Social accounts (used for meta tags like Twitter Cards)
|
||||
social:
|
||||
twitter: "BuildLore" # Twitter/X handle for Twitter Cards (without @)
|
||||
# social:
|
||||
# twitter: "BuildLore" # Twitter/X handle for Twitter Cards (without @)
|
||||
|
||||
# ────────────────────────────────────────────────────────────────────────────
|
||||
# THEME
|
||||
@@ -32,27 +32,27 @@ hugoblox:
|
||||
# ────────────────────────────────────────────────────────────────────────────
|
||||
theme:
|
||||
# Mode: 'light', 'dark', or 'system' (follows OS preference)
|
||||
mode: system
|
||||
mode: dark
|
||||
# Theme pack: name from data/themes/ or { light: "x", dark: "y" } for mix-and-match
|
||||
pack: "default"
|
||||
# Optional: Override theme pack colors
|
||||
colors:
|
||||
primary: "" # Tailwind palette name or hex (e.g., "indigo" or "#6366f1")
|
||||
secondary: ""
|
||||
neutral: "" # Affects gray utilities (text-gray-*, bg-gray-*)
|
||||
primary: "#98971a" # Tailwind palette name or hex (e.g., "indigo" or "#6366f1")
|
||||
secondary: "#d78821"
|
||||
neutral: "#a89984" # Affects gray utilities (text-gray-*, bg-gray-*)
|
||||
# Optional: Mode-specific color overrides
|
||||
colors_light: {}
|
||||
colors_dark: {}
|
||||
#colors_light: {}
|
||||
#colors_dark: {}
|
||||
# Optional: Semantic surface color overrides
|
||||
surfaces:
|
||||
background: ""
|
||||
foreground: ""
|
||||
background: "#282828" # Main page background
|
||||
foreground: "#ebdbb2" # Main text color
|
||||
header:
|
||||
background: ""
|
||||
foreground: ""
|
||||
background: "#32302f"
|
||||
foreground: "#ebdbb2"
|
||||
footer:
|
||||
background: ""
|
||||
foreground: ""
|
||||
background: "#32302f"
|
||||
foreground: "#32302f"
|
||||
|
||||
# ────────────────────────────────────────────────────────────────────────────
|
||||
# TYPOGRAPHY
|
||||
@@ -60,7 +60,7 @@ hugoblox:
|
||||
# ────────────────────────────────────────────────────────────────────────────
|
||||
typography:
|
||||
# Font: 'sans' (Inter), 'serif' (Roboto Slab), or 'native' (system fonts)
|
||||
font: "sans"
|
||||
font: "serif"
|
||||
# Size: 'sm', 'md', 'lg', or 'xl' (affects base font size and scale)
|
||||
size: "md"
|
||||
|
||||
@@ -90,9 +90,9 @@ hugoblox:
|
||||
align: center # left | center | right
|
||||
# Feature toggles
|
||||
search: true
|
||||
theme_toggle: true
|
||||
theme_picker: true
|
||||
language_switcher: true
|
||||
theme_toggle: false
|
||||
theme_picker: false
|
||||
language_switcher: false
|
||||
# Call-to-action button
|
||||
cta:
|
||||
enable: false
|
||||
@@ -116,12 +116,7 @@ hugoblox:
|
||||
# ────────────────────────────────────────────────────────────────────────────
|
||||
copyright:
|
||||
# Copyright notice - supports {year}, {name}, {license} placeholders
|
||||
notice: "© {year} {name}. This work is licensed under {license}"
|
||||
license:
|
||||
type: cc # cc | all_rights | custom
|
||||
allow_derivatives: false
|
||||
share_alike: true
|
||||
allow_commercial: false
|
||||
notice: "© {year} {name}. This work is licensed under GPL-3"
|
||||
|
||||
# ────────────────────────────────────────────────────────────────────────────
|
||||
# SEO
|
||||
|
||||
Reference in New Issue
Block a user