diff --git a/config.toml b/config.toml index bf914e3..aeb35fa 100644 --- a/config.toml +++ b/config.toml @@ -31,6 +31,11 @@ googleAnalytics = "" name = "About" weight = 2 +[[menu.main]] + url = "/projects" + name = "Showcase" + weight = 3 + # Social icons to be shown on the right-hand side of the navigation bar # The "name" field should match the name of the icon to be used # The list of available icons can be found at http://fontawesome.io/icons/ diff --git a/content/projects.md b/content/projects.md new file mode 100644 index 0000000..4df6ea0 --- /dev/null +++ b/content/projects.md @@ -0,0 +1,27 @@ +--- +title: "Showcase" +date: 2018-10-25 +draft: false +--- + +## HAASP + +Home automation software mainly written in python. +Head over to [haasp.net](https://haasp.net) for more info. + +## Elite Controller + +Dual joystick setup optimized for use with the space sim Elite Dangerous. + +## Unraid Docker Repository + +* Unifi +* Unifi Beta +* Unifi Video +* Nginx +* Wordpress +* Transmission-Openvpn +* FlexGet + +Add https://github.com/cmtec/docker-templates to your "Template repositories" in Unraid. + diff --git a/static/images/HAASPLogo_Dark.png b/static/images/HAASPLogo_Dark.png new file mode 100644 index 0000000..30e07bd Binary files /dev/null and b/static/images/HAASPLogo_Dark.png differ diff --git a/static/images/HAASPSquareLogo_Dark.png b/static/images/HAASPSquareLogo_Dark.png new file mode 100644 index 0000000..9c43416 Binary files /dev/null and b/static/images/HAASPSquareLogo_Dark.png differ diff --git a/static/images/HAASPSquareLogo_Dark.svg b/static/images/HAASPSquareLogo_Dark.svg new file mode 100644 index 0000000..b6f4987 --- /dev/null +++ b/static/images/HAASPSquareLogo_Dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/images/HAASPSquareLogo_Light.svg b/static/images/HAASPSquareLogo_Light.svg new file mode 100644 index 0000000..796a209 --- /dev/null +++ b/static/images/HAASPSquareLogo_Light.svg @@ -0,0 +1 @@ + \ No newline at end of file