Commit graph

109 commits

Author SHA1 Message Date
Dennis Dornon
c811eda523 Fix: Add defer attribute to scripts in documentation-single layout 2025-03-28 16:57:07 -04:00
Dennis Dornon
35b92e25c9 Fix: Directly set header z-index to 1000 2025-03-28 16:41:34 -04:00
Dennis Dornon
d5ee5b5884 Fix: Define z-index CSS variables in :root 2025-03-28 16:13:47 -04:00
Dennis Dornon
8f5816d255 Fix: Remove sticky position from page nav to resolve header overlap 2025-03-28 16:07:39 -04:00
Dennis Dornon
aa18a99c2f Fix SCSS import for navigation styles (Retry)
Corrects import in style.scss to use _navigation.scss.
2025-03-28 14:07:43 -04:00
Dennis Dornon
485e29f79a Fix SCSS import for navigation styles
Changed style.scss to import _navigation.scss instead of _nav.scss. Renamed _nav.scss to _nav.scss.bak.
2025-03-28 13:58:34 -04:00
Dennis Dornon
7f73dd6cb7 Restore commented out theme scripts (theme-toggle, page-nav, scripts) 2025-03-28 13:09:26 -04:00
Dennis Dornon
21f4a99ebb Debug: Isolate navigation.js by commenting out other theme scripts 2025-03-27 20:01:43 -04:00
Dennis Dornon
daafd38495 Refactor: Move JS includes to head with defer attribute
Moves theme scripts to <head> and adds 'defer' to potentially resolve JS initialization timing issues. Also wraps hljs init.
2025-03-27 16:24:57 -04:00
Dennis Dornon
5bd61d7aca Add front matter and sidebar navigation structure to actions-filters guide 2025-03-27 16:04:27 -04:00
Dennis Dornon
f1132e0e40 Debug: Add console logs to navigation JS event listeners
Also uncommented scripts.js in default layout.
2025-03-27 15:51:43 -04:00
Dennis Dornon
65e936f765 Debug: Temporarily comment out scripts.js to check for conflicts 2025-03-27 15:29:24 -04:00
Dennis Dornon
8ce3315b1c Add manual copy step for JS vendor files as workaround 2025-03-27 14:56:53 -04:00
Dennis Dornon
5180bbe6b3 Add detailed verification of theme files after checkout 2025-03-27 14:46:22 -04:00
Dennis Dornon
c918fccf45 Add missing JS vendor files (jQuery, Highlight.js) - Retry 2025-03-27 14:18:43 -04:00
Dennis Dornon
4e6a8a9ec0 Clean up workflow: Remove redundant JS vendor check steps 2025-03-27 14:16:06 -04:00
Dennis Dornon
7fa08abcbc Add verification step for theme JS vendor dir after checkout 2025-03-27 14:03:32 -04:00
Dennis Dornon
cb24e9ecac Add check for source vendor JS dir before copy step 2025-03-27 13:56:59 -04:00
Dennis Dornon
771155c4b8 Fix JS 404s: Manually copy vendor JS to _site in workflow
Removes ineffective 'include' directive from _config.yml and adds an explicit copy step after Jekyll build to ensure JS vendor files are present in _site before deployment.
2025-03-27 13:50:03 -04:00
Dennis Dornon
47c08ff7e1 Add 'include' directive to ensure JS vendor files are copied to _site 2025-03-27 13:28:33 -04:00
Dennis Dornon
3bbca25bed Add recursive listing to verify JS assets in _site output 2025-03-27 13:17:26 -04:00
Dennis Dornon
75e6d6a9b2 Rename index.html to resolve Jekyll build conflict with index.md 2025-03-27 12:54:55 -04:00
Dennis Dornon
f99c82054a Add --verbose flag to Jekyll build for detailed logging 2025-03-27 12:42:29 -04:00
Dennis Dornon
f40c86bc85 Fix GitHub Pages deployment: Set correct baseurl/url in _config.yml 2025-03-27 12:30:52 -04:00
Dennis Dornon
be787c233e Refine Jekyll exclude list to prevent copying source files to _site 2025-03-27 12:17:39 -04:00
Dennis Dornon
84a90cf1f9 Add step to verify Jekyll build output before deployment 2025-03-27 12:00:05 -04:00
Dennis Dornon
b1e087a9ac Fix deployment: Deploy _site directory directly to gh-pages 2025-03-27 11:47:36 -04:00
Dennis Dornon
6d6524bf0f Add missing $colors and $spacers maps for utility generation 2025-03-27 11:25:12 -04:00
Dennis Dornon
49d715f54f Add UI state colors (info, success, warning, danger) 2025-03-27 11:18:36 -04:00
Dennis Dornon
81e0174915 Add missing color-gray-50 variable to gray scale system 2025-03-27 11:14:46 -04:00
Dennis Dornon
a4599da307 Fix unit compatibility: Convert grid-gutter from rem to px 2025-03-27 11:11:04 -04:00
Dennis Dornon
5664ebf3f6 Update SCSS import sequence to include all settings files 2025-03-27 11:04:35 -04:00
Dennis Dornon
df1a0c1155 Add gray scale variables and remove duplicate color definition 2025-03-27 10:54:33 -04:00
Dennis Dornon
6a6abcf4b5 Add monospace font and code-related color variables 2025-03-27 10:48:41 -04:00
Dennis Dornon
b4bbae4fdc Add missing lists stylesheet with basic list element styling 2025-03-26 19:42:42 -04:00
Dennis Dornon
ba6cc3649e Add missing SCSS variables for typography, colors, and UI elements 2025-03-26 19:35:25 -04:00
Dennis Dornon
7aa92ec028 Reorder SCSS variables to fix dependency sequence and improve organization 2025-03-26 19:29:34 -04:00
Dennis Dornon
b67eb190c8 Add breakpoints map for media query support 2025-03-26 18:30:22 -04:00
Dennis Dornon
d8b98c0c0c Add base SCSS variables for theme compatibility 2025-03-26 18:29:48 -04:00
Dennis Dornon
c4aff8b2ae Remove submodule entries from Git index 2025-03-26 18:18:58 -04:00
Dennis Dornon
7797ee747a Comprehensive fix for Git submodule issues in workflow 2025-03-26 18:18:31 -04:00
Dennis Dornon
a01cb32064 Update Jekyll config and workflow to use dox-theme directory 2025-03-26 18:13:23 -04:00
Dennis Dornon
09e57aa786 Remove nested .git directory from theme 2025-03-26 18:12:20 -04:00
Dennis Dornon
833a1bfef2 Add gitattributes to ignore theme directory as Git repository 2025-03-26 18:11:58 -04:00
Dennis Dornon
cb1e0c88dd Simplify GitHub Actions checkout step 2025-03-26 18:10:49 -04:00
Dennis Dornon
39dbdd59cb Update GitHub Actions checkout configuration 2025-03-26 18:09:33 -04:00
Dennis Dornon
dfb13a983e Remove remaining submodule configurations 2025-03-26 18:08:39 -04:00
Dennis Dornon
d3d43babf2 Add theme layout and includes paths to Jekyll config 2025-03-26 18:06:30 -04:00
Dennis Dornon
6d2d72399f Explicitly disable submodule checkout in GitHub Actions 2025-03-26 16:14:30 -04:00
Dennis Dornon
71b7a937a0 Remove submodule configuration from workflow 2025-03-26 16:11:23 -04:00