Halfway through resume page. Need to add modals.
This commit is contained in:
parent
118160c4b9
commit
3f38f601e9
30 changed files with 514 additions and 194 deletions
|
|
@ -3,18 +3,25 @@ copyright = "© Gugulethu Hlekwayo. All rights reserved."
|
|||
docs_dir = "content"
|
||||
extra_css = ["assets/css/theme.css"]
|
||||
language = "en"
|
||||
nav = [{ 'Homepage' = "index.md" }, { 'Resume' = "resume.md" }]
|
||||
nav = [
|
||||
{ "Home" = "index.md" },
|
||||
{ "Resume" = "resume.md" },
|
||||
{ "Test" = "test.md" }
|
||||
]
|
||||
repo = "fontawesome/brands/git-alt"
|
||||
repo_name = "g_it/gugulet.hu"
|
||||
repo_url = "https://git.gugulet.hu/g_it/site"
|
||||
site_author = "Gugulethu Hlekwayo"
|
||||
site_description = "Gwabini, Bele elide, bhoya benyathi"
|
||||
site_dir = "./deploy"
|
||||
site_description = " "
|
||||
site_dir = "deploy"
|
||||
site_name = "Gugulethu Hlekwayo"
|
||||
site_url = "https://gugulet.hu"
|
||||
|
||||
[project.extra]
|
||||
generator = false
|
||||
sitemap = false
|
||||
|
||||
[project.markdown_extensions.abbr] # The Abbreviations extension adds the ability to add a small tooltip to an element, by wrapping it with an abbr tag.
|
||||
|
||||
[project.markdown_extensions.admonition] # The Admonition extension adds support for admonitions, more commonly known as call-outs, which can be defined in Markdown by using a simple syntax.
|
||||
|
||||
|
|
@ -52,7 +59,8 @@ pygments_lang_class = true
|
|||
[project.markdown_extensions.pymdownx.mark] # The mark extension allows the use of highlighting in text.
|
||||
|
||||
[project.markdown_extensions.pymdownx.smartsymbols] # The SmartSymbols extension converts some sequences of characters into their corresponding symbols.
|
||||
# [project.markdown_extensions.pymdownx.snippets] # The Snippets extension adds the ability to add a small tooltip to an element, by wrapping it with an abbr tag.
|
||||
|
||||
[project.markdown_extensions.pymdownx.snippets] # The Snippets extension adds the ability to add a small tooltip to an element, by wrapping it with an abbr tag.
|
||||
# auto_append = ["content/includes/definitions.md"]
|
||||
|
||||
[project.markdown_extensions.pymdownx.superfences] # The SuperFences extension allows for arbitrary nesting of code and content blocks inside each other.
|
||||
|
|
@ -73,20 +81,22 @@ custom_checkbox = true
|
|||
[project.markdown_extensions.toc] # The Table of Contents extension automatically generates a table of contents from a document, which Zensical will render as part of the resulting page.
|
||||
permalink = true
|
||||
|
||||
[project.plugins.mkdocstrings.handlers.python] # mkdocstrings, which allows rendering API reference documentation from source code.
|
||||
inventories = ["https://docs.python.org/3/objects.inv"]
|
||||
paths = ["src"]
|
||||
# [project.plugins.mkdocstrings.handlers.python] # mkdocstrings, which allows rendering API reference documentation from source code.
|
||||
# inventories = ["https://docs.python.org/3/objects.inv"]
|
||||
# paths = ["src"]
|
||||
|
||||
[project.plugins.mkdocstrings.handlers.python.options]
|
||||
docstring_style = "google"
|
||||
inherited_members = true
|
||||
show_source = false
|
||||
# [project.plugins.mkdocstrings.handlers.python.options]
|
||||
# docstring_style = "google"
|
||||
# inherited_members = true
|
||||
# show_source = false
|
||||
|
||||
[project.plugins.offline] # The offline functionality makes sure that the site search works when you distribute the contents of your site directory as a download.
|
||||
|
||||
[project.theme]
|
||||
custom_dir = "content/overrides"
|
||||
favicon = "assets/media/face-1276x1276.png"
|
||||
language = "en"
|
||||
logo = "assets/media/face-1276x1276.webp"
|
||||
palette.primary = "custom"
|
||||
features = [
|
||||
"content.action.view", # View source of this page.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue