From 2b491c7c0aaef5998d1421d7ea9896b02942c822 Mon Sep 17 00:00:00 2001 From: bamr42 <154498179+bamr42@users.noreply.github.com> Date: Thu, 21 Dec 2023 00:24:43 -0700 Subject: [PATCH 01/11] Vigilant mode --- pages/_quests/2020-02-02-home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/_quests/2020-02-02-home.md b/pages/_quests/2020-02-02-home.md index 0a70680..eac84ff 100644 --- a/pages/_quests/2020-02-02-home.md +++ b/pages/_quests/2020-02-02-home.md @@ -47,7 +47,7 @@ Main quest Side quest - +- [Vigilant Mode](https://docs.github.com/en/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits) ## Level zer0 - 0000 - Navigation/Foundation @@ -188,4 +188,4 @@ Certifications Stacks - LAMP - JAM -- \ No newline at end of file +- From b899840546212961a84778caee8a2116d9074aa3 Mon Sep 17 00:00:00 2001 From: Amr <10567847+bamr87@users.noreply.github.com> Date: Thu, 8 Feb 2024 15:19:30 -0700 Subject: [PATCH 02/11] Initial update --- CONTRIBUTING.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 38c4e83..9a4332a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,25 @@ --- +title: contributing +description: "This page will describe the process and requirements to contribute to this repository" lastmod: '2021-10-27T17:32:59.526Z' --- + This is how to contribute. +## Prep + +Define and prep your development environment. + +## Build + +Build the repo using github cli, Ruby, and Jekyll. + +## Test + +Run the automated tests. + +## Pull Request + +Make a change to the contibutor page and submit a pull request + Will base this on Github's documentaiton [here](https://docs.github.com/en/contributing)https://docs.github.com/en/contributing From ae93bcebfc66898edfd5f8cd932a75667a674c8b Mon Sep 17 00:00:00 2001 From: Amr <10567847+bamr87@users.noreply.github.com> Date: Tue, 13 Feb 2024 14:07:43 -0700 Subject: [PATCH 03/11] added vs code cloud dev and removed local --- _includes/dev-shortcuts.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/_includes/dev-shortcuts.html b/_includes/dev-shortcuts.html index b76b0a3..d3e9db4 100644 --- a/_includes/dev-shortcuts.html +++ b/_includes/dev-shortcuts.html @@ -11,16 +11,20 @@ - + + + --> + + + --> + From 3ad0c1480e0da52c4fd13e26265030ec4e3d1df2 Mon Sep 17 00:00:00 2001 From: Amr <10567847+bamr87@users.noreply.github.com> Date: Mon, 19 Feb 2024 12:31:16 -0700 Subject: [PATCH 04/11] test --- pages/_notes/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/_notes/index.md b/pages/_notes/index.md index 54ff2f5..0fdb9e8 100644 --- a/pages/_notes/index.md +++ b/pages/_notes/index.md @@ -7,7 +7,8 @@ lastmod: 2023-03-11T20:53:36.032Z --- # Quick Start - + test + ## Getting Started [Devops](https://docs.gitlab.com/ee/topics/autodevops/stages.html) From d70e976866750efa49c22d235f866f8b7efa703b Mon Sep 17 00:00:00 2001 From: "amr-bash@users.noreply.github.com" <106351212+amr-bash@users.noreply.github.com> Date: Mon, 19 Feb 2024 13:29:42 -0700 Subject: [PATCH 05/11] miscellaneous --- .frontmatter/database/taxonomyDb.json | 2 +- CONTRIBUTING.md | 75 ++++- Gemfile | 13 +- README.md | 24 +- _config.yml | 7 +- _data/navigation.yml | 36 +-- _includes/dev-shortcuts.html | 2 +- _includes/sidebar-left.html | 27 +- frontmatter.json | 46 ++- .../folder_test/sub_folder_test/test_file.md | 6 + pages/_notes/index.md | 11 +- pages/_posts/2022-07-16-zer0-mistakes.md | 223 +------------ zer0.md | 292 ++++++++++++++++++ 13 files changed, 500 insertions(+), 264 deletions(-) create mode 100644 pages/_notes/folder_test/sub_folder_test/test_file.md diff --git a/.frontmatter/database/taxonomyDb.json b/.frontmatter/database/taxonomyDb.json index 6da6e07..afa272c 100644 --- a/.frontmatter/database/taxonomyDb.json +++ b/.frontmatter/database/taxonomyDb.json @@ -1 +1 @@ -{"taxonomy":{"categories":[" ","-","H","Nany","Posts","T","a","cheetsheet","d","e","github","guides","home","j","k","l","machine-setup","n","n00b","notes","o","p","posts","quest","quests","quickstart","s","search","t","u","w","y"]}} \ No newline at end of file +{"taxonomy":{"categories":[" ","-","H","Nany","Posts","Programming","T","a","about","art","bootstrap","c","cheetsheet","d","e","github","guides","h","hello world","hobbies","home","i","j","jekyll","k","l","m","machine-setup","n","n00b","notes","o","p","posts","quest","quests","quickstart","s","search","t","u","w","x","y"],"tags":["000","001","B","CDN","Custom Domain","DNS","Diagram","Disqus","Extension","Flowchart","Gantt","GitHub Copilot","GitHub Pages","GitLab Pages","Github Pages","Google Analytics","Highlighting","Jekyll","Liquid","Lunr.js","Markdown","MathJax","Mathematic","Mermaid","Nanobar","Netlify","Pagination","Performance","Personal Site","Port","Progress Bar","Ruby","SEO","Search","Security","ShareThis","Social Share","Travis CI","VS Code","Windows10","a","article","bash","cheatsheet","contributing","github","github pages","highlight.js","hobbies","how-to","index","jekyll","linux","macOS","migration","note","notes","o","p","powershell","r","s","script","sharex","shell","t","travis ci","webflow","winget"]}} \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9a4332a..b15ac4e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,78 @@ --- -title: contributing -description: "This page will describe the process and requirements to contribute to this repository" -lastmod: '2021-10-27T17:32:59.526Z' +title: Contributing +description: This is how to contribute. +slug: contributing +lastmod: 2024-02-19T20:18:29.010Z --- +## Contributing + +Build the repository + +Test your changes + +Create a pull request + +## Prerequisites + +- A cup of coffee or your favorite beverage to keep you energized. +- A positive attitude and a sense of curiosity. +- A sense of adventure and a willingness to explore new tools and technologies. +- A growth mindset and a willingness to embrace challenges and learn from mistakes. +- A sense of humor and the ability to laugh at unexpected errors and bugs. +- A supportive community or network of friends and colleagues to ask for help and share your progress. +- A clear goal and motivation to build a useful and practical extension. +- A spirit of creativity and a desire to express yourself through code and technology. +- A sense of responsibility and a commitment to ethical and inclusive software development practices. +- A sense of empathy and a desire to create tools that benefit others and make the world a better place. +- A sense of gratitude and appreciation for the opportunities and resources that enable you to learn and grow. +- A sense of wonder and a curiosity about the possibilities of AI and machine learning in software development. +- A sense of purpose and a vision for how your extension can help developers be more productive and creative. +- A sense of determination and a willingness to persevere through challenges and setbacks. +- A sense of humility and a willingness to learn from others and share your knowledge with the community. +- A sense of optimism and a belief in the potential of technology to improve people's lives and create positive change. +- A sense of fun and a spirit of playfulness to make the learning process enjoyable and engaging. +- A sense of balance and a commitment to taking breaks and caring for your well-being while working on the extension. +- A sense of completion and a desire to celebrate your achievements and share your extension with the world. +- A sense of anticipation and excitement to see how your extension can make a difference in the developer community. +- A sense of satisfaction and fulfillment from creating something that brings joy and value to others. +- A sense of connection and belonging in the global community of developers and creators. +- A sense of possibility and a belief in your ability to create something meaningful and impactful. + +## Contributing + +Build the repository + +Test your changes + +Create a pull request + +## Prerequisites + +- A cup of coffee or your favorite beverage to keep you energized. +- A positive attitude and a sense of curiosity. +- A sense of adventure and a willingness to explore new tools and technologies. +- A growth mindset and a willingness to embrace challenges and learn from mistakes. +- A sense of humor and the ability to laugh at unexpected errors and bugs. +- A supportive community or network of friends and colleagues to ask for help and share your progress. +- A clear goal and motivation to build a useful and practical extension. +- A spirit of creativity and a desire to express yourself through code and technology. +- A sense of responsibility and a commitment to ethical and inclusive software development practices. +- A sense of empathy and a desire to create tools that benefit others and make the world a better place. +- A sense of gratitude and appreciation for the opportunities and resources that enable you to learn and grow. +- A sense of wonder and a curiosity about the possibilities of AI and machine learning in software development. +- A sense of purpose and a vision for how your extension can help developers be more productive and creative. +- A sense of determination and a willingness to persevere through challenges and setbacks. +- A sense of humility and a willingness to learn from others and share your knowledge with the community. +- A sense of optimism and a belief in the potential of technology to improve people's lives and create positive change. +- A sense of fun and a spirit of playfulness to make the learning process enjoyable and engaging. +- A sense of balance and a commitment to taking breaks and caring for your well-being while working on the extension. +- A sense of completion and a desire to celebrate your achievements and share your extension with the world. +- A sense of anticipation and excitement to see how your extension can make a difference in the developer community. +- A sense of satisfaction and fulfillment from creating something that brings joy and value to others. +- A sense of connection and belonging in the global community of developers and creators. +- A sense of possibility and a belief in your ability to create something meaningful and impactful. + This is how to contribute. ## Prep diff --git a/Gemfile b/Gemfile index c7c978d..d4eb3e8 100644 --- a/Gemfile +++ b/Gemfile @@ -16,6 +16,7 @@ gem 'jekyll' , '3.9.2' # uncomment the line below. To upgrade, run `bundle update github-pages`. # dependancies https://pages.github.com/versions/ +# https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll#installing-jekyll # , group: :jekyll_plugins # If you have any jekyll plugins, put them here! @@ -44,14 +45,24 @@ end platforms :mingw, :x64_mingw, :mswin, :jruby do gem "tzinfo", "~> 1.2" gem "tzinfo-data" + # gem "webrick" + # gem 'eventmachine', github: 'eventmachine/eventmachine' + # gem "eventmachine" --platform ruby end +# gem "eventmachine", "1.2.0" + +# Live Reload Compatibility +# platforms :x64-mingw32 do + # gem "eventmachine" ~> 1.2.7 +# end # Performance-booster for watching directories on Windows gem 'wdm', '>= 0.1.0' if Gem.win_platform? # gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] # Mac OS compatibility fix -gem "webrick", "~> 1.7" + +# gem "webrick", "~> 1.7" # gem "rack", ">= 2.1.4" # gem "jekyll-postcss" diff --git a/README.md b/README.md index badaf6d..3b72965 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ +--- +title: it-journey +description: it-journey +excerpt: it-journey +version: 0.0.0 +date-released: 2022-03-01 +url: https://github.com/bamr87/it-journey +tags: [] +license: MIT +lastmod: 2024-02-15T01:16:11.554Z +created: 2022-03-01T12:00:00.000Z +--- + + +Branch | Build Status +---------|--------- +Master | [![Build Status](https://app.travis-ci.com/bamr87/it-journey.svg?branch=master)](https://app.travis-ci.com/bamr87/it-journey) +gh-pages | [![Build Status](https://app.travis-ci.com/bamr87/it-journey.svg?branch=gh-pages)](https://app.travis-ci.com/bamr87/it-journey) + + # README Welcome to the source code reposoity for it-journey.dev. @@ -47,10 +67,6 @@ Thank you for being part of IT-Journey.dev - Your Pathway to IT Mastery! This template provides a clear and engaging overview of the site, its contents, and how users can contribute. You can tailor it to fit the specific features and guidelines of "it-journey.dev." -Branch | Build Status ----------|--------- -Master | [![Build Status](https://app.travis-ci.com/bamr87/it-journey.svg?branch=master)](https://app.travis-ci.com/bamr87/it-journey) -gh-pages | [![Build Status](https://app.travis-ci.com/bamr87/it-journey.svg?branch=gh-pages)](https://app.travis-ci.com/bamr87/it-journey) ## Abstract diff --git a/_config.yml b/_config.yml index eaa3ab6..b860656 100644 --- a/_config.yml +++ b/_config.yml @@ -91,6 +91,9 @@ logo_source : &logo_source "https://www.it-journey.dev" teaser : /assets/images/teaser_default-500x300.png # path of fallback teaser image, e.g. "/assets/images/500x300.png" breadcrumbs : true # true, false (default) words_per_minute : 200 +_posts_file_structure : "year-month-day-title.md" + + ## Identity ##################################################################### @@ -167,7 +170,9 @@ plugins: - jekyll-sitemap - jekyll-assets - jekyll-algolia - - jekyll-mermaid # https://mermaidjs.github.io/ + - jekyll-mermaid # https://mermaidjs.github.io/ + - jekyll-admin # https://github.com/jekyll/jekyll-admin + - jekyll-redirect-from # - jekyll-spaceship # - jemoji # Doesn't work for some reason diff --git a/_data/navigation.yml b/_data/navigation.yml index c021098..e831fd9 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -67,12 +67,6 @@ main: sublinks: - title: "home" url: /notes - - title: "shell" - url: /notes/shell - - title: "Javascript" - url: /notes/js - - title: "Jekyll" - url: /notes/jekyll # - title: *test - title: "About" url: /about/ @@ -88,21 +82,21 @@ main: - title: "Map" url: /about/sitemap -# Notes -notes: - - title: "Notes" - url: /notes - sublinks: - - title: "home" - url: /notes - - title: "Shell" - url: /notes/shell - - title: "programming cs" - url: /notes/cheatsheets/programming - - title: "bootstrap cs" - url: /notes/cheatsheets/bootstrap - - title: "liquid cs" - url: /notes/cheatsheets/bootstrap +# # Notes +# notes: +# - title: "Notes" +# url: /notes +# sublinks: +# - title: "home" +# url: /notes +# - title: "Shell" +# url: /notes/shell +# - title: "programming cs" +# url: /notes/cheatsheets/programming +# - title: "bootstrap cs" +# url: /notes/cheatsheets/bootstrap +# - title: "liquid cs" +# url: /notes/cheatsheets/bootstrap # Quick Start quickstart: diff --git a/_includes/dev-shortcuts.html b/_includes/dev-shortcuts.html index d3e9db4..d28488e 100644 --- a/_includes/dev-shortcuts.html +++ b/_includes/dev-shortcuts.html @@ -11,7 +11,7 @@ - + diff --git a/_includes/sidebar-left.html b/_includes/sidebar-left.html index f669d97..18a2e30 100644 --- a/_includes/sidebar-left.html +++ b/_includes/sidebar-left.html @@ -9,8 +9,31 @@
Browse docs
- -
+ + +
+ +
+ + +
+