From 1c77615bd4ce5006a30ff2d5ee03fcf384492dbc Mon Sep 17 00:00:00 2001 From: azntaiji Date: Fri, 6 Dec 2024 17:49:18 -0800 Subject: [PATCH] restructure --- _config.yml | 20 +++++++++++++++---- _data/links.yml | 6 ++++++ ...est-productivity-killers-in-your-office.md | 2 +- .../5-marketing-insights-infographic.md | 2 +- .../6-levels-of-collaboration-infographic.md | 2 +- _graphic_design/blum-tasty-almonds-flyer.md | 1 + _graphic_design/blum-tasty-almonds-website.md | 1 + _graphic_design/brickset-lego-infographic.md | 1 + .../cal-entertainment-website-design.md | 1 + ...-up-brooklyns-dirty-laundry-infographic.md | 1 + .../continental-sightiq-infographic.md | 1 + _graphic_design/critts-press-kit.md | 1 + _graphic_design/ebb-enrollment-infographic.md | 1 + _graphic_design/exyn-press-kit.md | 1 + .../gdpr-infographic-and-report.md | 1 + .../highland-refrigeration-website.md | 1 + _graphic_design/incfile-press-kit.md | 1 + ...-an-early-stage-app-startup-infographic.md | 1 + .../jg-shellfish-website-design.md | 1 + _graphic_design/minds-press-kit.md | 1 + .../minds-war-for-the-web-infographic.md | 1 + ...startup-unicorns-report-and-infographic.md | 1 + _graphic_design/rise-housing-web-design.md | 1 + ...-of-entertainment-on-demand-infographic.md | 1 + _graphic_design/rotimatic-flyer.md | 1 + .../saas-ipos-then-and-now-infographic.md | 1 + .../social-value-report-infographic.md | 1 + _graphic_design/spryng-press-kit.md | 1 + .../the-intersection-of-ai-and-blockchain.md | 1 + ...tartup-ecosystem-report-and-infographic.md | 1 + .../touch-a-life-heroes-one-pager.md | 1 + _graphic_design/tribal-edge-website.md | 1 + _graphic_design/xmatters-free-infographic.md | 1 + _graphic_design/yeedi-k650-press-kit.md | 1 + _includes/nav.html | 7 +++++++ _layouts/archive.html | 13 ++++++++++++ _layouts/home.html | 12 +++++++++++ _layouts/page.html | 13 ++++++++++++ _layouts/post.html | 13 ++++++++++++ _sass/{no-style-please.scss => main.scss} | 0 assets/css/main.scss | 4 ---- assets/css/styles.scss | 4 ++++ graphic-design.md | 1 - index.md | 2 +- 44 files changed, 117 insertions(+), 13 deletions(-) create mode 100644 _data/links.yml create mode 100644 _includes/nav.html create mode 100644 _layouts/archive.html create mode 100644 _layouts/home.html create mode 100644 _layouts/page.html create mode 100644 _layouts/post.html rename _sass/{no-style-please.scss => main.scss} (100%) delete mode 100644 assets/css/main.scss create mode 100644 assets/css/styles.scss diff --git a/_config.yml b/_config.yml index b0a5623..76417ad 100644 --- a/_config.yml +++ b/_config.yml @@ -6,11 +6,24 @@ sass: style: compressed collections_dir: . collections: - posts: - output : true graphic-design: output: true - permalink: /:collection/:path/ + # permalink: /:collection/:path/ +defaults: + - scope: + path: "" + type: "graphic_design" + values: + layout: "post" + - scope: + path: "" + type: "posts" + values: + layout: "post" + - scope: + path: "" + values: + layout: "page" # Plugins plugins: @@ -37,7 +50,6 @@ timezone : America/Los_Angeles quiet : false verbose : false -defaults : [] # Markdown Processors kramdown: diff --git a/_data/links.yml b/_data/links.yml new file mode 100644 index 0000000..a415dc5 --- /dev/null +++ b/_data/links.yml @@ -0,0 +1,6 @@ +- name: Home + link: / +- name: About + link: https://github.com/azntaiji +- name: Blog + link: https://zachtaiji.com/blog \ No newline at end of file diff --git a/_graphic_design/4-biggest-productivity-killers-in-your-office.md b/_graphic_design/4-biggest-productivity-killers-in-your-office.md index 2c27be7..18d424b 100644 --- a/_graphic_design/4-biggest-productivity-killers-in-your-office.md +++ b/_graphic_design/4-biggest-productivity-killers-in-your-office.md @@ -1,6 +1,6 @@ --- title: 4 Biggest Productivity Killers in Your Office -layout: post + category: graphic-design date: 2024-01-31 modified: 2024-01-31 diff --git a/_graphic_design/5-marketing-insights-infographic.md b/_graphic_design/5-marketing-insights-infographic.md index 5e1c204..1908144 100644 --- a/_graphic_design/5-marketing-insights-infographic.md +++ b/_graphic_design/5-marketing-insights-infographic.md @@ -1,6 +1,6 @@ --- title: 5 Marketing Insights Infographic -layout: post + category: graphic-design date: 2024-01-31 modified: 2024-01-31 diff --git a/_graphic_design/6-levels-of-collaboration-infographic.md b/_graphic_design/6-levels-of-collaboration-infographic.md index dbf9fdf..cdd8990 100644 --- a/_graphic_design/6-levels-of-collaboration-infographic.md +++ b/_graphic_design/6-levels-of-collaboration-infographic.md @@ -1,6 +1,6 @@ --- title: 6 Levels of Collaboration Infographic -layout: post + category: graphic-design date: 2024-01-31 modified: 2024-01-31 diff --git a/_graphic_design/blum-tasty-almonds-flyer.md b/_graphic_design/blum-tasty-almonds-flyer.md index 021d7b7..b175f99 100644 --- a/_graphic_design/blum-tasty-almonds-flyer.md +++ b/_graphic_design/blum-tasty-almonds-flyer.md @@ -1,5 +1,6 @@ --- title: Blum Tasty Almonds Flyer + category: graphic-design date: 2024-01-31 modified: 2024-01-31 diff --git a/_graphic_design/blum-tasty-almonds-website.md b/_graphic_design/blum-tasty-almonds-website.md index cd8fa10..7b35521 100644 --- a/_graphic_design/blum-tasty-almonds-website.md +++ b/_graphic_design/blum-tasty-almonds-website.md @@ -1,5 +1,6 @@ --- title: Blum Tasty Almonds Website + category: graphic-design date: 2024-02-04 modified: 2024-02-04 diff --git a/_graphic_design/brickset-lego-infographic.md b/_graphic_design/brickset-lego-infographic.md index a31f8cc..cb9a7f6 100644 --- a/_graphic_design/brickset-lego-infographic.md +++ b/_graphic_design/brickset-lego-infographic.md @@ -1,5 +1,6 @@ --- title: Brickset LEGO Infographic + category: graphic-design date: 2024-01-31 modified: 2024-01-31 diff --git a/_graphic_design/cal-entertainment-website-design.md b/_graphic_design/cal-entertainment-website-design.md index de7b230..d075f39 100644 --- a/_graphic_design/cal-entertainment-website-design.md +++ b/_graphic_design/cal-entertainment-website-design.md @@ -1,5 +1,6 @@ --- title: CAL Entertainment Website Design + category: graphic-design date: 2024-02-04 modified: 2024-02-04 diff --git a/_graphic_design/cleaning-up-brooklyns-dirty-laundry-infographic.md b/_graphic_design/cleaning-up-brooklyns-dirty-laundry-infographic.md index 34c6c26..de9e256 100644 --- a/_graphic_design/cleaning-up-brooklyns-dirty-laundry-infographic.md +++ b/_graphic_design/cleaning-up-brooklyns-dirty-laundry-infographic.md @@ -1,5 +1,6 @@ --- title: Cleaning up Brooklyns Dirty Laundry Infographic + category: graphic-design date: 2024-01-31 modified: 2024-01-31 diff --git a/_graphic_design/continental-sightiq-infographic.md b/_graphic_design/continental-sightiq-infographic.md index 3719b75..1b6d24a 100644 --- a/_graphic_design/continental-sightiq-infographic.md +++ b/_graphic_design/continental-sightiq-infographic.md @@ -1,5 +1,6 @@ --- title: Continental SightIQ Infographic + category: graphic-design date: 2024-01-31 modified: 2024-01-31 diff --git a/_graphic_design/critts-press-kit.md b/_graphic_design/critts-press-kit.md index df5bc1c..93a49fd 100644 --- a/_graphic_design/critts-press-kit.md +++ b/_graphic_design/critts-press-kit.md @@ -1,5 +1,6 @@ --- title: Critts Press Kit + category: graphic-design date: 2024-01-31 modified: 2024-01-31 diff --git a/_graphic_design/ebb-enrollment-infographic.md b/_graphic_design/ebb-enrollment-infographic.md index 308cfec..80a7110 100644 --- a/_graphic_design/ebb-enrollment-infographic.md +++ b/_graphic_design/ebb-enrollment-infographic.md @@ -1,5 +1,6 @@ --- title: EBB Enrollment Infographic + category: graphic-design date: 2024-01-31 modified: 2024-01-31 diff --git a/_graphic_design/exyn-press-kit.md b/_graphic_design/exyn-press-kit.md index c702177..04107d0 100644 --- a/_graphic_design/exyn-press-kit.md +++ b/_graphic_design/exyn-press-kit.md @@ -1,5 +1,6 @@ --- title: Exyn Press Kit + category: graphic-design date: 2024-01-31 modified: 2024-01-31 diff --git a/_graphic_design/gdpr-infographic-and-report.md b/_graphic_design/gdpr-infographic-and-report.md index 3e9f23e..aa01678 100644 --- a/_graphic_design/gdpr-infographic-and-report.md +++ b/_graphic_design/gdpr-infographic-and-report.md @@ -1,5 +1,6 @@ --- title: GDPR Infographic and Report + category: graphic-design date: 2024-01-31 modified: 2024-01-31 diff --git a/_graphic_design/highland-refrigeration-website.md b/_graphic_design/highland-refrigeration-website.md index cd10e4f..356c380 100644 --- a/_graphic_design/highland-refrigeration-website.md +++ b/_graphic_design/highland-refrigeration-website.md @@ -1,5 +1,6 @@ --- title: Highland Refrigeration Website + category: graphic-design date: 2024-02-04 modified: 2024-02-04 diff --git a/_graphic_design/incfile-press-kit.md b/_graphic_design/incfile-press-kit.md index 80fd003..09824fb 100644 --- a/_graphic_design/incfile-press-kit.md +++ b/_graphic_design/incfile-press-kit.md @@ -1,5 +1,6 @@ --- title: Incfile Press Kit + category: graphic-design date: 2024-01-31 modified: 2024-01-31 diff --git a/_graphic_design/inside-an-early-stage-app-startup-infographic.md b/_graphic_design/inside-an-early-stage-app-startup-infographic.md index 7155313..74f09cb 100644 --- a/_graphic_design/inside-an-early-stage-app-startup-infographic.md +++ b/_graphic_design/inside-an-early-stage-app-startup-infographic.md @@ -1,5 +1,6 @@ --- title: Inside an Early Stage App Startup Infographic + category: graphic-design date: 2024-01-31 modified: 2024-01-31 diff --git a/_graphic_design/jg-shellfish-website-design.md b/_graphic_design/jg-shellfish-website-design.md index 375168c..7a4d41a 100644 --- a/_graphic_design/jg-shellfish-website-design.md +++ b/_graphic_design/jg-shellfish-website-design.md @@ -1,5 +1,6 @@ --- title: JG Shellfish Website Design + category: graphic-design date: 2024-02-04 modified: 2024-02-04 diff --git a/_graphic_design/minds-press-kit.md b/_graphic_design/minds-press-kit.md index 467aa53..a78f764 100644 --- a/_graphic_design/minds-press-kit.md +++ b/_graphic_design/minds-press-kit.md @@ -1,5 +1,6 @@ --- title: Minds Press Kit + category: graphic-design date: 2024-01-31 modified: 2024-01-31 diff --git a/_graphic_design/minds-war-for-the-web-infographic.md b/_graphic_design/minds-war-for-the-web-infographic.md index 9fffe3e..570eb42 100644 --- a/_graphic_design/minds-war-for-the-web-infographic.md +++ b/_graphic_design/minds-war-for-the-web-infographic.md @@ -1,5 +1,6 @@ --- title: Minds War for the Web Infographic + category: graphic-design date: 2024-01-31 modified: 2024-01-31 diff --git a/_graphic_design/predicting-startup-unicorns-report-and-infographic.md b/_graphic_design/predicting-startup-unicorns-report-and-infographic.md index 2a4d45e..c2497b0 100644 --- a/_graphic_design/predicting-startup-unicorns-report-and-infographic.md +++ b/_graphic_design/predicting-startup-unicorns-report-and-infographic.md @@ -1,5 +1,6 @@ --- title: Predicting Startup Unicorns Report and Infographic + category: graphic-design date: 2024-01-31 modified: 2024-01-31 diff --git a/_graphic_design/rise-housing-web-design.md b/_graphic_design/rise-housing-web-design.md index aeab79d..607d696 100644 --- a/_graphic_design/rise-housing-web-design.md +++ b/_graphic_design/rise-housing-web-design.md @@ -1,5 +1,6 @@ --- title: RISE Housing Web Design + category: graphic-design date: 2024-02-04 modified: 2024-02-04 diff --git a/_graphic_design/rise-of-entertainment-on-demand-infographic.md b/_graphic_design/rise-of-entertainment-on-demand-infographic.md index 9543b36..2fee497 100644 --- a/_graphic_design/rise-of-entertainment-on-demand-infographic.md +++ b/_graphic_design/rise-of-entertainment-on-demand-infographic.md @@ -1,5 +1,6 @@ --- title: Rise of Entertainment on Demand Infographic + category: graphic-design date: 2024-01-31 modified: 2024-01-31 diff --git a/_graphic_design/rotimatic-flyer.md b/_graphic_design/rotimatic-flyer.md index 8cf6741..693f1f5 100644 --- a/_graphic_design/rotimatic-flyer.md +++ b/_graphic_design/rotimatic-flyer.md @@ -1,5 +1,6 @@ --- title: Rotimatic Flyer + category: graphic-design date: 2024-01-31 modified: 2024-01-31 diff --git a/_graphic_design/saas-ipos-then-and-now-infographic.md b/_graphic_design/saas-ipos-then-and-now-infographic.md index 76140c8..b6d7ce4 100644 --- a/_graphic_design/saas-ipos-then-and-now-infographic.md +++ b/_graphic_design/saas-ipos-then-and-now-infographic.md @@ -1,5 +1,6 @@ --- title: SaaS IPOS Then and Now Infographic + category: graphic-design date: 2024-01-31 modified: 2024-01-31 diff --git a/_graphic_design/social-value-report-infographic.md b/_graphic_design/social-value-report-infographic.md index 032750b..6ded25a 100644 --- a/_graphic_design/social-value-report-infographic.md +++ b/_graphic_design/social-value-report-infographic.md @@ -1,5 +1,6 @@ --- title: Social Value Report Infographic + category: graphic-design date: 2024-01-31 modified: 2024-01-31 diff --git a/_graphic_design/spryng-press-kit.md b/_graphic_design/spryng-press-kit.md index ce157e6..21073f9 100644 --- a/_graphic_design/spryng-press-kit.md +++ b/_graphic_design/spryng-press-kit.md @@ -1,5 +1,6 @@ --- title: Spryng Press Kit + category: graphic-design date: 2024-01-31 modified: 2024-01-31 diff --git a/_graphic_design/the-intersection-of-ai-and-blockchain.md b/_graphic_design/the-intersection-of-ai-and-blockchain.md index 867e4d4..c628495 100644 --- a/_graphic_design/the-intersection-of-ai-and-blockchain.md +++ b/_graphic_design/the-intersection-of-ai-and-blockchain.md @@ -1,5 +1,6 @@ --- title: The Intersection of AI and Blockchain + category: graphic-design date: 2024-01-31 modified: 2024-01-31 diff --git a/_graphic_design/the-role-indians-play-in-americas-billion-dollar-startup-ecosystem-report-and-infographic.md b/_graphic_design/the-role-indians-play-in-americas-billion-dollar-startup-ecosystem-report-and-infographic.md index f9a31c6..1e7008e 100644 --- a/_graphic_design/the-role-indians-play-in-americas-billion-dollar-startup-ecosystem-report-and-infographic.md +++ b/_graphic_design/the-role-indians-play-in-americas-billion-dollar-startup-ecosystem-report-and-infographic.md @@ -1,5 +1,6 @@ --- title: The role Indians play in America’s billion-dollar startup ecosystem Report and Infographic + category: graphic-design date: 2024-01-31 modified: 2024-01-31 diff --git a/_graphic_design/touch-a-life-heroes-one-pager.md b/_graphic_design/touch-a-life-heroes-one-pager.md index 53c02fd..b076286 100644 --- a/_graphic_design/touch-a-life-heroes-one-pager.md +++ b/_graphic_design/touch-a-life-heroes-one-pager.md @@ -1,5 +1,6 @@ --- title: Touch-A-Life Heroes One Pager + category: graphic-design date: 2024-01-31 modified: 2024-01-31 diff --git a/_graphic_design/tribal-edge-website.md b/_graphic_design/tribal-edge-website.md index 365fa34..b73858d 100644 --- a/_graphic_design/tribal-edge-website.md +++ b/_graphic_design/tribal-edge-website.md @@ -1,5 +1,6 @@ --- title: Tribal Edge Website + category: graphic-design date: 2024-02-04 modified: 2024-02-04 diff --git a/_graphic_design/xmatters-free-infographic.md b/_graphic_design/xmatters-free-infographic.md index f2f3b5f..1e6dbcb 100644 --- a/_graphic_design/xmatters-free-infographic.md +++ b/_graphic_design/xmatters-free-infographic.md @@ -1,5 +1,6 @@ --- title: xMatters Free Infographic + category: graphic-design date: 2024-01-31 modified: 2024-01-31 diff --git a/_graphic_design/yeedi-k650-press-kit.md b/_graphic_design/yeedi-k650-press-kit.md index b90587a..0f033c4 100644 --- a/_graphic_design/yeedi-k650-press-kit.md +++ b/_graphic_design/yeedi-k650-press-kit.md @@ -1,5 +1,6 @@ --- title: Yeedi K650 Press Kit + category: graphic-design date: 2024-01-31 modified: 2024-01-31 diff --git a/_includes/nav.html b/_includes/nav.html new file mode 100644 index 0000000..fa87d9f --- /dev/null +++ b/_includes/nav.html @@ -0,0 +1,7 @@ + \ No newline at end of file diff --git a/_layouts/archive.html b/_layouts/archive.html new file mode 100644 index 0000000..66c48b9 --- /dev/null +++ b/_layouts/archive.html @@ -0,0 +1,13 @@ + + + + + {{ page.title }} + + + + {{ page.title }} + {{ content }} + {% include nav.html %} + + \ No newline at end of file diff --git a/_layouts/home.html b/_layouts/home.html new file mode 100644 index 0000000..f1807f2 --- /dev/null +++ b/_layouts/home.html @@ -0,0 +1,12 @@ + + + + + {{ page.title }} + + + + {{ page.title }} + {{ content }} + + \ No newline at end of file diff --git a/_layouts/page.html b/_layouts/page.html new file mode 100644 index 0000000..66c48b9 --- /dev/null +++ b/_layouts/page.html @@ -0,0 +1,13 @@ + + + + + {{ page.title }} + + + + {{ page.title }} + {{ content }} + {% include nav.html %} + + \ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..66c48b9 --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,13 @@ + + + + + {{ page.title }} + + + + {{ page.title }} + {{ content }} + {% include nav.html %} + + \ No newline at end of file diff --git a/_sass/no-style-please.scss b/_sass/main.scss similarity index 100% rename from _sass/no-style-please.scss rename to _sass/main.scss diff --git a/assets/css/main.scss b/assets/css/main.scss deleted file mode 100644 index 665ab93..0000000 --- a/assets/css/main.scss +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - -@import "no-style-please"; \ No newline at end of file diff --git a/assets/css/styles.scss b/assets/css/styles.scss new file mode 100644 index 0000000..c15304b --- /dev/null +++ b/assets/css/styles.scss @@ -0,0 +1,4 @@ +--- +--- + +@import "main"; \ No newline at end of file diff --git a/graphic-design.md b/graphic-design.md index 1b921ff..0fafb26 100644 --- a/graphic-design.md +++ b/graphic-design.md @@ -1,5 +1,4 @@ --- -layout: page title: Graphic Design Portfolio --- diff --git a/index.md b/index.md index fdefa24..f5026d8 100644 --- a/index.md +++ b/index.md @@ -1,6 +1,6 @@ --- layout: home -title: this is a title +title: zach taiji --- - [Graphic Design Portfolio](graphic-design.md)