Remove section menu in Resume.
Some checks are pending
lint / runner / vale (push) Waiting to run
Lint / MegaLinter (push) Waiting to run

This commit is contained in:
g_it 2026-03-14 22:41:29 +01:00
commit 9d354c437c
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
4 changed files with 5 additions and 11 deletions

View file

@ -1,5 +0,0 @@
StylesPath = styles
Packages = Google, Readability, write-good, proselint
[*.{adoc,html,md}]
gugulet-hu = YES

View file

@ -14,11 +14,11 @@ title: Resume
<!-- markdownlint-disable MD033 --> <!-- markdownlint-disable MD033 -->
<!-- markdownlint-disable MD013 --> <!-- markdownlint-disable MD013 -->
<div class="section-menu"> <!-- <div class="section-menu">
<span><a href="#experience">experience</a></span> <span><a href="#experience">experience</a></span>
<span><a href="#skills">skills</a></span> <span><a href="#skills">skills</a></span>
<span><a href="#learning">learning</a></span> <span><a href="#learning">learning</a></span>
</div> </div> -->
<div id="hero"> <div id="hero">
<div class="title">Gugulethu Hlekwayo</div> <div class="title">Gugulethu Hlekwayo</div>

View file

@ -11,12 +11,12 @@ MarkupSafe==3.0.3
mergedeep==1.3.4 mergedeep==1.3.4
mkdocs==1.6.1 mkdocs==1.6.1
mkdocs-autorefs==1.4.4 mkdocs-autorefs==1.4.4
mkdocs-get-deps==0.2.0 mkdocs-get-deps==0.2.2
mkdocstrings==1.0.3 mkdocstrings==1.0.3
mkdocstrings-python==2.0.3 mkdocstrings-python==2.0.3
packaging==26.0 packaging==26.0
pathspec==1.0.4 pathspec==1.0.4
platformdirs==4.9.2 platformdirs==4.9.4
Pygments==2.19.2 Pygments==2.19.2
pymdown-extensions==10.21 pymdown-extensions==10.21
python-dateutil==2.9.0.post0 python-dateutil==2.9.0.post0
@ -24,4 +24,4 @@ PyYAML==6.0.3
pyyaml_env_tag==1.1 pyyaml_env_tag==1.1
six==1.17.0 six==1.17.0
watchdog==6.0.0 watchdog==6.0.0
zensical==0.0.23 zensical==0.0.27

View file

@ -1,5 +1,4 @@
[project] [project]
copyright = "© Gugulethu Hlekwayo. All rights reserved."
docs_dir = "content" docs_dir = "content"
extra_css = ["assets/css/theme.css"] extra_css = ["assets/css/theme.css"]
language = "en" language = "en"