diff --git a/.gitignore b/.gitignore index 8e2fa54..9cd22ca 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ ehthumbs.db Thumbs.db -public/ \ No newline at end of file +public/ +/resources/_gen/ \ No newline at end of file diff --git a/config.toml b/config.toml index 21b8f77..f20307f 100644 --- a/config.toml +++ b/config.toml @@ -32,73 +32,16 @@ theme = "KeepIt" GitHub = "jwetzell" Linkedin = "joel-wetzell-81975979" Twitter = "jwetzell" - #Instagram = "jwetzell" - #Email = "xxxx" + Instagram = "jwetzell" Facebook = "joel.wetzell" - #Telegram = "xxxx" - #Medium = "xxxx" Gitlab = "jwetzell" - #Youtubelegacy = "xxxx" - #Youtubecustom = "xxxx" - #Youtubechannel = "xxxx" - #Tumblr ="xxxx" - #Quora = "xxxx" - #Keybase = "xxxx" - #Pinterest = "xxxx" - #Reddit = "xxxx" - #Codepen = "xxxx" - #Bitbucket = "xxxx" - #Stackoverflow = "xxxxx" - #Weibo = "xxxx" - #Odnoklassniki = "xxxx" - #VKontakte = "xxxx" - #Flickr = "xxxx" - #Xing = "xxxx" - #Snapchat = "xxxx" - #Soundcloud = "xxxx" - #Spotify = "xxxx" - #Bandcamp = "xxxx" + Reddit = "imhonestlyconfused" Paypal = "JoelWetzell" - #Fivehundredpx = "xxxx" - #Mix = "xxxx" - #Goodreads = "xxxx" - #Lastfm = "xxxx" - #Foursquare = "xxxx" - #Hackernews = "xxxx" - #Kickstarter = "xxxx" - #Patreon = "xxxx" - #Steam = "xxxx" - #Twitch = "xxxx" - #Strava = "xxxx" - #Skype = "xxxx" - #Whatsapp = "xxxx" - #Zhihu = "xxxx" - #Douban = "xxxx" - #Angellist = "xxxx" - #Slidershare = "xxxx" - #Jsfiddle = "xxxx" - #Deviantart = "xxxx" - #Behance = "xxxx" - #Dribble = "xxxx" - #Wordpress = "xxxx" - #Vine = "xxxx" - #Googlescholar = "xxxx" - #Researchgate = "xxxx" - #Mastodon = "xxxx" - #Thingiverse = "xxxx" [params.share] Twitter = true Facebook = true - #Reddit = true Linkedin = true - #Pinterest = true - #HackerNews = true - #Mix = true - #Tumblr = true - #VKontakte = true - #Douban = true - #Weibo = true # Used only for Seo schema copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." diff --git a/content/projects/itsfiveoclockwhere.md b/content/projects/itsfiveoclockwhere.md new file mode 100644 index 0000000..6679a86 --- /dev/null +++ b/content/projects/itsfiveoclockwhere.md @@ -0,0 +1,12 @@ +--- +title: "itsfiveoclockwhere.com" +date: 2021-11-13T14:45:26-06:00 +draft: false +--- + +## What is it? +A kind of joke [website](https://itsfiveoclockwhere.com), it simply tells the user in which timezones it is currently five o'clock. + +This site was made in angular as a test project to mess around with and have a place to try things out on. + +* [Angular](https://angular.io/) diff --git a/content/projects/jaktools.md b/content/projects/jaktools.md new file mode 100644 index 0000000..c1c4e26 --- /dev/null +++ b/content/projects/jaktools.md @@ -0,0 +1,15 @@ +--- +title: "JakTools" +date: 2021-03-06T12:45:26-06:00 +draft: false +--- + +## What is it? +A collection of scripts to extract game audio/midi from games in the Jak and Daxter lineup. + +This was mainly done as an exercise in file parsing and is not complete, you can check the [repo](https://github.com/jwetzell/JakTools) for any progress. + + +## Technologies Used + +* Python \ No newline at end of file diff --git a/content/projects/q-sys-plugins.md b/content/projects/q-sys-plugins.md new file mode 100644 index 0000000..80fae7e --- /dev/null +++ b/content/projects/q-sys-plugins.md @@ -0,0 +1,16 @@ +--- +title: "Q-SYS Plugins" +date: 2021-11-01T12:45:26-06:00 +draft: false +--- + +## What is it? +Through some side work I have started to mess with programming plugins for the Q-SYS ecosystem + +These plugins are essentially a lua script with extensions provided by QSC that provide a framework for integrating into the Q-SYS ecosystem (inputs, outputs, network, etc.) + +My first attempt at a proper plugin is for the NovaStar line of LED video wall controllers found [here](https://github.com/jwetzell/q-sys-plugin-novastar) + +## Technologies Used + +* Lua \ No newline at end of file