diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json index 4bb344d..c1af9e6 100644 --- a/.vs/VSWorkspaceState.json +++ b/.vs/VSWorkspaceState.json @@ -2,8 +2,8 @@ "ExpandedNodes": [ "", "\\assets", - "\\assets\\js", "\\assets\\sound", + "\\_about", "\\_credits", "\\_includes", "\\_layouts", @@ -11,6 +11,6 @@ "\\_sass", "\\_sass\\minima" ], - "SelectedNode": "\\_posts\\2023-07-15-heeyy.md", + "SelectedNode": "\\_about\\1oolm.md", "PreviewInSolutionExplorer": false } \ No newline at end of file diff --git a/.vs/alphazero-official.github.io/v16/.suo b/.vs/alphazero-official.github.io/v16/.suo index 1d08892..a212d94 100644 Binary files a/.vs/alphazero-official.github.io/v16/.suo and b/.vs/alphazero-official.github.io/v16/.suo differ diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite index 89fa596..9b0ecf9 100644 Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ diff --git a/404.html b/404.html index a28e403..78762f3 100644 --- a/404.html +++ b/404.html @@ -18,8 +18,14 @@
-

404

+

// 404 //

+

Page not found

+
+

Sorry about that.

+
diff --git a/_credits/contributors.md b/_credits/contributors.md index a2bce10..6f5490b 100644 --- a/_credits/contributors.md +++ b/_credits/contributors.md @@ -19,8 +19,9 @@ AddisonJudah, Artem4ikBaik, badass person 500, Dgiorn, Instatex, InvadedPurple, ## Miscellaneous


-{{ mas.name }}: {{ mas.credit }}
-Artem4ikBaik: Standard Notation formatting code for Roblox WHG + exceptional bugtesting 🏅 + +- {{ mas.name }}: {{ mas.credit }}
+- Artem4ikBaik: Standard Notation formatting code for Roblox WHG + exceptional bugtesting 🏅
-MasterCatGodsWhyIms: Original idea for WHG Project +- MasterCatGodsWhyIms: Original idea for WHG Project diff --git a/_credits/specialthanks.md b/_credits/specialthanks.md index d2d70cb..aaf7ea1 100644 --- a/_credits/specialthanks.md +++ b/_credits/specialthanks.md @@ -6,6 +6,6 @@ permalink: /specialthanks/ People that I want to thank personally

-TheManiac, ExcerptingData, caverace, xsniperx, Rojking, sashak9, Tris, Artem4ikBaik, Rgpro, [RiversthePerson](/assets/image/fang.png), Seconds, Lisij_Malchik, bosher, nickohh, Ryakoto, Equin, Kaprix, AstraMessor, GooseBoris, optical telescopes., 60mmm, PlanetCoffee... +TheManiac, ExcerptingData, caverace, xsniperx, Rojking, sashak9, Tris, Artem4ikBaik, Rgpro, [RiversthePerson](/assets/image/fang.png), Seconds, Lisij_Malchik, bosher, nickohh, Ryakoto, optical telescopes., 60mmm, PlanetCoffee...

and more. Everyone, really. \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html index d964acc..0851e77 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -22,7 +22,16 @@ {%- if page_paths -%} {%- endif -%} diff --git a/_layouts/categories.html b/_layouts/categories.html index 8d54e88..4d9235f 100644 --- a/_layouts/categories.html +++ b/_layouts/categories.html @@ -20,11 +20,13 @@

{{ page.list_title | default: "Categories" }

{{ category_name }} ({{ site.categories[category_name].size }})

{% for post in site.categories[category_name] %} + {%- unless post.unlisted -%}

{{post.title}}

+ {%- endunless -%} {% endfor %}

diff --git a/_layouts/posts.html b/_layouts/posts.html index 4656f85..f1a2a12 100644 --- a/_layouts/posts.html +++ b/_layouts/posts.html @@ -11,6 +11,7 @@

{{ page.list_title | default: "Posts" }} (
    {%- for post in site.posts -%} + {%- unless post.unlisted -%}
  • {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%} @@ -23,6 +24,7 @@

    {{ post.excerpt }} {%- endif -%}

  • + {%- endunless -%} {%- endfor -%}
{%- endif -%} diff --git a/_posts/2023-07-17-five.md b/_posts/2023-07-17-five.md new file mode 100644 index 0000000..e0e1fa5 --- /dev/null +++ b/_posts/2023-07-17-five.md @@ -0,0 +1,16 @@ +--- +layout: post +title: Site UPDAT 5 +date: <2023-07-17> +categories: [Updates, Website] +author: 1oolm +comments: true +--- +This is getting really boring + +Today I: +- Added post unlisting. If the "unlisted" config is true, the post is not listed in searches, lists, etc. Link only! Simple as that. +- Hopefully fixed the searchbar and nav button being bad on mobile +- Added a new list pointer (![pointerr](/assets/image/list-pointer.gif)) that I made in 6 seconds. +- Updated the
404 page (now with a randomised message as well) +- Updated Contributors list to be an actual list instead of looking like a textwall \ No newline at end of file diff --git a/_sass/minima/_layout.scss b/_sass/minima/_layout.scss index bca6f2b..baeb818 100644 --- a/_sass/minima/_layout.scss +++ b/_sass/minima/_layout.scss @@ -37,12 +37,17 @@ textarea { .search { text-align: center; - width: 40%; + width: 70%; float: left; position: relative; align-content:center; - margin-top: 2%; + margin-top: 15px; margin-bottom: 0px; + margin-right: auto; +} + +ul { + list-style: square outside url("/assets/image/list-pointer.gif"); } .site-nav { @@ -50,7 +55,7 @@ textarea { line-height: $base-line-height * $base-font-size * 2.25; .nav-trigger { - display: inline-block; + display: none; } .menu-icon { diff --git a/assets/image/list-pointer.gif b/assets/image/list-pointer.gif new file mode 100644 index 0000000..96c0ce6 Binary files /dev/null and b/assets/image/list-pointer.gif differ diff --git a/search.json b/search.json index c34c25a..e276248 100644 --- a/search.json +++ b/search.json @@ -2,12 +2,14 @@ --- [ {% for post in site.posts %} + {% unless post.unlisted %} { "title" : "{{ post.title | escape }}", "url" : "{{ site.baseurl }}{{ post.url }}", "date" : "{{ post.date | date_to_string }}" } {% unless forloop.last %},{% endunless %} + {% endunless %} {% endfor %} , {% for kitty in site.about %}