Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ImgBot] Optimize images #36

Open
wants to merge 60 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
c7cf204
New Comment!
staticman-net[bot] Aug 27, 2021
2329729
Update comment tooltip message
NotJustSid Aug 27, 2021
6503bd7
New Comment!
staticman-net[bot] Aug 27, 2021
e2375cb
Show tooltip on reply cancel
NotJustSid Aug 27, 2021
51a29d8
Post proofread 1
NotJustSid Aug 27, 2021
dd71a5c
Blog revamp post
NotJustSid Nov 2, 2021
c028812
GIA Revamp Post Update
NotJustSid Nov 2, 2021
4218488
Updated Config
NotJustSid Nov 4, 2021
ec2bdcb
Update about
NotJustSid Nov 4, 2021
124a137
Update post entry image
NotJustSid Nov 4, 2021
3af409d
Update post-index page (main page)
NotJustSid Nov 4, 2021
ae03071
Temp update staticman.yml to prevent spam comments
NotJustSid Nov 14, 2021
beec194
New Comment!
staticman-net[bot] Nov 14, 2021
7b24d53
Merge pull request #35 from Sid200/staticman_d1ca9640-455e-11ec-a0c9-…
NotJustSid Nov 14, 2021
3197169
Added my name to the license...
NotJustSid Nov 21, 2021
8e10561
Edit word with a potentially conflicting meaning
NotJustSid Jan 1, 2022
d65213f
Comments: Remove redundant part field
NotJustSid Nov 20, 2021
bee848c
New favicon!
NotJustSid May 27, 2022
5d43626
Update gems
NotJustSid May 27, 2022
6082aa2
Update gemfiles
NotJustSid Oct 27, 2022
ea264f8
Remove facebook sharing
NotJustSid Oct 27, 2022
584d5de
Add 404 page
NotJustSid Oct 27, 2022
130a9e8
Update README
NotJustSid Oct 27, 2022
3061b6b
Prettify head.html include
NotJustSid Oct 29, 2022
17eabe1
New preloader
NotJustSid Oct 30, 2022
5398516
New update post and rebrand announcement
NotJustSid Jul 29, 2023
d87b9a1
GAIA Rebrand
NotJustSid Jul 29, 2023
aa4543d
Remove unused coderay syntax highlighting
NotJustSid Nov 20, 2022
d73d610
Shifting to dark mode only: removed dark-mode.html
NotJustSid Jul 1, 2023
efae48c
Changed color scheme and home UI
NotJustSid Jul 29, 2023
d20df4e
Removed image preloader
NotJustSid Jul 29, 2023
6b51d3b
Account for missing images
NotJustSid Jul 29, 2023
d6b46d7
Add right margin to post descriptions
NotJustSid Jul 29, 2023
f04dd28
Change post description line-height
NotJustSid Jul 29, 2023
393ca6c
Added post series tag & removed extra ellipsis
NotJustSid Jul 30, 2023
c26332f
Changed series field format
NotJustSid Jul 30, 2023
f0e637b
Changed button colors
NotJustSid Jul 31, 2023
3fc40ac
Removed dark mode remnants et al
NotJustSid Aug 6, 2023
86fdd69
Removed more dark mode remnants
NotJustSid Aug 6, 2023
2bec78f
Added blockquote styles
NotJustSid Aug 6, 2023
3f3b5ac
Removed unnecessary post backgrounds
NotJustSid Aug 6, 2023
d770c98
Changed link styles
NotJustSid Aug 7, 2023
29488a5
Updated read-more module's styles
NotJustSid Aug 7, 2023
4975286
Updated pagination styles
NotJustSid Aug 7, 2023
d80c27d
Relative image links & removed redundant fields
NotJustSid Aug 7, 2023
5cf5093
Changed links in about me to be relative
NotJustSid Aug 7, 2023
1dda539
Better images with span IALs & no deprecated tags
NotJustSid Aug 7, 2023
a9e32a8
Updated math overflow to overflow-x only
NotJustSid Aug 8, 2023
fe54181
New comment UI/UX
NotJustSid Aug 9, 2023
08742a6
Updated about me
NotJustSid Aug 18, 2023
4f17dec
Added feature image for revamp update post
NotJustSid Aug 18, 2023
ef6f792
Updated archives and added series archive
NotJustSid Aug 18, 2023
306a7c2
Updated tag colors
NotJustSid Aug 18, 2023
30e20a7
Updated series UI within posts
NotJustSid Aug 18, 2023
04c8ed4
Updated landing header image
NotJustSid Aug 19, 2023
d9b21ba
Updated tooltips
NotJustSid Aug 19, 2023
be725f4
Added a radius to the blink animation
NotJustSid Aug 19, 2023
6b993f7
Updated 404 page feature image
NotJustSid Aug 19, 2023
dbb2fe5
Merge pull request #59 from Sid200/revamp
NotJustSid Aug 19, 2023
f426173
[ImgBot] Optimize images
ImgBotApp Aug 19, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions 404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: page
title: Uh oh! That doesn't exist 😟
tags: [404]
comments: false
image:
feature: landing-header.svg
permalink: /404.html
reading_time_override: 404
---

{:style="display: flex; justify-content: center"}
> "There are no wrong turnings. Only paths we had not known we were meant to walk."

{:style="font-weight: bold;"}
So looks like you've stumbled upon a dead end.

I apologize if you didn't find what you were looking for, but perhaps you can still find it with a different query! If you notice any discrepancy and would like me to fix it, please do let me know.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ gem "jekyll-paginate"
gem "jekyll-gist"
gem 'jekyll-compose', group: [:jekyll_plugins]
gem 'github-pages'
gem 'jemoji'
gem 'jemoji'
gem "webrick", "~> 1.7"
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
200 changes: 97 additions & 103 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,45 +4,42 @@ GEM
activesupport (3.2.22.5)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.11.1)
colorator (1.1.0)
commonmarker (0.17.13)
ruby-enum (~> 0.5)
concurrent-ruby (1.1.8)
dnsruby (1.61.5)
commonmarker (0.23.6)
concurrent-ruby (1.1.10)
dnsruby (1.61.9)
simpleidn (~> 0.1)
em-websocket (0.5.2)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
ethon (0.12.0)
ffi (>= 1.3.0)
http_parser.rb (~> 0)
ethon (0.15.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
execjs (2.7.0)
faraday (1.3.0)
faraday-net_http (~> 1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords
faraday-net_http (1.0.1)
ffi (1.15.0)
ffi (1.15.0-x64-mingw32)
execjs (2.8.1)
faraday (2.6.0)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.1)
ffi (1.15.5-x64-mingw-ucrt)
forwardable-extended (2.6.0)
gemoji (3.0.1)
github-pages (214)
github-pages-health-check (= 1.17.0)
jekyll (= 3.9.0)
github-pages (227)
github-pages-health-check (= 1.17.9)
jekyll (= 3.9.2)
jekyll-avatar (= 0.7.0)
jekyll-coffeescript (= 1.1.1)
jekyll-commonmark-ghpages (= 0.1.6)
jekyll-commonmark-ghpages (= 0.2.0)
jekyll-default-layout (= 0.1.4)
jekyll-feed (= 0.15.1)
jekyll-gist (= 1.5.0)
jekyll-github-metadata (= 2.13.0)
jekyll-include-cache (= 0.2.1)
jekyll-mentions (= 1.6.0)
jekyll-optional-front-matter (= 0.3.2)
jekyll-paginate (= 1.1.0)
Expand All @@ -51,45 +48,45 @@ GEM
jekyll-relative-links (= 0.6.1)
jekyll-remote-theme (= 0.4.3)
jekyll-sass-converter (= 1.5.2)
jekyll-seo-tag (= 2.7.1)
jekyll-seo-tag (= 2.8.0)
jekyll-sitemap (= 1.4.0)
jekyll-swiss (= 1.0.0)
jekyll-theme-architect (= 0.1.1)
jekyll-theme-cayman (= 0.1.1)
jekyll-theme-dinky (= 0.1.1)
jekyll-theme-hacker (= 0.1.2)
jekyll-theme-leap-day (= 0.1.1)
jekyll-theme-merlot (= 0.1.1)
jekyll-theme-midnight (= 0.1.1)
jekyll-theme-minimal (= 0.1.1)
jekyll-theme-modernist (= 0.1.1)
jekyll-theme-primer (= 0.5.4)
jekyll-theme-slate (= 0.1.1)
jekyll-theme-tactile (= 0.1.1)
jekyll-theme-time-machine (= 0.1.1)
jekyll-theme-architect (= 0.2.0)
jekyll-theme-cayman (= 0.2.0)
jekyll-theme-dinky (= 0.2.0)
jekyll-theme-hacker (= 0.2.0)
jekyll-theme-leap-day (= 0.2.0)
jekyll-theme-merlot (= 0.2.0)
jekyll-theme-midnight (= 0.2.0)
jekyll-theme-minimal (= 0.2.0)
jekyll-theme-modernist (= 0.2.0)
jekyll-theme-primer (= 0.6.0)
jekyll-theme-slate (= 0.2.0)
jekyll-theme-tactile (= 0.2.0)
jekyll-theme-time-machine (= 0.2.0)
jekyll-titles-from-headings (= 0.5.3)
jemoji (= 0.12.0)
kramdown (= 2.3.1)
kramdown (= 2.3.2)
kramdown-parser-gfm (= 1.1.0)
liquid (= 4.0.3)
mercenary (~> 0.3)
minima (= 2.5.1)
nokogiri (>= 1.10.4, < 2.0)
nokogiri (>= 1.13.6, < 2.0)
rouge (= 3.26.0)
terminal-table (~> 1.4)
github-pages-health-check (1.17.0)
github-pages-health-check (1.17.9)
addressable (~> 2.3)
dnsruby (~> 1.60)
octokit (~> 4.0)
public_suffix (>= 2.0.2, < 5.0)
public_suffix (>= 3.0, < 5.0)
typhoeus (~> 1.3)
html-pipeline (2.14.0)
html-pipeline (2.14.3)
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.6.0)
http_parser.rb (0.8.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.9.0)
jekyll (3.9.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand All @@ -107,12 +104,12 @@ GEM
jekyll-coffeescript (1.1.1)
coffee-script (~> 2.2)
coffee-script-source (~> 1.11.1)
jekyll-commonmark (1.3.1)
commonmarker (~> 0.14)
jekyll (>= 3.7, < 5.0)
jekyll-commonmark-ghpages (0.1.6)
commonmarker (~> 0.17.6)
jekyll-commonmark (~> 1.2)
jekyll-commonmark (1.4.0)
commonmarker (~> 0.22)
jekyll-commonmark-ghpages (0.2.0)
commonmarker (~> 0.23.4)
jekyll (~> 3.9.0)
jekyll-commonmark (~> 1.4.0)
rouge (>= 2.0, < 4.0)
jekyll-compose (0.12.0)
jekyll (>= 3.7, < 5.0)
Expand All @@ -125,6 +122,8 @@ GEM
jekyll-github-metadata (2.13.0)
jekyll (>= 3.4, < 5.0)
octokit (~> 4.0, != 4.4.0)
jekyll-include-cache (0.2.1)
jekyll (>= 3.7, < 5.0)
jekyll-mentions (1.6.0)
html-pipeline (~> 2.3)
jekyll (>= 3.7, < 5.0)
Expand All @@ -144,50 +143,50 @@ GEM
rubyzip (>= 1.3.0, < 3.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-seo-tag (2.7.1)
jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-swiss (1.0.0)
jekyll-theme-architect (0.1.1)
jekyll (~> 3.5)
jekyll-theme-architect (0.2.0)
jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0)
jekyll-theme-cayman (0.1.1)
jekyll (~> 3.5)
jekyll-theme-cayman (0.2.0)
jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0)
jekyll-theme-dinky (0.1.1)
jekyll (~> 3.5)
jekyll-theme-dinky (0.2.0)
jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0)
jekyll-theme-hacker (0.1.2)
jekyll-theme-hacker (0.2.0)
jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0)
jekyll-theme-leap-day (0.1.1)
jekyll (~> 3.5)
jekyll-theme-leap-day (0.2.0)
jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0)
jekyll-theme-merlot (0.1.1)
jekyll (~> 3.5)
jekyll-theme-merlot (0.2.0)
jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0)
jekyll-theme-midnight (0.1.1)
jekyll (~> 3.5)
jekyll-theme-midnight (0.2.0)
jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0)
jekyll-theme-minimal (0.1.1)
jekyll (~> 3.5)
jekyll-theme-minimal (0.2.0)
jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0)
jekyll-theme-modernist (0.1.1)
jekyll (~> 3.5)
jekyll-theme-modernist (0.2.0)
jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0)
jekyll-theme-primer (0.5.4)
jekyll-theme-primer (0.6.0)
jekyll (> 3.5, < 5.0)
jekyll-github-metadata (~> 2.9)
jekyll-seo-tag (~> 2.0)
jekyll-theme-slate (0.1.1)
jekyll (~> 3.5)
jekyll-theme-slate (0.2.0)
jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0)
jekyll-theme-tactile (0.1.1)
jekyll (~> 3.5)
jekyll-theme-tactile (0.2.0)
jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0)
jekyll-theme-time-machine (0.1.1)
jekyll (~> 3.5)
jekyll-theme-time-machine (0.2.0)
jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0)
jekyll-titles-from-headings (0.5.3)
jekyll (>= 3.3, < 5.0)
Expand All @@ -197,71 +196,64 @@ GEM
gemoji (~> 3.0)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
kramdown (2.3.1)
kramdown (2.3.2)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.5.1)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.5.3)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
multi_json (1.15.0)
multipart-post (2.1.1)
nokogiri (1.11.7)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
nokogiri (1.11.7-x64-mingw32)
nokogiri (1.13.9-x64-mingw-ucrt)
racc (~> 1.4)
octokit (4.20.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
racc (1.5.2)
rb-fsevent (0.10.4)
public_suffix (4.0.7)
racc (1.6.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.26.0)
ruby-enum (0.9.0)
i18n
ruby2_keywords (0.0.4)
rubyzip (2.3.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sawyer (0.8.2)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
faraday (>= 0.17.3, < 3)
simpleidn (0.2.1)
unf (~> 0.1.4)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (2.0.4)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2021.1)
tzinfo-data (1.2022.5)
tzinfo (>= 1.0.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
unf_ext (0.0.7.7-x64-mingw32)
unicode-display_width (1.7.0)
unf_ext (0.0.8.2-x64-mingw-ucrt)
unicode-display_width (1.8.0)
wdm (0.1.1)
webrick (1.7.0)

PLATFORMS
ruby
x64-mingw32
x64-mingw-ucrt

DEPENDENCIES
github-pages
Expand All @@ -273,6 +265,8 @@ DEPENDENCIES
jekyll-sitemap
jemoji
tzinfo-data
wdm (>= 0.1.0)
webrick (~> 1.7)

BUNDLED WITH
2.2.24
2.3.7
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright [2021] [Sid]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Loading