Skip to content

Commit 4c78628

Browse files
author
Brandon Calderon-Morales
committed
chore: cleanup to portfolio site.
1 parent 07b437b commit 4c78628

21 files changed

Lines changed: 845 additions & 597 deletions

config/zensical/01-site.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
# ==============================================================================
77

88
[project]
9-
site_name = "Brandon's Simplified Life"
10-
site_description = "A collection of notes, resources, and tools for developers, engineers, and tech enthusiasts."
11-
site_author = "Brandon Calderon-Morales"
9+
site_name = "Brandon A. Calderon Morales"
10+
site_description = "Senior software engineer working across AI-enabled delivery, secure automation, developer tooling, and documentation."
11+
site_author = "Brandon A. Calderon Morales"
1212
site_url = "https://ba-calderonmorales.github.io/my-life-as-a-dev/"
13-
copyright = "Copyright © 2024-2026 Brandon Calderon-Morales"
13+
copyright = "Copyright © 2024-2026 Brandon A. Calderon Morales"
1414

1515

1616
# ==============================================================================

config/zensical/02-assets.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ extra_css = [
2929
# Page-specific styles
3030
"assets/css/background.css",
3131
"assets/css/landing.css",
32-
"assets/css/scroll-vines.css",
3332
"assets/css/404.css",
3433
"assets/css/resume.css",
3534
"assets/css/projects.css",
@@ -39,8 +38,6 @@ extra_css = [
3938
]
4039

4140
extra_javascript = [
42-
# Scroll-driven vine animations and section bloom (landing page only)
43-
"assets/js/scroll-vines.js",
4441
# Scroll progress bar (content pages)
4542
"assets/js/scroll-progress.js",
4643
# Lazy image fade-in

config/zensical/08-features.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# - Ask AI assistant ........ OFF
1313
# - Version selector ......... OFF
1414
# - All top-level tabs ....... OFF except the landing page (Home)
15-
# - Creative canvas hero ..... ON (token-driven generative hero on Home)
15+
# - Creative canvas hero ..... OFF (static editorial Home treatment)
1616
#
1717
# How to flip a feature back on:
1818
# 1. Set the flag below to `true`.
@@ -49,9 +49,9 @@
4949
chat_assistant = false
5050
# Version selector dropdown in the header. When false, no selector renders.
5151
version_selector = false
52-
# Generative "creative canvas" hero on the landing page. When false, no canvas
53-
# markup/scripts load and a static token-colored gradient is shown instead.
54-
creative_canvas = true
52+
# Generative "creative canvas" hero on the landing page. The portfolio uses a
53+
# static editorial treatment so the content remains quiet and dependable.
54+
creative_canvas = false
5555

5656
# Per-tab visibility. Keys are derived from each top-level nav title:
5757
# lowercased, spaces/dashes/dots replaced with underscores.

docs/404.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ hide:
1515
<p class="mlad-404__body">The link you followed may be broken, or the page may have been moved. Let's get you back on track.</p>
1616

1717
[Return Home](index.md){ .md-button .md-button--primary }
18-
[Email Me](mailto:b.dev.c.m@gmail.com){ .md-button }
18+
[Email Me](mailto:bacm640@gmail.com){ .md-button }
1919

2020
</div>
2121
<div class="mlad-404__vine" aria-hidden="true">

0 commit comments

Comments
 (0)