-3. Change Computer Name (see image below)
-
\ No newline at end of file
diff --git a/content/coding/Python101/Boolean.md b/content/coding/Python101/Boolean.md
deleted file mode 100644
index af0830d..0000000
--- a/content/coding/Python101/Boolean.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-title: Boolean
-date: 2017-11-03T17:23:40+01:00
-
-draft: false
-
-image: "uploads/python101.png"
-categories: [Code, Tutorial]
-tags: [Python, Tutorial, Boolean]
-
-
-type: post
----
-
-Today we go over briefly what a boolean is
-
-
-
-
-> Declaring variables
-``` python
-x = True
-y = False
-
-```
-Comparison
-``` python
-x == y
-# This will print false
-
-x != y
-# This will print true
-```
-
diff --git a/content/coding/Python101/DataTypes.md b/content/coding/Python101/DataTypes.md
deleted file mode 100644
index c740645..0000000
--- a/content/coding/Python101/DataTypes.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-title: Data Types
-date: 2017-11-03T16:23:40+01:00
-
-draft: false
-
-image: "uploads/python101.png"
-categories: [Code, Tutorial]
-tags: [Python, Tutorial, DataTypes]
-
-type: post
----
-
-Today I'm briefly going over what data types and a couple of the build in native python datatypes.
-
-
-
-
->
-### Data Types
-These are the main built in datatypes
->
-- Boolean
-- Numbers
-- Strings
-- Lists
-- Tuples
-- Sets
-- Dictionaries
\ No newline at end of file
diff --git a/content/coding/Python101/InstallingPython.md b/content/coding/Python101/InstallingPython.md
deleted file mode 100644
index efdf2b4..0000000
--- a/content/coding/Python101/InstallingPython.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: Installing Python
-date: 2017-10-14T16:23:40+01:00
-
-image: "uploads/python101.png"
-categories: [Code, Tutorial]
-tags: [Python, Tutorial, Install]
-
-type: post
----
-Today we learn how to install python and then run a line of code to make sure that it has installed correctly.
-
-
-
diff --git a/content/coding/Python101/InstallingTheIDE.md b/content/coding/Python101/InstallingTheIDE.md
deleted file mode 100644
index d9bd127..0000000
--- a/content/coding/Python101/InstallingTheIDE.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-title: Installing The IDE
-date: 2017-10-25T16:23:40+01:00
-
-draft: false
-
-image: "uploads/python101.png"
-categories: [Code, Tutorial]
-tags: [Python, Tutorial, IDE, Install]
-
-type: post
----
-
-Today we are learning how to install the integrated development environment and how to link python to it.
-
-
-
-
-
-##### Visual Studio Code
-###### Click Me To Download
-
-
-
-This is an amazing IDE that I use everyday to write all sorts of code in lots of different language. This IDE is feature packed with built in code completion, full extension support, debugging, and built in GIT support.
\ No newline at end of file
diff --git a/content/coding/Python101/IntroToPython.md b/content/coding/Python101/IntroToPython.md
deleted file mode 100644
index 3d69fed..0000000
--- a/content/coding/Python101/IntroToPython.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-title: "Intro To Python"
-date: 2017-10-11T16:23:40+01:00
-
-draft: false
-
-image: "uploads/python101.png"
-categories: [Code, Tutorial]
-tags: [Python, Tutorial]
-
-type: post
----
-Check out my first programming course.
-
-
-
-
-In this course I am teaching people the basics of python to get them started. :)
diff --git a/content/coding/Python101/Lists.md b/content/coding/Python101/Lists.md
deleted file mode 100644
index 36dcb4f..0000000
--- a/content/coding/Python101/Lists.md
+++ /dev/null
@@ -1,133 +0,0 @@
----
-title: "Lists"
-date: 2017-12-27T16:22:49-05:00
-draft: false
-
-image: "uploads/python101.png"
-categories: [Code, Tutorial]
-tags: [Python, Tutorial, Lists]
-author: "Chris Styate"
-
-type: post
----
-Today we go over `Lists` in python and some built in functions and how they apply to them.
-
-
-
-
->
-#### Instantiating A List
-``` python
-my_list = [1, 2, 3]
-my_list2 = [2.3, 4.5, 6.2]
-my_list3 = ["Chris", "Stayte", "Pyton"]
-my_list4 = [1, 2.2, "Python"]
-```
-###### As you can see a list can contain any other data type as well as mutiple data types.
-
-diff --git a/content/life/2018-what-i-use-to-record-tutorials.md b/content/life/2018-what-i-use-to-record-tutorials.md deleted file mode 100644 index c876e0c..0000000 --- a/content/life/2018-what-i-use-to-record-tutorials.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: What I Use To Record Tutorials -date: 2018-08-19T22:54:24.180Z -draft: false -categories: Life -tags: - - How To -author: Kym_B -authorImage: uploads/chrisstayte_profilepic.jpg -image: /uploads/episode_005.png -comments: true -share: true -type: post ---- -I get asked alot how I create my tutorials. Like what kinda equipment I use or software. I talk about my solution here. - - - - - -Screenflow - https://www.telestream.net/screenflow... - -Camtasia - https://www.techsmith.com/video-edito... - - - -Microphone - https://www.ebay.com/p/Marantz-Profes... - - - -Camera - https://www.logitech.com/en-us/produc... - - - - - -Music ▶ DJ Quads: Early diff --git a/content/life/2018-why-can-t-i-be-consistent.md b/content/life/2018-why-can-t-i-be-consistent.md deleted file mode 100644 index 8dacfc2..0000000 --- a/content/life/2018-why-can-t-i-be-consistent.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: 'Why Can''t I be Consistent? ' -date: '2018-08-16' -draft: false -categories: Life -tags: - - Consistent - - Sorry -author: Kym_B -authorImage: uploads/chrisstayte_profilepic.jpg -image: /uploads/pexels-photo-221164.jpeg -comments: true -share: true -type: post ---- -I find myself always wanting to start something new. I am always picking up new hobbies and skills to hone and never seem to fully master them before moving on to the next one. I sit here and ponder why? - -What would cause me to be this way? I believe it's my innate desire to teach others. To always show others how something is done. Nothing brings me more satisfaction than the fact that I could do something that would make somebody else's life easier. I push this to the point where even if I inconvenience myself to accomplish this goal I will. - -> “No one is useless in this world who lightens the burdens of another.” -> -> ― Charles Dickens - -I am making changes to my life to make sure I accomplish my goals as well. I no longer wanna be stricken to the burden of only helping others. I wanna create content that helps others as well as helps myself. I know this can seem from out field, but I have thought this for a long time. - -Creating content, whether it be tutorials or stupid little videos will always be my goal but I wanna feel like more than a post, just another count in the endless void of which is the internet. - -Let me know what you guys wanna see and I wanna help you learn it or master it. - -\-- Peace Out diff --git a/content/life/2018-why-i-love-drones.md b/content/life/2018-why-i-love-drones.md deleted file mode 100644 index 26adca6..0000000 --- a/content/life/2018-why-i-love-drones.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Why I Love Drones -date: '2018-05-22' -draft: false -categories: Drone -tags: - - DJI - - Mavic Pro -author: Kym_B -authorImage: uploads/chrisstayte_profilepic.jpg -image: /uploads/dronestill.jpeg -comments: true -share: true -type: post ---- - Everybody has heard of them. Everybody has most likely heard one whizzing by over their head at some point, even if you might not have known it was one. Drones are becoming very invasive in our lives today and I wanna tell you why I love them. - - - - - -I got my first drone in 2017. Well my first actual drone. I have had little quad copters and rc planes in my life but an actual proper drone with GPS, camera, avoidance sensors. You know something that makes people look in awwe. I got a drone because of my business [Cortain](https://cortain.com/). My buddy Trevor and I wanted a business with no limits. Where we could do anything. One of our first ventures was to do drone photography for realtors and businesses. I'll link the new website once it is complete. I got a lot to do this year. :) - -
- -After I got my drone I wondered what else I could do with it. I can fly fast and impress people. I can take photo's and videos, but this left me with something else inside believing I can do more. I found out that you can use something called [Open Drone Mapper](http://opendronemap.org/) to create ortho mosaic imagery and 3D models. I will have a sample site up in the near future to show all how it works :) I will also create some youtube tutorials on it. - -I am in love with all that drones can accomplish and all they can do. If you have something that you do with your drone share it in the comments below. - - - -As Always. Thanks for reading. diff --git a/content/life/GotMyFirstCamera.md b/content/life/GotMyFirstCamera.md deleted file mode 100644 index bc53daf..0000000 --- a/content/life/GotMyFirstCamera.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: "New Camera" -date: 2018-01-10T16:15:10-05:00 -draft: false -image: "uploads/newcamera.jpeg" -categories: [Photography] -tags: [Canon, EOS M6] -author: "Kym_B" -type: post ---- -I am so excited today to share with you that I got a new camera... - - - -So the camera I got is the `Canon EOS M6`. I've never owned an actual dedicated camera before so this is new for me. I have always used my phone for pictures/video or the webcam connected to my computer. - -Right off the bat I had to take some awesome photos with it right? Well here is one of my awesome dog Jake. He wasn't happy cause I woke him up from a nap. - -
-
-
-This one was actually the first front facing picture I took. I love the way the screen flips around.
-
-
-
-I'm going to be testing this out over the next few weeks and showing off some picture. I'll put them up on here eventually!!
-
-I am wanting to do more vidoes where I can talk to you... my audience. I got this because I wanted to give you all the best quality I can, not only the quality of the shots I take and audio I capture but I am alwasy striving to push the best substance.
-
-I'll be posting more frequently this year so stay tuned.
\ No newline at end of file
diff --git a/content/life/dayton-adventures.md b/content/life/dayton-adventures.md
deleted file mode 100644
index 617b3ac..0000000
--- a/content/life/dayton-adventures.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-title: Dayton Adventures
-date: 2018-01-24T17:01:36.345Z
-draft: false
-image: uploads/dayton_oh.jpg
-type: post
----
-My buddy Trevor and I spent a day going around our home town of Dayton to grab some shots on the last warm day of 2017. Here is the video of them!!!!!!
-
-
-
diff --git a/content/life/i-m-back.md b/content/life/i-m-back.md
deleted file mode 100644
index c47cf75..0000000
--- a/content/life/i-m-back.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: 'I''m Back :) '
-date: 2018-02-28T23:27:50.594Z
-draft: false
-categories:
- - Vlog
-tags:
- - Coming Up
-youtube: 7sGUF7qqHIg
-type: post
-image: uploads/imback.jpeg
----
-So sorry for my absence. I am back and ready more now than ever. Let's learn together.
-
-
-
\ No newline at end of file
diff --git a/content/subscribe.md b/content/subscribe.md
new file mode 100644
index 0000000..164a2d4
--- /dev/null
+++ b/content/subscribe.md
@@ -0,0 +1,4 @@
+---
+title: "Subscribe"
+layout: subscribe
+---
\ No newline at end of file
diff --git a/content/thankyou/index.md b/content/thankyou/index.md
deleted file mode 100644
index dc6d56b..0000000
--- a/content/thankyou/index.md
+++ /dev/null
@@ -1,5 +0,0 @@
-+++
-date= "2018"
-title = "Thank you for your submission!"
-+++
-
diff --git a/content/youngmangame/2018-blow-your-mind.md b/content/youngmangame/2018-blow-your-mind.md
deleted file mode 100644
index 5766063..0000000
--- a/content/youngmangame/2018-blow-your-mind.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: Blow Your Mind
-date: '2018-05-14'
-draft: false
-categories: Podcast
-tags:
- - Young Man Game
-author: Kym_B
-authorImage: uploads/chrisstayte_profilepic.jpg
-image: /uploads/youngmangame.png
-comments: true
-share: true
-type: post
----
-Wanna hear some deep questions and our takes on them. Listen to this episode and see how and who we are.
-
-
diff --git a/content/youngmangame/2018-breakups.md b/content/youngmangame/2018-breakups.md
deleted file mode 100644
index c321976..0000000
--- a/content/youngmangame/2018-breakups.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: Breakups
-date: '2018-04-10'
-draft: false
-categories: Podcast
-tags:
- - Young Man Game
-author: Kym_B
-authorImage: uploads/chrisstayte_profilepic.jpg
-image: /uploads/youngmangame.png
-comments: true
-share: true
-type: post
----
-Stress can take away from the most of your life. It can affect your sleep schedule as well as your relationships with others.
-
-
diff --git a/content/youngmangame/2018-how-to-podcast.md b/content/youngmangame/2018-how-to-podcast.md
deleted file mode 100644
index bfb0172..0000000
--- a/content/youngmangame/2018-how-to-podcast.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: How To Podcast
-date: '2018-03-10'
-draft: false
-categories: Podcast
-tags:
- - Podcasting
- - How To
-author: Kym_B
-authorImage: uploads/chrisstayte_profilepic.jpg
-image: /uploads/youngmangame.png
-comments: true
-share: true
-type: post
----
-Podcasting can seem to be a trivial and challenging task. Learn the very basics on this podcast with a video soon to follow. Listen to Trevor and myself talk about how to setup and record a podcast.
-
-
-
-
diff --git a/content/youngmangame/2018-judgement.md b/content/youngmangame/2018-judgement.md
deleted file mode 100644
index 8b512f3..0000000
--- a/content/youngmangame/2018-judgement.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-title: Judgement
-date: '2018-04-19'
-draft: false
-categories: Podcast
-tags:
- - Young Man Game
-author: Kym_B
-authorImage: uploads/chrisstayte_profilepic.jpg
-image: /uploads/youngmangame.png
-comments: true
-share: true
-type: post
----
-Nobody likes being judged. It can be one of the worst things throughout your day to feel judged. Let’s talk about how this has affected lives. Don’t worry we won’t give you the same you’re special and you only need you speech. You will get an honest opinion on how we live our life and how we handle being judged by others and how we judge ourselves.
-
-
-
-
-
-
-
-
diff --git a/content/youngmangame/2018-privacy.md b/content/youngmangame/2018-privacy.md
deleted file mode 100644
index f27f6e7..0000000
--- a/content/youngmangame/2018-privacy.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-title: Privacy
-date: '2018-04-23'
-draft: false
-categories: Podcast
-tags:
- - Young Man Game
-author: Kym_B
-authorImage: uploads/chrisstayte_profilepic.jpg
-image: /uploads/youngmangame.png
-comments: true
-share: true
-type: post
----
-Sometimes one of us sees something in the world we gotta talk about. Let’s talk a little about privacy and how we are compromised.
-
-
-
-
diff --git a/content/youngmangame/2018-turn-off-your-notifications.md b/content/youngmangame/2018-turn-off-your-notifications.md
deleted file mode 100644
index dbaa7e0..0000000
--- a/content/youngmangame/2018-turn-off-your-notifications.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-title: Turn Off Your Notifications
-date: '2018-08-26'
-draft: false
-categories: Podcast
-tags:
- - Phone
- - Notification
-author: Kym_B
-authorImage: uploads/chrisstayte_profilepic.jpg
-image: /uploads/youngmangame.png
-comments: true
-share: true
-type: post
----
-Sometimes you gotta know when life is more important than just your phone. Take some time to look at the bigger picture with Trevor and myself.
-
-
diff --git a/content/youngmangame/Attention.md b/content/youngmangame/Attention.md
deleted file mode 100644
index 9483279..0000000
--- a/content/youngmangame/Attention.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: Attention
-date: 2017-11-16T15:12:47.000Z
-draft: false
-categories:
- - Podcast
-tags: [Young Man Game]
-image: /uploads/youngmangame.png
-comments: true
-share: true
-type: post
----
-
-
-