diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 9f67675..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2c79a77 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +.DS_Store + +# Generated files by hugo +/public/ +/resources/_gen/ +/assets/jsconfig.json +hugo_stats.json + +# Executable may be added to repository +hugo.exe +hugo.darwin +hugo.linux + +# Temporary lock file while building +/.hugo_build.lock diff --git a/public/404.html b/public/404.html deleted file mode 100644 index 0b486ab..0000000 --- a/public/404.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - - - Stephan Hadan - 404 Page not found - - - - - - - - - - - - - - - - - - - - - -
- -
-

404

-

Sorry! That page does not exist. It may have been removed or moved to a new section on the site. Click here go back to the home page.

-
- - -
- - - - - - - - - - - - - - - - diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png deleted file mode 100644 index 9f4fd1c..0000000 Binary files a/public/android-chrome-192x192.png and /dev/null differ diff --git a/public/android-chrome-512x512.png b/public/android-chrome-512x512.png deleted file mode 100644 index d879b5f..0000000 Binary files a/public/android-chrome-512x512.png and /dev/null differ diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png deleted file mode 100644 index e8da806..0000000 Binary files a/public/apple-touch-icon.png and /dev/null differ diff --git a/public/categories/index.html b/public/categories/index.html deleted file mode 100644 index bafef6a..0000000 --- a/public/categories/index.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - - - - - Stephan Hadan - Categories - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- -
- - - - -
- - - - - - - - - - - - - - - - diff --git a/public/categories/index.xml b/public/categories/index.xml deleted file mode 100644 index 9370c60..0000000 --- a/public/categories/index.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - Categories on Stephan Hadan - http://localhost:1313/categories/ - Recent content in Categories on Stephan Hadan - Hugo - en-US - - - diff --git a/public/css/custom.css b/public/css/custom.css deleted file mode 100644 index 4f174c1..0000000 --- a/public/css/custom.css +++ /dev/null @@ -1 +0,0 @@ -/* Add custom CSS here. */ diff --git a/public/css/main.css b/public/css/main.css deleted file mode 100644 index 91c37d1..0000000 --- a/public/css/main.css +++ /dev/null @@ -1,229 +0,0 @@ -@-ms-viewport { - width: device-width; -} -@-o-viewport { - width: device-width; -} -@viewport { - width: device-width; -} -a, -a:hover, -a:visited, -a:link { - text-decoration: none; - color: rgb(24 24 27); -} -body { - font-family: "Roboto Slab", "Roboto", "Lato", sans-serif; - font-size: 20px; - font-weight: 400; - - width: auto; - height: 100%; - min-height: 100%; - margin: 0; - - background-color: #fcfcfc; -} -html { - position: relative; - - height: 100%; - min-height: 100%; - margin: 0; -} -li { - text-align: left; -} -.author { - color: #444; -} -.author h1, -.author h2, -.author h3, -.author h4, -.author h5, -.author h6, -.author p { - font-family: "Roboto Slab", serif; -} -.category { - color: #966 !important; -} -.container { - overflow: auto; - max-width: 800px; - padding: 0 15px; -} -.content { - margin-top: 20px; - margin-bottom: 20px; -} -.content a { - text-decoration: none; - color: rgb(153 27 27); -} -div.content { - font-family: "Roboto", sans-serif; - font-size: 18px; - font-weight: 300; - - color: #777; -} -.copyright { - font-family: "Roboto", sans-serif; - font-size: 12px; - font-weight: 200; -} -.description { - font-family: "Roboto", sans-serif; - font-weight: 200; - color: rgb(161 161 170); - font-size: 16px; -} -.error { - font-family: "Roboto", sans-serif; - font-weight: 300; - margin-top: 100px; -} -.error a { - color: rgb(153 27 27); -} -.error h1 { - font-size: 80px; - - color: #8b8b8b; -} -.error p { - margin-top: 150px; - - color: #777; -} -.excerpt { - font-family: "Lato", sans-serif; - font-size: 18px; - font-weight: 200; - - color: #555; - margin-bottom: 20px; -} -.footer { - margin-top: 10px; - - color: #8b8b8b; -} -.header { - margin-top: 60px; - margin-bottom: 20px; -} -.headshot { - width: 180px; - height: 180px; - object-fit: cover; -} -.info { - margin-top: 10px; - margin-bottom: 20px; -} -.intro { - font-family: "Roboto Slab", serif; - font-weight: 300; - font-size: 20px; - color: rgb(82 82 91); -} -h3.intro { - margin-top: 0px; -} -.list { - font-family: "Roboto", sans-serif; - - margin-top: 50px; -} -.list li { - list-style: none; -} -.list-entry { - font-family: "Roboto Slab", serif; - font-size: 25px; - font-weight: 400; - - margin-top: 10px; - margin-bottom: 20px; -} -.list-entry-link { - padding: 0; -} -.main-menu { - margin-top: 10px; - margin-bottom: 20px; -} -.menu { - margin-top: 10px; - margin-bottom: 20px; -} -.menu-item { - font-family: "Lato", sans-serif; - font-size: 20px; - font-weight: 300; - - text-decoration: none; - - color: rgb(153 27 27) !important; -} -.meta { - font-family: "Roboto", sans-serif; - font-size: 12px; - font-weight: 200; - color: rgb(113 113 122); -} -a.meta { - color: rgb(153 27 27); -} -h6.meta { - font-family: "Roboto", sans-serif; - font-size: 12px; - font-weight: 200; - color: rgb(113 113 122); -} -section.meta { - margin-top: ; -} -.powered { - font-family: "Roboto", sans-serif; - font-size: 12px; - font-weight: 300; -} -.social { - margin: 20px 10px; -} -.social a { - color: #526d7a; - margin: 5px; -} -.title { - font-family: "Roboto Slab", serif; - font-weight: 400; - - rgb(24 24 27); -} -header.title { - margin-top: 50px; - padding: 0px; -} -@media (max-width: 991px) { - .header { - margin-top: 50px; - margin-bottom: 20px; - } - .list { - font-family: "Roboto", sans-serif; - - margin-top: 30px; - } -} -pre > code { - white-space: pre; - word-wrap: initial; - word-break: initial; -} diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png deleted file mode 100644 index 3312882..0000000 Binary files a/public/favicon-16x16.png and /dev/null differ diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png deleted file mode 100644 index 3c5f57e..0000000 Binary files a/public/favicon-32x32.png and /dev/null differ diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index 813aec5..0000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/images/headshot.png b/public/images/headshot.png deleted file mode 100644 index 5e3a83b..0000000 Binary files a/public/images/headshot.png and /dev/null differ diff --git a/public/index.html b/public/index.html deleted file mode 100644 index bf6d7cd..0000000 --- a/public/index.html +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - - - - - - - - - Stephan Hadan - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - Author Image - - - -

Stephan Hadan

-
- -
- -

Senior Principal IT Operations Engineer

- - -

💻 OSS enthusiast | 🔧 Mac & beyond sysadmin | 🤖 AI practitioner | 🆔 Zero Trust advocate | 🚀 Open Source > proprietary | Always exploring tech’s edge!

- -
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - -
- - - - - - - - - - - - - - - - diff --git a/public/index.xml b/public/index.xml deleted file mode 100644 index 00c97b0..0000000 --- a/public/index.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - Stephan Hadan - http://localhost:1313/ - Recent content on Stephan Hadan - Hugo - en-US - - - diff --git a/public/js/custom.js b/public/js/custom.js deleted file mode 100644 index c0e86c3..0000000 --- a/public/js/custom.js +++ /dev/null @@ -1 +0,0 @@ -// Insert custom javascript here. diff --git a/public/manifest.json b/public/manifest.json deleted file mode 100644 index 227b7ec..0000000 --- a/public/manifest.json +++ /dev/null @@ -1 +0,0 @@ -{"name":"hugo-goa","short_name":"goa","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file diff --git a/public/robots.txt b/public/robots.txt deleted file mode 100644 index 4f9540b..0000000 --- a/public/robots.txt +++ /dev/null @@ -1 +0,0 @@ -User-agent: * \ No newline at end of file diff --git a/public/site.webmanifest b/public/site.webmanifest deleted file mode 100644 index 45dc8a2..0000000 --- a/public/site.webmanifest +++ /dev/null @@ -1 +0,0 @@ -{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml deleted file mode 100644 index d98137c..0000000 --- a/public/sitemap.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - http://localhost:1313/categories/ - - http://localhost:1313/ - - http://localhost:1313/tags/ - - diff --git a/public/tags/index.html b/public/tags/index.html deleted file mode 100644 index ce03c39..0000000 --- a/public/tags/index.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - - - - - Stephan Hadan - Tags - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- -
- - - - -
- - - - - - - - - - - - - - - - diff --git a/public/tags/index.xml b/public/tags/index.xml deleted file mode 100644 index e97eedd..0000000 --- a/public/tags/index.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - Tags on Stephan Hadan - http://localhost:1313/tags/ - Recent content in Tags on Stephan Hadan - Hugo - en-US - - -