From ecc12332c39dd8b8d2a54fcd96c369f25ad4fee7 Mon Sep 17 00:00:00 2001 From: Aaron Stainback Date: Mon, 19 Jun 2023 02:56:56 -0400 Subject: [PATCH 01/10] Create SECURITY.md --- SECURITY.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000000..034e8480320 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,21 @@ +# Security Policy + +## Supported Versions + +Use this section to tell people about which versions of your project are +currently being supported with security updates. + +| Version | Supported | +| ------- | ------------------ | +| 5.1.x | :white_check_mark: | +| 5.0.x | :x: | +| 4.0.x | :white_check_mark: | +| < 4.0 | :x: | + +## Reporting a Vulnerability + +Use this section to tell people how to report a vulnerability. + +Tell them where to go, how often they can expect to get an update on a +reported vulnerability, what to expect if the vulnerability is accepted or +declined, etc. From 7743542465d205989140c164fcadaf5a6d672f54 Mon Sep 17 00:00:00 2001 From: Aaron Stainback Date: Mon, 19 Jun 2023 02:59:41 -0400 Subject: [PATCH 02/10] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 38 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/custom.md | 10 ++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++ 3 files changed, 68 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/custom.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000000..dd84ea7824f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 00000000000..48d5f81fa42 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,10 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000000..bbcbbe7d615 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From 7961390e46a482a93d13ae3cf052ffb29b91501b Mon Sep 17 00:00:00 2001 From: Aaron Stainback Date: Mon, 19 Jun 2023 03:28:04 -0400 Subject: [PATCH 03/10] Update head-custom-google-analytics.html (#2) Updating to non-deprecated Google Analytics 4 (GA4) --- _includes/head-custom-google-analytics.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/_includes/head-custom-google-analytics.html b/_includes/head-custom-google-analytics.html index 8a3ae5c9ca1..838268a1de0 100644 --- a/_includes/head-custom-google-analytics.html +++ b/_includes/head-custom-google-analytics.html @@ -1,10 +1,11 @@ {% if site.google_analytics %} - + + + {% endif %} From adeb9fb08e40e6f3b102b5d6577a112ef17cf455 Mon Sep 17 00:00:00 2001 From: Aaron Stainback Date: Mon, 19 Jun 2023 03:29:05 -0400 Subject: [PATCH 04/10] Create body-custom-google-tag-manager.html --- _includes/body-custom-google-tag-manager.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 _includes/body-custom-google-tag-manager.html diff --git a/_includes/body-custom-google-tag-manager.html b/_includes/body-custom-google-tag-manager.html new file mode 100644 index 00000000000..6a939f76862 --- /dev/null +++ b/_includes/body-custom-google-tag-manager.html @@ -0,0 +1,6 @@ +{% if site.google.tag_manager %} + + + +{% endif %} From 16b6b60062e6510c80c6ed6afb192affe1f95e0b Mon Sep 17 00:00:00 2001 From: Aaron Stainback Date: Mon, 19 Jun 2023 03:29:46 -0400 Subject: [PATCH 05/10] Create body-custom.html --- _includes/body-custom.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 _includes/body-custom.html diff --git a/_includes/body-custom.html b/_includes/body-custom.html new file mode 100644 index 00000000000..fe517eea35a --- /dev/null +++ b/_includes/body-custom.html @@ -0,0 +1,6 @@ + + + +{% include body-custom-google-tag-manager.html %} + + From da69ef7430297cda257a7dbb2799c383cdf310b6 Mon Sep 17 00:00:00 2001 From: Aaron Stainback Date: Mon, 19 Jun 2023 03:30:19 -0400 Subject: [PATCH 06/10] Update head-custom-google-analytics.html --- _includes/head-custom-google-analytics.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/_includes/head-custom-google-analytics.html b/_includes/head-custom-google-analytics.html index 838268a1de0..af6f64aceeb 100644 --- a/_includes/head-custom-google-analytics.html +++ b/_includes/head-custom-google-analytics.html @@ -1,11 +1,9 @@ -{% if site.google_analytics %} +{% if site.google.analytics %} - + + gtag('config', '{{ site.google.analytics }}'); {% endif %} From 2975630c9e3a621e40136e74922e761b37437646 Mon Sep 17 00:00:00 2001 From: Aaron Stainback Date: Mon, 19 Jun 2023 03:30:59 -0400 Subject: [PATCH 07/10] Create head-custom-google-tag-manager.html --- _includes/head-custom-google-tag-manager.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 _includes/head-custom-google-tag-manager.html diff --git a/_includes/head-custom-google-tag-manager.html b/_includes/head-custom-google-tag-manager.html new file mode 100644 index 00000000000..44b1110d40f --- /dev/null +++ b/_includes/head-custom-google-tag-manager.html @@ -0,0 +1,13 @@ +{% if site.google.tag_manager %} + + + +{% endif %} From db00c72c29cdff28de5187cb7a467f79758bacbc Mon Sep 17 00:00:00 2001 From: Aaron Stainback Date: Mon, 19 Jun 2023 03:31:47 -0400 Subject: [PATCH 08/10] Update head-custom.html --- _includes/head-custom.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/_includes/head-custom.html b/_includes/head-custom.html index 44cdb83f523..d0237cc5ece 100644 --- a/_includes/head-custom.html +++ b/_includes/head-custom.html @@ -1,12 +1,14 @@ + +{% include head-custom-google-tag-manager.html %} + {% include head-custom-theme-colors.html %} - -{% include head-custom-google-analytics.html %} - + +{% include head-custom-google-analytics.html %} From 076ca20f53126a0ce168fd664e1b8ca718916d44 Mon Sep 17 00:00:00 2001 From: Aaron Stainback Date: Mon, 19 Jun 2023 03:32:17 -0400 Subject: [PATCH 09/10] Update default.html --- _layouts/default.html | 63 ++++++++++++++++++++++--------------------- 1 file changed, 32 insertions(+), 31 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 1c8c883a480..a474e2fb233 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,38 +1,39 @@ - - - - - - - {% include head-custom.html %} + -{% seo %} - - - - -
-
- -

{{ site.title | default: site.github.repository_name }}

-
-

{{ site.description | default: site.github.project_tagline }}

- -
- {% if site.show_downloads %} - Download as .zip - Download as .tar.gz - {% endif %} - View on GitHub -
-
-
+ + + + + + {% include head-custom.html %} + {% seo %} + + + {% include body-custom.html %} +
-
- {{ content }} + +

{{ site.title | default: site.github.repository_name }}

+
+

{{ site.description | default: site.github.project_tagline }}

+ +
+ {% if site.show_downloads %} + Download as .zip + Download as .tar.gz + {% endif %} + View on GitHub
- +
+ +
+
+ {{ content }} +
+
+ + From 7a90e77b1bd3640df901f7111148a804f05c8d02 Mon Sep 17 00:00:00 2001 From: Aaron Stainback Date: Mon, 19 Jun 2023 03:41:40 -0400 Subject: [PATCH 10/10] Update _config.yml --- _config.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index c5cf3fdc785..42fc43c0b0b 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,10 @@ -title: Hacker theme -description: Hacker is a theme for GitHub Pages. +remote_theme: pages-themes/hacker@master +plugins: +- jekyll-remote-theme +title: Modern Hacker theme +description: Modern Hacker is a theme for GitHub Pages. +theme: jekyll-theme-modern-hacker show_downloads: true -google_analytics: -theme: jekyll-theme-hacker \ No newline at end of file +google: + tag_manager: + analytics: