diff --git a/._config.yml.un~ b/._config.yml.un~ index edaa5a857cad..898d9d90eab6 100644 Binary files a/._config.yml.un~ and b/._config.yml.un~ differ diff --git a/.aboutme.md.un~ b/.aboutme.md.un~ new file mode 100644 index 000000000000..ffe2e5edd594 Binary files /dev/null and b/.aboutme.md.un~ differ diff --git a/.index.html.un~ b/.index.html.un~ new file mode 100644 index 000000000000..caa3516f5952 Binary files /dev/null and b/.index.html.un~ differ diff --git a/_config.yml b/_config.yml index 030e14dbfa2d..d2b22348bfa0 100644 --- a/_config.yml +++ b/_config.yml @@ -24,11 +24,6 @@ author: Alex ############################################### navbar-links: - About Me: "aboutme" - Resources: - - Beautiful Jekyll: "https://beautifuljekyll.com" - - Learn markdown: "https://www.markdowntutorial.com/" - Author's home: "https://deanattali.com" ################ # --- Logo --- # @@ -54,13 +49,13 @@ round-avatar: true # You can change the order that they show up on the page by changing the order here. # Uncomment the links you want to show and add your information to each one. social-network-links: - email: "someone@example.com" + email: "prairiepilotfpv@gmail.com" # rss: true # remove this line if you don't want to show an RSS link at the bottom # facebook: - # github: daattali +github: prairiepiolotfpv # twitter: daattali # patreon: DeanAttali - # youtube: "@daattali" +youtube: "@prairiepilot8166" # medium: yourname # reddit: yourname # linkedin: daattali @@ -281,6 +276,24 @@ defaults: values: layout: "page" + +# Jekyll Compose settings +jekyll_compose: + default_front_matter: + drafts: + title: + cover-img: + category: + tags: + layout: "post" + posts: + title: + cover-img: + category: + tags: + readtime: true + layout: "post" + # Exclude these files from production site exclude: - CHANGELOG.md diff --git a/_config.yml~ b/_config.yml~ index 2bfd7b7b5277..ba3cbae53292 100644 --- a/_config.yml~ +++ b/_config.yml~ @@ -281,6 +281,24 @@ defaults: values: layout: "page" + +# Jekyll Compose settings +jekyll_compose: + default_front_matter: + drafts: + title: + cover-img: + category: + tags: + layout: "post" + posts: + title: + image: + category: + tags: + readtime: true + layout: "post" + # Exclude these files from production site exclude: - CHANGELOG.md @@ -291,6 +309,7 @@ exclude: - README.md - screenshot.png - docs/ + - vendor/ plugins: - jekyll-paginate diff --git a/_drafts/dwogan.md b/_drafts/dwogan.md index ba9c368e4906..728ab793da57 100644 --- a/_drafts/dwogan.md +++ b/_drafts/dwogan.md @@ -1,17 +1,14 @@ --- + layout: post title: Dwogan +cover-img: "/assets/img/Wolverine/fina_front_HDR.jpg" --- -*** - -Christmas 2023 I decided to really push my self to make something special for my wife. She does like nice things, but prefers to pick them her self and she loves a nice surprise on Christmas morning, so a DIY bit of work is the best bet. Also, I'm not nearly as good with money as she is, so I don't have designer bag money, unfortunately. I have put a lot of work in this year to get better and printing and painting minis, and I thought a simple, but lovingly made diorama of her favorite comic character would hit the spot. +# Stay Calm, this is just a test! -![image](/assets/img/Wolverine/final_front.jpg) +Lets see if this works! -## Off to a great start -I just happened to find a great model cruising MMF Black Friday looking for inspiration, a chap named [Dwogan](https://www.myminifactory.com/object/3d-print-dwogan-mithrilclaw-raging-315971) from [Codex Universalis](https://www.myminifactory.com/users/CodexUniversalis). I actually wanted to find something other than a strictly accurate comic book Wolverine. I think a plain bust is a bit dull and I didn't have the time or skill to do a high quality painting of a bust. So Dwogan it is! -I also subscribe to [Custom Miniature Maker](https://www.customminiaturemaker.co.uk/) and it just so happens that their recent releases include some very nice pieces of fantasy props/terrain. Between the new stuff diff --git a/_drafts/test-setting.md b/_drafts/test-setting.md new file mode 100644 index 000000000000..fde954db7fda --- /dev/null +++ b/_drafts/test-setting.md @@ -0,0 +1,8 @@ +--- +layout: post +title: test setting +description: +image: +category: +tags: +--- diff --git a/_posts/2023-12-28-dwogan.md b/_posts/2023-12-28-dwogan.md new file mode 100644 index 000000000000..2803f9df117d --- /dev/null +++ b/_posts/2023-12-28-dwogan.md @@ -0,0 +1,12 @@ +--- +layout: post +title: Dwogan +cover-img: "/assets/img/Wolverine/fina_front_HDR.jpg" +date: 2023-12-28 00:00 +0000 +--- +# Stay Calm, this is just a test! + +Lets see if this works! + + + diff --git a/aboutme.md b/aboutme.md index 1047d6b966ae..4f4ef462c524 100644 --- a/aboutme.md +++ b/aboutme.md @@ -4,13 +4,6 @@ title: About me subtitle: Why you'd want to go on a date with me --- -My name is Inigo Montoya. I have the following qualities: +# About me? -- I rock a great mustache -- I'm extremely loyal to my family - -What else do you need? - -### My story - -To be honest, I'm having some trouble remembering right now, so why don't you just watch [my movie](https://en.wikipedia.org/wiki/The_Princess_Bride_%28film%29) and it will answer **all** your questions. +Not sure if I'm even keeping this page, but this will do for now. diff --git a/aboutme.md~ b/aboutme.md~ new file mode 100644 index 000000000000..1047d6b966ae --- /dev/null +++ b/aboutme.md~ @@ -0,0 +1,16 @@ +--- +layout: page +title: About me +subtitle: Why you'd want to go on a date with me +--- + +My name is Inigo Montoya. I have the following qualities: + +- I rock a great mustache +- I'm extremely loyal to my family + +What else do you need? + +### My story + +To be honest, I'm having some trouble remembering right now, so why don't you just watch [my movie](https://en.wikipedia.org/wiki/The_Princess_Bride_%28film%29) and it will answer **all** your questions. diff --git a/index.html b/index.html index c72dfaa49670..bb816b812073 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ --- layout: home -title: My website -subtitle: This is where I will tell my friends way too much about me +title: Welcome home +subtitle: Hobbies, mostly. Some writing. Maybe some videos. --- diff --git a/index.html~ b/index.html~ new file mode 100644 index 000000000000..c72dfaa49670 --- /dev/null +++ b/index.html~ @@ -0,0 +1,5 @@ +--- +layout: home +title: My website +subtitle: This is where I will tell my friends way too much about me +---