diff --git a/.cspell.json b/.cspell.json new file mode 100644 index 0000000..d08b551 --- /dev/null +++ b/.cspell.json @@ -0,0 +1,29 @@ +{ + "version": "0.2", + "language": "en,nb-no", + "ignorePaths": [ + "**/node_modules/**", + "**/vscode-extension/**", + "**/.git/**", + ".vscode", + "megalinter", + "package-lock.json", + "report", + "**/.sh", + "**/.bicep", + "./mkdocs.yml" + ], + "words": [ + "Appcleaner", + "Exposé", + "fontawesome", + "Minimise", + "mkdocs", + "ncdu", + "neofetch", + "tldr", + "trackpad", + "vegardhw", + "Walmsness" + ] +} diff --git a/.github/workflows/build-mkdocs-site.yml b/.github/workflows/build-mkdocs-site.yml index 99800b2..43ffa05 100644 --- a/.github/workflows/build-mkdocs-site.yml +++ b/.github/workflows/build-mkdocs-site.yml @@ -3,9 +3,9 @@ on: # push: # branches: [master, main] pull_request: - branches: [master, main] - types: - - closed + branches: [master, main] + types: + - closed jobs: deploy: runs-on: ubuntu-latest diff --git a/.github/workflows/mdlint.yml b/.github/workflows/mdlint.yml index 3ffc261..e82a40c 100644 --- a/.github/workflows/mdlint.yml +++ b/.github/workflows/mdlint.yml @@ -4,7 +4,7 @@ on: # push: # branches: [master, main] pull_request: - branches: [master, main] + branches: [main] jobs: linting: @@ -15,5 +15,6 @@ jobs: uses: actions/checkout@v2 - name: Run Markdown Lint uses: actionshub/markdownlint@main - # with: - # args: "**/*.md" \ No newline at end of file + with: + #args: "**/*.md" + args: ["--ignore", "altindex.md" "photography/index.md"] diff --git a/.mdl.rb b/.mdl.rb index 87de5df..e6b6857 100644 --- a/.mdl.rb +++ b/.mdl.rb @@ -4,8 +4,10 @@ # Extend line length, since each sentence should be on a separate line. rule 'MD013', :line_length => 99999 -# Allow in-line HTML +# Allow inline HTML exclude_rule 'MD033' +# Allow bare URLs +exclude_rule 'MD034' # Nested lists should be indented with four spaces. rule 'MD007', :indent => 4 \ No newline at end of file diff --git a/README.md b/README.md index 4d02a69..c5b1011 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ -# blog +# Personal website at www.vegardhw.net -[![Lint Markdown](https://github.com/vegardhw/blog/actions/workflows/mdlint.yml/badge.svg)](https://github.com/vegardhw/blog/actions/workflows/mdlint.yml)[![Build MKDocs](https://github.com/equinorvegardhw/blog/actions/workflows/build-mkdocs-site.yml/badge.svg)](https://github.com/vegardhw/blog/actions/workflows/build-mkdocs-site.yml) +[![Built with Material for MkDocs](https://img.shields.io/badge/Material_for_MkDocs-526CFE?style=for-the-badge&logo=MaterialForMkDocs&logoColor=white)](https://squidfunk.github.io/mkdocs-material/) + +[![Lint Markdown](https://github.com/vegardhw/www/actions/workflows/mdlint.yml/badge.svg)](https://github.com/vegardhw/www/actions/workflows/mdlint.yml)[![Build MKDocs](https://github.com/vegardhw/www/actions/workflows/build-mkdocs-site.yml/badge.svg)](https://github.com/vegardhw/www/actions/workflows/build-mkdocs-site.yml) diff --git a/docs/about.md b/docs/about.md index 8e338d7..7187ae1 100644 --- a/docs/about.md +++ b/docs/about.md @@ -1 +1,9 @@ -# About section +# About + + + +This is my little corner of the web where I write about everything I find interesting in terms of technology. Topics will include the Microsoft Cloud, DevOps, Infrastructure-as-Code, automation, tips and tricks for VSCode, but also consumer-oriented stuff like home automation and productivity tools. + +Personal opinions are my own. + +Contact me on Twitter/X: @vegardhw :fontawesome-brands-twitter:{ .twitter } diff --git a/docs/altabout.md b/docs/altabout.md new file mode 100644 index 0000000..c142f8e --- /dev/null +++ b/docs/altabout.md @@ -0,0 +1,3 @@ +# About + +![image](https://am3pap006files.storage.live.com/y4mt5MG90rCFHX5zpfBer-sC_osV7XARnYuqUC9LSz7QPUQovBRSsLL5JlToJsRGRRAwDFiiwnGATo6c89QKpMNtzoPQ2XJO05MRBjCuGmoVrmXEQt4OTQJbGaMsqBKUkIpbsyTgxrkpkamxF9QM8JBdEwYx43p1r8pjoQnCun-nknMx17VQ1-u5rRWY_pLeaP4?width=421&height=421&cropmode=none) diff --git a/docs/altindex.md b/docs/altindex.md new file mode 100644 index 0000000..ac04364 --- /dev/null +++ b/docs/altindex.md @@ -0,0 +1,6 @@ +--- +template: home.html +title: Home +--- + +Welcome! diff --git a/docs/assets/black_landscape.png b/docs/assets/black_landscape.png new file mode 100644 index 0000000..b41cd46 Binary files /dev/null and b/docs/assets/black_landscape.png differ diff --git a/docs/assets/coffee-icon-png-white.png b/docs/assets/coffee-icon-png-white.png new file mode 100644 index 0000000..dfcbbab Binary files /dev/null and b/docs/assets/coffee-icon-png-white.png differ diff --git a/docs/assets/titaniumII.jpg b/docs/assets/titaniumII.jpg new file mode 100644 index 0000000..1d2721a Binary files /dev/null and b/docs/assets/titaniumII.jpg differ diff --git a/docs/assets/veil_scarf-wallpaper-1920x1080.jpg b/docs/assets/veil_scarf-wallpaper-1920x1080.jpg new file mode 100644 index 0000000..3640211 Binary files /dev/null and b/docs/assets/veil_scarf-wallpaper-1920x1080.jpg differ diff --git a/docs/blog/2022/first-post/index.md b/docs/blog/2022/first-post/index.md deleted file mode 100644 index 173efec..0000000 --- a/docs/blog/2022/first-post/index.md +++ /dev/null @@ -1 +0,0 @@ -# First post diff --git a/docs/blog/2022/second-post/index.md b/docs/blog/2022/second-post/index.md deleted file mode 100644 index 9d2afdc..0000000 --- a/docs/blog/2022/second-post/index.md +++ /dev/null @@ -1 +0,0 @@ -# Second post diff --git a/docs/guides/linux/index.md b/docs/guides/linux/index.md new file mode 100644 index 0000000..f560039 --- /dev/null +++ b/docs/guides/linux/index.md @@ -0,0 +1 @@ +# Linux diff --git a/docs/guides/macos/image/initial-config/1708339097069.png b/docs/guides/macos/image/initial-config/1708339097069.png new file mode 100644 index 0000000..36769db Binary files /dev/null and b/docs/guides/macos/image/initial-config/1708339097069.png differ diff --git a/docs/guides/macos/image/initial-config/1708340227971.png b/docs/guides/macos/image/initial-config/1708340227971.png new file mode 100644 index 0000000..2f9eb23 Binary files /dev/null and b/docs/guides/macos/image/initial-config/1708340227971.png differ diff --git a/docs/guides/macos/image/initial-config/1708340260905.png b/docs/guides/macos/image/initial-config/1708340260905.png new file mode 100644 index 0000000..9f47155 Binary files /dev/null and b/docs/guides/macos/image/initial-config/1708340260905.png differ diff --git a/docs/guides/macos/image/initial-config/1708340395643.png b/docs/guides/macos/image/initial-config/1708340395643.png new file mode 100644 index 0000000..93f9541 Binary files /dev/null and b/docs/guides/macos/image/initial-config/1708340395643.png differ diff --git a/docs/guides/macos/image/initial-config/1708340803125.png b/docs/guides/macos/image/initial-config/1708340803125.png new file mode 100644 index 0000000..5f1d743 Binary files /dev/null and b/docs/guides/macos/image/initial-config/1708340803125.png differ diff --git a/docs/guides/macos/image/initial-config/1708353759922.png b/docs/guides/macos/image/initial-config/1708353759922.png new file mode 100644 index 0000000..e160c87 Binary files /dev/null and b/docs/guides/macos/image/initial-config/1708353759922.png differ diff --git a/docs/guides/macos/image/initial-config/1708353772765.png b/docs/guides/macos/image/initial-config/1708353772765.png new file mode 100644 index 0000000..fffbab8 Binary files /dev/null and b/docs/guides/macos/image/initial-config/1708353772765.png differ diff --git a/docs/guides/macos/image/initial-config/1708353786571.png b/docs/guides/macos/image/initial-config/1708353786571.png new file mode 100644 index 0000000..fffbab8 Binary files /dev/null and b/docs/guides/macos/image/initial-config/1708353786571.png differ diff --git a/docs/guides/macos/image/initial-config/1708354919486.png b/docs/guides/macos/image/initial-config/1708354919486.png new file mode 100644 index 0000000..a432ca6 Binary files /dev/null and b/docs/guides/macos/image/initial-config/1708354919486.png differ diff --git a/docs/guides/macos/image/initial-config/1716882880205.png b/docs/guides/macos/image/initial-config/1716882880205.png new file mode 100644 index 0000000..75dc13f Binary files /dev/null and b/docs/guides/macos/image/initial-config/1716882880205.png differ diff --git a/docs/guides/macos/index.md b/docs/guides/macos/index.md new file mode 100644 index 0000000..b8d96de --- /dev/null +++ b/docs/guides/macos/index.md @@ -0,0 +1 @@ +# macOS diff --git a/docs/guides/macos/initial-config.md b/docs/guides/macos/initial-config.md new file mode 100644 index 0000000..0cc531e --- /dev/null +++ b/docs/guides/macos/initial-config.md @@ -0,0 +1,55 @@ +# Initial configuration + +A fresh new installation of macOS with its defaults will serve you quite well but still there are some essential adjustments and configuration steps that I always go through. This is my list based on my personal preference. + +## The Dock + +I find the default dock settings a bit messy and distractive but the three settings below will make it more clean and intuitive. + +| Setting name | Value | Comment | +| -------------------------------------- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Minimise windows using | Scale Effect | The "Scale Effect" setting is much more smooth vs the "Genie Effect". It is faster and less distractive. | +| Minimise windows into application icon | On | Minimise the application windows into and group them with the application dock icon. More clean and does not add all the individual windows icons all the way to the right on the dock. | +| Show indicators for open applications | On | Show a little dot under each dock application icon that is active. | + +![1708339097069](image/initial-config/1708339097069.png) + +## Finder + +The default settings of Finder are too "dumbed down" and stripped. I want more information available at all times. + +In Finder Settings General tab I want to show the External disk icons on the Desktop in addition to the Sidebar: + +![1708340395643](image/initial-config/1708340395643.png) + +In the Advanced tab the "Show all filename extensions" is the most important to change. It will always show the file extension even with the known file type such as PDF. + +Also, I find it more convenient to perform Spotlight searches within the same folder vs "everything" across macOS. + +![1708340260905](image/initial-config/1708340260905.png) + +You can also show more info at the bottom of each Finder window like the Status bar and Path bar. Both options are available from the Finder View menu. + +![1708340803125](image/initial-config/1708340803125.png) + +## Gestures + +The "tap to click" set to "on" is my preferred choice. You can still do the full click by pressing. + +![1708353759922](image/initial-config/1708353759922.png) + +The Mission Control and App Exposé I use absolutely all the time to be in control of screens and windows. No matter how many active windows and dialog prompts open this thing just works. One of the classic complaints/questions of fist-time Windows users on macOS is the "Where did my app window go?" Mission Control helps with that. It has a dedicated button on the keyboard (F3), but you can also activate it with Control + Arrow key combo or perform the swipe up with three fingers trackpad gesture. + +App Exposé is the same thing but only with your active/focused application windows and dialog prompts. Run it by pressing the Control + Arrow down key combo or perform the three fingers swipe down trackpad gesture. + +![1708353786571](image/initial-config/1708353786571.png) + +Another important setting to make Mission Control application overview even more useful is "Group windows by application". + +![1708354919486](image/initial-config/1708354919486.png) + +## Other settings + +Keyboard navigation is another handy feature that should be 'on' by default. Why would you not use 'tab' to move around in a dialog window? + +![1716882880205](image/initial-config/1716882880205.png) diff --git a/docs/guides/macos/terminal-advanced.md b/docs/guides/macos/terminal-advanced.md new file mode 100644 index 0000000..c3498bf --- /dev/null +++ b/docs/guides/macos/terminal-advanced.md @@ -0,0 +1,11 @@ +# The perfect terminal + +## iterm2 + +## zsh + +## oh-my-zsh + +## theme + +## powerline10k diff --git a/docs/guides/macos/terminal-basics.md b/docs/guides/macos/terminal-basics.md new file mode 100644 index 0000000..d9111d6 --- /dev/null +++ b/docs/guides/macos/terminal-basics.md @@ -0,0 +1,20 @@ +# Terminal basics + +## Command tips + +## Addons + +| Name | Install source | Description | +| ------------------ | -------------- | ---- | +| bat | Brew formulae | | +| grc | Brew formulae | | +| htop | Brew formulae | | +| mas | Brew formulae | | +| micro | Brew formulae | | +| midnight-commander | Brew formulae | | +| ncdu | Brew formulae | | +| neofetch | Brew formulae | | +| speedtest-cli | Brew formulae | | +| tldr | Brew formulae | | +| wget | Brew formulae | | +| zsh | Brew formulae | | diff --git a/docs/guides/macos/third-party-apps.md b/docs/guides/macos/third-party-apps.md new file mode 100644 index 0000000..38f551c --- /dev/null +++ b/docs/guides/macos/third-party-apps.md @@ -0,0 +1,13 @@ +# Third-party apps + +This is my list of essential third-party apps. + +| Name | Install source | Type | +| ---------- | -------------- | ---- | +| Brew | Web | Free | +| Magnet | App Store | Paid | +| iTerm2 | Brew cask | Free | +| Alfred | Brew cask | Paid | +| Bartender | Brew cask | Paid | +| Stats | Brew cask | Free | +| Appcleaner | Brew cask | Free | diff --git a/docs/guides/windows/index.md b/docs/guides/windows/index.md new file mode 100644 index 0000000..af6fdce --- /dev/null +++ b/docs/guides/windows/index.md @@ -0,0 +1 @@ +# Windows diff --git a/docs/index.md b/docs/index.md index 11ced5c..a53b51c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1 +1,3 @@ -# Main page +# TechGuides + +Guides, walkthroughs, tips & tricks. diff --git a/docs/outdoorstalk/.authors.yml b/docs/outdoorstalk/.authors.yml new file mode 100644 index 0000000..ef2c1ba --- /dev/null +++ b/docs/outdoorstalk/.authors.yml @@ -0,0 +1,5 @@ +authors: + vegardhw: + name: Vegard Hoff Walmsness + description: Creator + avatar: https://avatars.githubusercontent.com/u/14834153 \ No newline at end of file diff --git a/docs/outdoorstalk/.meta.yml b/docs/outdoorstalk/.meta.yml new file mode 100644 index 0000000..d3f09c2 --- /dev/null +++ b/docs/outdoorstalk/.meta.yml @@ -0,0 +1,3 @@ +comments: true +hide: + - feedback \ No newline at end of file diff --git a/docs/outdoorstalk/index.md b/docs/outdoorstalk/index.md new file mode 100644 index 0000000..8c43937 --- /dev/null +++ b/docs/outdoorstalk/index.md @@ -0,0 +1 @@ +# OutdoorsTalk diff --git a/docs/outdoorstalk/posts/first-post.md b/docs/outdoorstalk/posts/first-post.md new file mode 100644 index 0000000..48b28f1 --- /dev/null +++ b/docs/outdoorstalk/posts/first-post.md @@ -0,0 +1,12 @@ +--- +date: 2023-11-09 +authors: [vegardhw] +categories: + - Build + - Performance +comments: true +--- + +# The first post + +This is a text discussing different topics. diff --git a/docs/photography/image/index/1708440348380.png b/docs/photography/image/index/1708440348380.png new file mode 100644 index 0000000..5d2708e Binary files /dev/null and b/docs/photography/image/index/1708440348380.png differ diff --git a/docs/photography/index.md b/docs/photography/index.md new file mode 100644 index 0000000..2cde06d --- /dev/null +++ b/docs/photography/index.md @@ -0,0 +1,12 @@ +# Photography resources + +![1708440348380](image/index/1708440348380.png) + +
+ +- :fontawesome-brands-instagram: [__Instagram__](https://instagram.com/vegardhw) +- :fontawesome-solid-camera: [**Portfolio**](https://vegardhw.myportfolio.com) +- :fontawesome-brands-square-behance: [__Behance__](https://behance.net/vegardhw) +- :fontawesome-brands-flickr: [__Flickr__](https://flickr.com/photos/vegardhw/) + +
diff --git a/docs/requirements.txt b/docs/requirements.txt index b50da7e..323c0f1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -10,4 +10,4 @@ mkdocs-material-extensions>=1.0.3 mkdocs-video>=1.1.0 mkdocs-mermaid-plugin>=0.1.0 git+git://github.com/g-provost/lightgallery-markdown#egg=lightgallery -git+https://github.com/jldiaz/mkdocs-plugin-tags.git +git+https://github.com/jldiaz/mkdocs-plugin-tags.git \ No newline at end of file diff --git a/docs/stylesheets/mkdocs.css b/docs/stylesheets/mkdocs.css index 3577e28..6b382b3 100644 --- a/docs/stylesheets/mkdocs.css +++ b/docs/stylesheets/mkdocs.css @@ -1,21 +1,37 @@ :root { - --mossgreen: #32678f; + --black: #000000; } [data-md-color-scheme="default"] { --md-text-font-family: "Ubuntu"; - --md-primary-fg-color: var(--mossgreen); - --md-primary-fg-color--light: var(--mossgreen); - --md-primary-fg-color--dark: var(--mossgreen); - --md-typeset-a-color: hsl(184,100%,34%); - --md-accent-fg-color: hsl(184,100%,34%); + --md-primary-fg-color: var(--black); + --md-primary-fg-color--light: var(--black); + --md-primary-fg-color--dark: var(--black); + --md-typeset-a-color: #e64444 !important; + --md-accent-fg-color: #ff9090 !important; +/* --md-typeset-a-color: #355374; + --md-accent-fg-color: #6590bd;*/ + --md-default-bg-color: #e1e1e1; + --md-footer-bg-color: var(--black); } [data-md-color-scheme="slate"] { --md-text-font-family: "Ubuntu"; - --md-primary-fg-color: var(--mossgreen); - --md-primary-fg-color--light: var(--mossgreen); - --md-primary-fg-color--dark: var(--mossgreen); - --md-typeset-a-color: hsl(184,100%,34%); - --md-accent-fg-color: hsl(184,100%,34%); + --md-primary-fg-color: var(--black); + --md-primary-fg-color--light: var(--black); + --md-primary-fg-color--dark: var(--black); + --md-typeset-a-color: #ffa929 !important; + --md-accent-fg-color: #fad76d !important; + /*--md-hue: 210; /* [0, 360] */ + --md-default-bg-color: #1d1f23; + --md-footer-bg-color: var(--black); +} + +.md-typeset h1 { + /*font-weight: bold;*/ + color: var(--md-typeset-a-color); +} + +.twitter { + color: #1DA1F2; } diff --git a/docs/techtalk/.authors.yml b/docs/techtalk/.authors.yml new file mode 100644 index 0000000..ef2c1ba --- /dev/null +++ b/docs/techtalk/.authors.yml @@ -0,0 +1,5 @@ +authors: + vegardhw: + name: Vegard Hoff Walmsness + description: Creator + avatar: https://avatars.githubusercontent.com/u/14834153 \ No newline at end of file diff --git a/docs/techtalk/.meta.yml b/docs/techtalk/.meta.yml new file mode 100644 index 0000000..d3f09c2 --- /dev/null +++ b/docs/techtalk/.meta.yml @@ -0,0 +1,3 @@ +comments: true +hide: + - feedback \ No newline at end of file diff --git a/docs/techtalk/index.md b/docs/techtalk/index.md new file mode 100644 index 0000000..a37417d --- /dev/null +++ b/docs/techtalk/index.md @@ -0,0 +1 @@ +# TechTalk diff --git a/docs/techtalk/posts/first-post.md b/docs/techtalk/posts/first-post.md new file mode 100644 index 0000000..48b28f1 --- /dev/null +++ b/docs/techtalk/posts/first-post.md @@ -0,0 +1,12 @@ +--- +date: 2023-11-09 +authors: [vegardhw] +categories: + - Build + - Performance +comments: true +--- + +# The first post + +This is a text discussing different topics. diff --git a/docs/theme_override_up42/assets/stylesheets/custom.css b/docs/theme_override_up42/assets/stylesheets/custom.css new file mode 100644 index 0000000..710cf24 --- /dev/null +++ b/docs/theme_override_up42/assets/stylesheets/custom.css @@ -0,0 +1,9 @@ +:root { + --mossgreen: #007079; +} + +.ndiv{ + top:0%; + float: right; +} +a.esd:hover, a.esd:active {color:whitesmoke;} \ No newline at end of file diff --git a/docs/theme_override_up42/home.html b/docs/theme_override_up42/home.html new file mode 100644 index 0000000..d9892fd --- /dev/null +++ b/docs/theme_override_up42/home.html @@ -0,0 +1,309 @@ + + + + +{% extends "main.html" %} +{% block tabs %} +{{ super() }} + + + +
+
+
+
+ +
+
+

Welcome!

+ +

This is my little corner of the web for writing about cloud technology related things and other stuff that I come across. You can expect topics such as Microsoft Cloud, DevOps, infrastructure-as-code, automation, tips and tricks for VSCode and so on.

+ +

Least by not last probably something about home automation as well :) Cheers!

+ + Enter + + +
+
+
+
+ + + + +{% endblock %} +{% block content %}{% endblock %} +{% block footer %}{% endblock %} diff --git a/docs/theme_override_up42/main.html b/docs/theme_override_up42/main.html new file mode 100644 index 0000000..0f583ed --- /dev/null +++ b/docs/theme_override_up42/main.html @@ -0,0 +1,2 @@ + +{% extends "base.html" %} diff --git a/docs/theme_override_up42/partials/comments.html b/docs/theme_override_up42/partials/comments.html new file mode 100644 index 0000000..ab3fdf3 --- /dev/null +++ b/docs/theme_override_up42/partials/comments.html @@ -0,0 +1,55 @@ +{% if page.meta.comments %} +

{{ lang.t("meta.comments") }}

+ + + + + +{% endif %} diff --git a/mkdocs.yml b/mkdocs.yml index b31856d..9e2af1d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,12 +1,12 @@ # Project -site_name: 'techblog@vegardhw.net' -site_description: 'Technical ramblings' +site_name: 'vegardhw.net' +site_description: 'Technical ramblings and other stuff' site_author: 'Vegard Hoff Walmsness' -site_url: https://blog.vegardhw.net +site_url: https://www.vegardhw.net # Repository -repo_name: vegardhw/blog -repo_url: https://github.com/vegardhw/blog +repo_name: www.vegardhw.net +repo_url: https://github.com/vegardhw/www plugins: - search @@ -14,14 +14,20 @@ plugins: - awesome-pages - macros - mkdocs-video + - tags + - blog: + blog_dir: techtalk + - blog: + blog_dir: outdoorstalk markdown_extensions: - pymdownx.snippets - admonition - attr_list + - md_in_html - codehilite - footnotes - - lightgallery +# - lightgallery - pymdownx.arithmatex - pymdownx.betterem: smart_enable: all @@ -29,11 +35,11 @@ markdown_extensions: - pymdownx.critic - pymdownx.details - pymdownx.emoji: - emoji_index: !!python/name:pymdownx.emoji.twemoji - emoji_generator: !!python/name:pymdownx.emoji.to_svg - options: - custom_icons: - - overrides/.icons + emoji_index: !!python/name:material.extensions.emoji.twemoji + emoji_generator: !!python/name:material.extensions.emoji.to_svg + # options: + # custom_icons: + # - overrides/.icons - pymdownx.inlinehilite - pymdownx.magiclink - pymdownx.mark @@ -48,27 +54,50 @@ markdown_extensions: extra: social: + - icon: fontawesome/brands/twitter + link: https://twitter.com/vegardhw - icon: fontawesome/brands/github link: https://github.com/vegardhw - - icon: fontawesome/brands/slack - link: https://someone.slack.com -# - icon: fontawesome/solid/envelope -# link: mailto:someone@mail.com +# - icon: fontawesome/brands/slack +# link: https://someone.slack.com + - icon: fontawesome/solid/envelope + link: mailto:vegardhw@mail.com nav: - - Home: index.md +# - TechTalk: +# - techtalk/index.md + - TechGuides: + - index.md + - macOS: + - guides/macos/initial-config.md +# - guides/macos/terminal-basics.md + - guides/macos/third-party-apps.md + - Linux: + - guides/linux/index.md + - Windows: + - guides/windows/index.md + - Photography: + - photography/index.md +# - OutdoorsTalk: +# - outdoorstalk/index.md - About: about.md -# - Applications: apps.md + theme: name: material + custom_dir: docs/theme_override_up42 features: - navigation.instant - navigation.tabs + - navigation.footer + - navigation.indexes + - navigation.sections + - content.code.copy + - content.action.edit # - navigation.tracking # - navigation.tabs.sticky # - navigation.expand -# - toc.integrate - logo: https://asite.com/alogo.svg +# - toc.integrate + logo: https://am3pap006files.storage.live.com/y4mt5MG90rCFHX5zpfBer-sC_osV7XARnYuqUC9LSz7QPUQovBRSsLL5JlToJsRGRRAwDFiiwnGATo6c89QKpMNtzoPQ2XJO05MRBjCuGmoVrmXEQt4OTQJbGaMsqBKUkIpbsyTgxrkpkamxF9QM8JBdEwYx43p1r8pjoQnCun-nknMx17VQ1-u5rRWY_pLeaP4?width=421&height=421&cropmode=none favicon: https://asite.com/alogo.svg icon: repo: fontawesome/brands/github @@ -91,3 +120,4 @@ theme: # accent: amber extra_css: - stylesheets/mkdocs.css + - https://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin \ No newline at end of file