Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…hub.io

* 'master' of https://github.com/akatekhanh/akatekhanh.github.io: (40 commits)
  Delete CNAME
  restructure page
  Update CNAME
  Create CNAME
  oop python, OOP overview
  replaced var with const (daattali#1049)
  Add `navbar-var-length` config parameter (daattali#1011)
  more readable format for config file
  Update CHANGELOG.md
  Fixes daattali#765 (daattali#1010)
  add 'edit this page' button; closes daattali#1004
  Update CHANGELOG.md
  Markup home page content lists and tags as lists (daattali#950)
  add news item for hacerrank
  added hackerrank social media network (daattali#978)
  add news item for kaggle social media
  adding kaggle social link (daattali#961)
  add commentbox to readme
  add commentbox to readme
  Add New Comment options (daattali#960)
  ...
  • Loading branch information
akatekhanh committed Jan 13, 2024
2 parents 800064c + 8fb8119 commit e8ad4fe
Show file tree
Hide file tree
Showing 57 changed files with 586 additions and 317 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## Unreleased version

- Added `navbar-var-length` config setting that allows the navigation menu to be the same length as the longest sub-menu, so that long words in the submenu are not cut off (#765)
- Added `post_search` config setting that creates a Search button in the navbar (older websites need to set `post_search: true` to enable this feature) (#770)
- Added `edit_page_button` config setting that adds a "Edit page" button to the footer (to edit the current page on GitHub) (#1004)
- BREAKING CHANGE: More control over RSS feed sharing: previously, an RSS feed was *always* generated, and if the config setting `rss-description` was set then there was an RSS icon in the footer. Now, an RSS feed is only generated when the config setting `rss-description` exists, and an RSS footer icon is only shown if `rss: true` is set in the `social-network-links` config settings
- Fixed page titles, subtitles, and excerpts rendering correctly when there are special characeters in them (#856)
- Slightly reworked margins and position for avatar image to resolve an alignment issue on Safari.
- Changed the width at which the navbar collapses to a higher threshold because most modern non-mobile browsers are >1000px
- Fixed bug where navbar secondary level dropdown items didn't inherit the same colour as the primary navbar links
Expand All @@ -12,6 +16,12 @@
- Updated staticman from using v2 (public servers) to v3 (private servers) due to the public servers becoming obsolete (#775)
- Added support for Cloudflare Analytics (#797)
- Added Reddit in share options of posts (#815)
- Added support for giscus comments (#886) and CommentBox (#960)
- Fixed bug where staticman didn't work jQuery slim version is used (#766)
- Fixed very long strings to wrap around the next line rather than go off-screen (#787)
- Added `footer-hover-col` config setting to customize the hover colour of links in the footer (#848)
- Added social network links for Discord (#907), Kaggle (#961), and Hackerrank (#978)
- Made the home page feed more accessible for screen readers (#950)

## v5.0.0 (2020-09-15)

Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ source "https://rubygems.org"

gemspec


gem "webrick", "~> 1.7"
Loading

0 comments on commit e8ad4fe

Please sign in to comment.