Skip to content

Commit

Permalink
Tweaks and dead-links
Browse files Browse the repository at this point in the history
  • Loading branch information
asontu committed Dec 11, 2023
1 parent 246b98c commit 3ed48b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ This repository exists to support [my blog](https://asontu.github.io/). If you'r
* Pagination done with the [Jekyll ootb pagination](https://jekyllrb.com/docs/pagination/)
* Comments realized with [Staticman](https://staticman.net) hosted on [Heroku](https://www.heroku.com) using [Travis Downs' guide](https://travisdowns.github.io/blog/2020/02/05/now-with-comments.html)<br>
_(the docs on the staticman site are outdated, the ones on the [GitHub repo](https://github.com/eduardoboucas/staticman) are up-to-date but minimal)_
* The theme is a heavily modified version of the [Hacker theme](https://pages-themes.github.io/hacker/) as it's one of the [supported themes](https://pages.github.com/themes/) on GitHub Pages. Background SVG and inspiration taken from the [Leaf](https://jekyll-themes.com/leaf/) theme, which itself is not supported on GitHub Pages
* The theme is a heavily modified version of the [Hacker theme](https://pages-themes.github.io/hacker/) as it's one of the [supported themes](https://pages.github.com/themes/) on GitHub Pages. Background SVG and inspiration taken from the [Leaf](https://jekyll-themes.com/supun-io/jekyll-theme-leaf) theme, which itself is not supported on GitHub Pages
* Pure CSS Light/dark mode toggle inspired by [Demilade Olaleye's codepen](https://codepen.io/demilad/pen/bZRjpb)
* Pure CSS collapsible based on [Seb's article](https://alligator.io/css/collapsible/)
* Pure CSS collapsible based on [Seb's article](https://www.digitalocean.com/community/tutorials/css-collapsible)
* Tag-filtered overviews based on [Long Qian's article](https://longqian.me/2017/02/09/github-jekyll-tag/#4-display-the-tags-of-a-post)<br>
_(start at step 4 though, 1-3 are obvious or unnecessary)_
* RSS-feed thanks to [Dzhavat Ushev's article](https://dzhavat.github.io/2020/01/19/adding-an-rss-feed-to-github-pages.html)
2 changes: 1 addition & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ textarea:focus, input[type=text]:focus, button:focus {

#page-title {
label::before {
border-color: rgba(0, 0, 0, .5);
border-color: rgba(0, 0, 0, .25);
background: rgba(0, 0, 0, .15);
}
label::after {
Expand Down

0 comments on commit 3ed48b5

Please sign in to comment.