diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md deleted file mode 100644 index 5f6b5b8..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# reachableceo.com - -Charles N Wyble (@ReachableCEO) public website \ No newline at end of file diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..c6f3fce --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +title = '{{ replace .File.ContentBaseName "-" " " | title }}' +date = {{ .Date }} +draft = true ++++ diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..08b00b3 --- /dev/null +++ b/content/about.md @@ -0,0 +1,11 @@ ++++ +title = 'About' +date = 2024-11-01T11:02:54-05:00 ++++ + + +## Intro + +hi! + +this is the ReachableCEO! \ No newline at end of file diff --git a/content/images/avatar.png b/content/images/avatar.png new file mode 100644 index 0000000..3c9c102 Binary files /dev/null and b/content/images/avatar.png differ diff --git a/content/images/ultix0control-winver.png b/content/images/ultix0control-winver.png new file mode 100644 index 0000000..b1c4869 Binary files /dev/null and b/content/images/ultix0control-winver.png differ diff --git a/content/post/DailyDriver-ultix-control.md b/content/post/DailyDriver-ultix-control.md new file mode 100644 index 0000000..69751bf --- /dev/null +++ b/content/post/DailyDriver-ultix-control.md @@ -0,0 +1,73 @@ ++++ +title = 'From The Desk of the CTO - Daily Driver (ultix-control)' +date = 2024-11-01T11:03:04-05:00 ++++ + + +## Series Introduction + +From the desk of the CTO is a series of posts I've been drafting for a few months and am finally publishing. It is quite literally about my "desk" (digital/physical) (office/workbench/shop). + +### Chapter Introduction + +This chapter of the series (Daily driver) is about the computer systems I'm using daily. + +- ultix-control +- ultix-sidekick +- ultix-actual + +Let's kick it off.... + +## About ultix-control + +### System Specs + +- System name: ultix-control +- Make/model: Surface Go Laptop +- OS: Windows 11 + +### System Summary + +This system is built and operated as a lean/mean machine. It serves as my primary daily driver in my office and when I'm on the road (along with the iPad) (documented later in this series). + +It is paired with: + +- Yeti Microphone +- Elgato StreamDeck mini +- Logitech Webcam +- Yubikey +- 7 port USB3 hub + + All of the above (and external wired monitors when I use them) are going into a Surface Dock + +### System Functions + +- RDP to the CTO workstation (ultix-actual) and passes through microphone/webcam/elgato +stream deck mini. + +I use RDP constantly throughout my TSYS workday. + +#### RDP Profiles + +|Profile|Description| +|--|--| +|ultix-actual-tsys|Main R&D account on ultix-actual| +|ultix-actual-offstage|Offstage account on ultix-actual| +|ultix-actual-localsysop|System admin account on ultix-actual| + +I rely on my yubikey with a prefix alphanumeric pin on the ultix-actual profiles. I keep all three logged in and switch as needed by disconnecting/reconnecting the RDP session. + +### Applications + + +The below list is streamlined for the very few functions performed on the laptop. 99% of the laptop usage is in Chrome with various virtual desktops + +| Application | Function| +|--|--| +| ActivityWatch| High fidelity recording of my activity| +| Bitwarden| Passwords and secrets management| +|Tailscale| Flat network until I deploy Netbird| +|Remote desktop connection| RDP to other systems| +| KDE Connect| Integration between laptop/workstation/iPhone/ipad| +| Spotify | Used as a listening target from mobile| +|Yubico| Yubikey management| \ No newline at end of file diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..998d998 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,53 @@ +baseURL = 'https://reachableceo.com/' +languageCode = 'en-us' +theme = "JuiceBar" +title = "ReachableCEO Homepage" + +[params] +author = "Charles N Wyble" +description = "ReachableCEO Homepage" +authorImage = "/images/profile.jpg" +paginate = 5 +Title = "ReachableCEO Homepage" +content = "I'm the ReachableCEO, nice to meet you(ˊ˘ˋ*)♡" +imageUrl = "/images/avatar.png" + +# To add a new social icon +# More social icons can be found in JuiceBar\layouts\partials\svg.html. +[[params.social]] +name = "Github" +url = "https://github.com/reachableceo" +[[params.social]] +name = "telegram" +url = "https://t.me/reachableceo" +[[params.social]] +name = "twitter" +url = "https://twitter.com/reachableceo" +[[params.social]] +name = "email" +url = "mailto:reachableceo@turnsys.com" +[[params.social]] +name = "mastodon" +url = "your_url" +[[params.social]] +name = "stackoverflow" +url = "your_url" + +[taxonomies] +category = "categories" +tag = "tags" + +# To add a new navigation link +[[menu.main]] +name = "About" +url = "/about" +[[menu.main]] +name = "Blog" +url = "/post" +[[menu.main]] +name = "Categories" +url = "/categories" + +# Used for outputting the documentation (required). +[outputs] +home = ["HTML", "RSS", "JSON"] \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index 679db6b..0000000 --- a/index.html +++ /dev/null @@ -1,6 +0,0 @@ -# Reachableceo.com - - -Hi World! - -Charles N Wyble (@ReachableCEO) public website \ No newline at end of file diff --git a/public/404.html b/public/404.html new file mode 100644 index 0000000..24683e0 --- /dev/null +++ b/public/404.html @@ -0,0 +1,152 @@ + + + + + + + 404 Page not found | ReachableCEO Homepage + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Page not found

+

Go to Home Page

+
+ +
+ + diff --git a/public/about/index.html b/public/about/index.html new file mode 100644 index 0000000..bf95e29 --- /dev/null +++ b/public/about/index.html @@ -0,0 +1,152 @@ + + + + + + + About | ReachableCEO Homepage + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + diff --git a/public/categories/index.html b/public/categories/index.html new file mode 100644 index 0000000..bee965f --- /dev/null +++ b/public/categories/index.html @@ -0,0 +1,163 @@ + + + + + + + Categories | ReachableCEO Homepage + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

Categories

+ +
+
+
+ +
+ + + +
+ + +
+ + diff --git a/public/categories/index.xml b/public/categories/index.xml new file mode 100644 index 0000000..ab1c43c --- /dev/null +++ b/public/categories/index.xml @@ -0,0 +1,11 @@ + + + + Categories on ReachableCEO Homepage + https://reachableceo.com/categories/ + Recent content in Categories on ReachableCEO Homepage + Hugo + en-us + + + diff --git a/public/images/4176c761b6843d6f.png b/public/images/4176c761b6843d6f.png new file mode 100644 index 0000000..3c9c102 Binary files /dev/null and b/public/images/4176c761b6843d6f.png differ diff --git a/public/images/avatar.png b/public/images/avatar.png new file mode 100644 index 0000000..3c9c102 Binary files /dev/null and b/public/images/avatar.png differ diff --git a/public/images/ultix0control-winver.png b/public/images/ultix0control-winver.png new file mode 100644 index 0000000..b1c4869 Binary files /dev/null and b/public/images/ultix0control-winver.png differ diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..c39b2cc --- /dev/null +++ b/public/index.html @@ -0,0 +1,272 @@ + + + + + + + + ReachableCEO Homepage + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + +
+ + + + +

ReachableCEO Homepage

+
+
I'm the ReachableCEO, nice to meet you(ˊ˘ˋ*)♡
+ +
+ + + + +
+
+ +
+
+ +
+
+
+
+

From The Desk of the CTO - Daily Driver (ultix-control)

+ + +
+
+
+ Series Introduction From the desk of the CTO is a series of posts I’ve been drafting for a few months and am finally publishing. It is quite literally about my “desk” (digital/physical) (office/workbench/shop). +Chapter Introduction This chapter of the series (Daily driver) is about the computer systems I’m using daily. +ultix-control ultix-sidekick ultix-actual Let’s kick it off…. +About ultix-control System Specs System name: ultix-control Make/model: Surface Go Laptop OS: Windows 11 System Summary This system is built and operated as a lean/mean machine. +
+ +
+ 2024-11-01 +
+
+ +
+
+
+ + +
+
+ + + +
+ +
+ +
+ + diff --git a/public/index.json b/public/index.json new file mode 100644 index 0000000..44e7e65 --- /dev/null +++ b/public/index.json @@ -0,0 +1 @@ +[{"categories":null,"contents":"Series Introduction From the desk of the CTO is a series of posts I\u0026rsquo;ve been drafting for a few months and am finally publishing. It is quite literally about my \u0026ldquo;desk\u0026rdquo; (digital/physical) (office/workbench/shop).\nChapter Introduction This chapter of the series (Daily driver) is about the computer systems I\u0026rsquo;m using daily.\nultix-control ultix-sidekick ultix-actual Let\u0026rsquo;s kick it off\u0026hellip;.\nAbout ultix-control System Specs System name: ultix-control Make/model: Surface Go Laptop OS: Windows 11 System Summary This system is built and operated as a lean/mean machine. It serves as my primary daily driver in my office and when I\u0026rsquo;m on the road (along with the iPad) (documented later in this series).\nIt is paired with:\nYeti Microphone Elgato StreamDeck mini Logitech Webcam Yubikey 7 port USB3 hub All of the above (and external wired monitors when I use them) are going into a Surface Dock\nSystem Functions RDP to the CTO workstation (ultix-actual) and passes through microphone/webcam/elgato stream deck mini. I use RDP constantly throughout my TSYS workday.\nRDP Profiles Profile Description ultix-actual-tsys Main R\u0026amp;D account on ultix-actual ultix-actual-offstage Offstage account on ultix-actual ultix-actual-localsysop System admin account on ultix-actual I rely on my yubikey with a prefix alphanumeric pin on the ultix-actual profiles. I keep all three logged in and switch as needed by disconnecting/reconnecting the RDP session.\nApplications The below list is streamlined for the very few functions performed on the laptop. 99% of the laptop usage is in Chrome with various virtual desktops\nApplication Function ActivityWatch High fidelity recording of my activity Bitwarden Passwords and secrets management Tailscale Flat network until I deploy Netbird Remote desktop connection RDP to other systems KDE Connect Integration between laptop/workstation/iPhone/ipad Spotify Used as a listening target from mobile Yubico Yubikey management ","date":"2024-11-01T11:03:04-05:00","permalink":"https://reachableceo.com/post/dailydriver-ultix-control/","section":"post","tags":null,"title":"From The Desk of the CTO - Daily Driver (ultix-control)"},{"categories":null,"contents":"Intro hi!\nthis is the ReachableCEO!\n","date":"2024-11-01T11:02:54-05:00","permalink":"https://reachableceo.com/about/","section":"","tags":null,"title":"About"}] \ No newline at end of file diff --git a/public/index.xml b/public/index.xml new file mode 100644 index 0000000..c0f36eb --- /dev/null +++ b/public/index.xml @@ -0,0 +1,26 @@ + + + + ReachableCEO Homepage + https://reachableceo.com/ + Recent content on ReachableCEO Homepage + Hugo + en-us + Fri, 01 Nov 2024 11:03:04 -0500 + + + From The Desk of the CTO - Daily Driver (ultix-control) + https://reachableceo.com/post/dailydriver-ultix-control/ + Fri, 01 Nov 2024 11:03:04 -0500 + https://reachableceo.com/post/dailydriver-ultix-control/ + Series Introduction From the desk of the CTO is a series of posts I’ve been drafting for a few months and am finally publishing. It is quite literally about my “desk” (digital/physical) (office/workbench/shop). Chapter Introduction This chapter of the series (Daily driver) is about the computer systems I’m using daily. ultix-control ultix-sidekick ultix-actual Let’s kick it off…. About ultix-control System Specs System name: ultix-control Make/model: Surface Go Laptop OS: Windows 11 System Summary This system is built and operated as a lean/mean machine. + + + About + https://reachableceo.com/about/ + Fri, 01 Nov 2024 11:02:54 -0500 + https://reachableceo.com/about/ + Intro hi! this is the ReachableCEO! + + + diff --git a/public/js/fastsearch.js b/public/js/fastsearch.js new file mode 100644 index 0000000..c04bc5e --- /dev/null +++ b/public/js/fastsearch.js @@ -0,0 +1,180 @@ +var fuse; // holds our search engine +var fuseIndex; +var searchVisible = false; +var firstRun = true; // allow us to delay loading json data unless search activated +var list = document.getElementById('searchResults'); // targets the