Created
November 24, 2021 10:45
-
-
Save userbradley/9aabac20e47c420e07b9bc0621378310 to your computer and use it in GitHub Desktop.
mkcods config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
site_name: Portfolio | |
site_dir: /output/ | |
#site_dir: ../docker/test/content/ | |
markdown_extensions: | |
- admonition | |
- pymdownx.details | |
- pymdownx.superfences | |
- attr_list | |
- md_in_html | |
theme: | |
favicon: https://breadnet.co.uk/favicon.ico | |
logo: https://breadnet.co.uk/favicon.png | |
icon: | |
repo: fontawesome/brands/github-alt | |
admonition: | |
note: octicons/tag-16 | |
abstract: octicons/checklist-16 | |
info: octicons/info-16 | |
tip: octicons/squirrel-16 | |
success: octicons/check-16 | |
question: octicons/question-16 | |
warning: octicons/alert-16 | |
failure: octicons/x-circle-16 | |
danger: octicons/zap-16 | |
bug: octicons/bug-16 | |
example: octicons/beaker-16 | |
quote: octicons/quote-16 | |
palette: | |
- scheme: default | |
toggle: | |
icon: material/weather-night | |
name: Switch to dark mode | |
- scheme: slate | |
toggle: | |
icon: material/weather-sunny | |
name: Switch to light mode | |
features: | |
- content.code.annotate | |
- content.tabs.link | |
- navigation.top | |
- navigation.tabs | |
- navigation.expand | |
- navigation.instant | |
- search.share | |
- search.highlight | |
name: material | |
copyright: Copyright © 2019 - 2021 Bradley Stannard | |
extra: | |
social: | |
- icon: fontawesome/brands/linkedin | |
link: https://uk.linkedin.com/in/bradley-stannard | |
name: My Linkedin | |
- icon: fontawesome/brands/github-alt | |
link: https://github.com/userbradley | |
name: My Github | |
- icon: fontawesome/solid/paper-plane | |
link: mailto:[email protected] | |
- icon: fontawesome/solid/file-alt | |
link: https://breadnet.co.uk | |
name: My Website | |
generator: false | |
nav: | |
- "About Me": | |
- "About me": index.md | |
- "How this works": about.md | |
- "Companies" : | |
- GFT Group: companies/gft.md | |
- Waltlabs.io: companies/waltlabs.md | |
- Cerulean Solutions: companies/cerulean.md | |
- Focus International: companies/focusint.md | |
- Projects : | |
- HA : projects/ha.md | |
- Datadog : projects/datadog.md | |
- breadNET : projects/breadnet.md | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment