From bf638b23391f2b13eb885599d1a97a46c9c36bfa Mon Sep 17 00:00:00 2001 From: TorchedSammy Date: Fri, 14 Apr 2023 04:05:13 +0000 Subject: [PATCH] deploy: 2dbd201e1ea21c4c5caca24fc47e66911c5e1284 --- 404.html | 5 ++-- blog/improving-this-website/index.html | 28 ++++++++++++++++++ blog/index.html | 9 +++--- blog/index.xml | 4 ++- blog/v2.0-release/index.html | 5 ++-- blog/v2.1-release/index.html | 5 ++-- blog/v2.1.1-release/index.html | 5 ++-- blog/v2.1.2-release/index.html | 5 ++-- blog/welcome/index.html | 5 ++-- categories/index.html | 9 +++--- default.png | Bin 0 -> 59951 bytes docs/api/bait/index.html | 7 ++--- docs/api/commander/index.html | 7 ++--- docs/api/fs/index.html | 7 ++--- docs/api/hilbish/hilbish.aliases/index.html | 7 ++--- .../hilbish/hilbish.completions/index.html | 7 ++--- docs/api/hilbish/hilbish.editor/index.html | 7 ++--- docs/api/hilbish/hilbish.history/index.html | 7 ++--- docs/api/hilbish/hilbish.jobs/index.html | 7 ++--- docs/api/hilbish/hilbish.os/index.html | 7 ++--- docs/api/hilbish/hilbish.runner/index.html | 7 ++--- docs/api/hilbish/hilbish.timers/index.html | 7 ++--- docs/api/hilbish/hilbish.userdir/index.html | 7 ++--- docs/api/hilbish/index.html | 7 ++--- docs/api/index.html | 7 ++--- docs/api/terminal/index.html | 7 ++--- docs/faq/index.html | 7 ++--- docs/features/index.html | 7 ++--- docs/features/runner-mode/index.html | 7 ++--- docs/getting-started/index.html | 14 ++++----- docs/index.html | 7 ++--- hilbish-flower.png | Bin 15941 -> 46073 bytes hilbish-logo-and-text.png | Bin 0 -> 80310 bytes index.html | 16 +++++----- index.xml | 6 ++-- install/index.html | 10 +++---- pillprompt.png | Bin 0 -> 20295 bytes sitemap.xml | 2 +- tab.png | Bin 0 -> 18445 bytes tags/index.html | 9 +++--- terminal.png | Bin 0 -> 101043 bytes 41 files changed, 140 insertions(+), 130 deletions(-) create mode 100644 blog/improving-this-website/index.html create mode 100644 default.png create mode 100644 hilbish-logo-and-text.png create mode 100644 pillprompt.png create mode 100644 tab.png create mode 100644 terminal.png diff --git a/404.html b/404.html index 4157397..18d1096 100644 --- a/404.html +++ b/404.html @@ -1,5 +1,4 @@ 404 Page not found — Hilbish -

Go Home

\ No newline at end of file diff --git a/blog/improving-this-website/index.html b/blog/improving-this-website/index.html new file mode 100644 index 0000000..91f465c --- /dev/null +++ b/blog/improving-this-website/index.html @@ -0,0 +1,28 @@ +Improving Hilbish's Branding — Hilbish +

Improving Hilbish's Branding

+by sammyette

Happy birthday Hilbish! As of last month, Hilbish is now 2 years old. +Unfortunately I missed the official date, but I will still make a more +focused post on the date (19st).

I decided to fix up this website and Hilbish’s logo, so that can +be thought of as something for the 2 years milestone?

Hilbish’s old logo was.. not that good. It definitely functioned +as a logo, but the yellow part of it looked ugly (sorry old logo).


You would have definitely seen the new logo, since it is currently +in use on the navigation bar and footer. Here it is in a bigger view:


Website +

Ever since this website was first made, from the release of v2.0, it has +been doing it’s job of being a website good enough, but there were a few issues.

Padding +

Padding is very important! The edges of your screen need space to do nothing, +after all. On mobile or screens small enough, there would not be enough space +for the auto margin to fill, and since there was no padding besides that, +it means things would look a bit cramped. This was simple to fix.

Here it is before:
Before

and after:
After

Docs Navigation +

On the docs page, the pages are on the left on desktop. Since +phones are too small to have this content on the side, it stays at the top. +This is a bit counter intuitive since it brings in extra scrolling +when navigating to every page for docs and just doesn’t look that good.

A few months ago I made it collapse with the site wide navigation, but it +was not hidden by default. So a few improvements were made:

  • Make the doc navigation hidden by default on mobile, just like site wide navigation
  • Make doc navigation have the same look as site wide navigation

Here’s a before:

and after:

Looks a lot better now.

Other Changes +

If you haven’t noticed, I have made other changes to the website. +This includes:

  • Borders! Something this simple makes the website look a lot better, especially on mobile.
  • More padding and margin everywhere. Home, doc pages, blog post listing.
\ No newline at end of file diff --git a/blog/index.html b/blog/index.html index 489256c..8505e6f 100644 --- a/blog/index.html +++ b/blog/index.html @@ -1,8 +1,9 @@ Blogs — Hilbish -
Improving Hilbish's Branding

Happy birthday Hilbish! As of last month, Hilbish is now 2 years old. Unfortunately I missed the official date, but I will still make a more focused post on the date (19st). +I decided to fix up this website and Hilbish’s logo, so that can be thought of as something for the 2 years milestone? +Logo Hilbish’s old logo was.. not that good. It definitely functioned as a logo, but the yellow part of it looked ugly (sorry old logo).

v2.1.2 Release

The release with full changelogs and prebuilt binaries can be seen at the v2.1.2 tag. This release reverts the April Fool’s code additions in v2.1.1. It is functionally equal to v2.1.0. Nice! A real release will come possibly in a few days or next week, so stay tuned for the good and feature-filled release of v2.2!

v2.1.1 Release

The release with full changelogs and prebuilt binaries can be seen at the v2.1.1 tag. Welcome to a fresh new release of Hilbish! Some people (or none) may be awaiting the long coming v2.2 release with lots of features, but I needed to push out this little bug fix (wink) release. @@ -11,4 +12,4 @@ Oh look! A new release of Hilbish! This time is the v2.1 release, with a small a Documentation There have been a few documentation enhancements for this release. This includes: Adding the return types for all functions that need them Documenting Hilbish types like job objects and timers properly.

Hilbish v2.0 Release

Hilbish v2.0 has been released! Well actually, it was released a week ago, but I only wrote this Hilbish blog after that. This is a big release, coming 9 months after the previous v1.2.0 and featuring over 40+ bug fixes and tons of new features and enhancements, so let’s see what is in this release. -Documentation When querying about the problems people have with Hilbish, one of the issues was its poor documentation.

Install

Steps on how to install Hilbish on all the OSes and distros supported.

Welcome to the Hilbish blog

Hello! Welcome to the Hilbish blog. This will mainly contain release announcements and some other things relating to Hilbish (development).

\ No newline at end of file +Documentation When querying about the problems people have with Hilbish, one of the issues was its poor documentation.

Install

Steps on how to install Hilbish on all the OSes and distros supported.

Welcome to the Hilbish blog

Hello! Welcome to the Hilbish blog. This will mainly contain release announcements and some other things relating to Hilbish (development).

\ No newline at end of file diff --git a/blog/index.xml b/blog/index.xml index 5ece7fa..ee19931 100644 --- a/blog/index.xml +++ b/blog/index.xml @@ -1,4 +1,6 @@ -Blogs on Hilbishhttps://rosettea.github.io/Hilbish/blog/Recent content in Blogs on HilbishHugo -- gohugo.ioen-usMon, 10 Apr 2023 12:27:41 -0400v2.1.2 Releasehttps://rosettea.github.io/Hilbish/blog/v2.1.2-release/Mon, 10 Apr 2023 12:27:41 -0400https://rosettea.github.io/Hilbish/blog/v2.1.2-release/The release with full changelogs and prebuilt binaries can be seen at the v2.1.2 tag. +Blogs on Hilbishhttps://rosettea.github.io/Hilbish/blog/Recent content in Blogs on HilbishHugo -- gohugo.ioen-usThu, 13 Apr 2023 22:15:31 -0400Improving Hilbish's Brandinghttps://rosettea.github.io/Hilbish/blog/improving-this-website/Thu, 13 Apr 2023 22:15:31 -0400https://rosettea.github.io/Hilbish/blog/improving-this-website/Happy birthday Hilbish! As of last month, Hilbish is now 2 years old. Unfortunately I missed the official date, but I will still make a more focused post on the date (19st). +I decided to fix up this website and Hilbish’s logo, so that can be thought of as something for the 2 years milestone? +Logo Hilbish’s old logo was.. not that good. It definitely functioned as a logo, but the yellow part of it looked ugly (sorry old logo).v2.1.2 Releasehttps://rosettea.github.io/Hilbish/blog/v2.1.2-release/Mon, 10 Apr 2023 12:27:41 -0400https://rosettea.github.io/Hilbish/blog/v2.1.2-release/The release with full changelogs and prebuilt binaries can be seen at the v2.1.2 tag. This release reverts the April Fool’s code additions in v2.1.1. It is functionally equal to v2.1.0. Nice! A real release will come possibly in a few days or next week, so stay tuned for the good and feature-filled release of v2.2!v2.1.1 Releasehttps://rosettea.github.io/Hilbish/blog/v2.1.1-release/Sat, 01 Apr 2023 18:15:42 -0400https://rosettea.github.io/Hilbish/blog/v2.1.1-release/The release with full changelogs and prebuilt binaries can be seen at the v2.1.1 tag. Welcome to a fresh new release of Hilbish! Some people (or none) may be awaiting the long coming v2.2 release with lots of features, but I needed to push out this little bug fix (wink) release. diff --git a/blog/v2.0-release/index.html b/blog/v2.0-release/index.html index 2dc5488..333952b 100644 --- a/blog/v2.0-release/index.html +++ b/blog/v2.0-release/index.html @@ -3,8 +3,7 @@ This is a big release, coming 9 months after the previous v1.2.0 and featuring o Documentation When querying about the problems people have with Hilbish, one of the issues was its poor documentation." property="og:description"> -