Skip to content

Commit

Permalink
Re-enable giscus + /now page updates (#22)
Browse files Browse the repository at this point in the history
* chore: add CNAME for custom sub-domain

* chore: update CNAME record

- subdomain to apex instead, can't use both apparently...
- https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site#configuring-an-apex-domain-and-the-www-subdomain-variant

* update/fix: re-enable giscus

- Looks like #issuecomment-1873480032 fixed it
- only in the `/colophon` page for now

* updates: re-enable giscus, update now page

* updates: update now page
  • Loading branch information
bhodrolok authored Mar 13, 2024
1 parent 8d0c301 commit ee5d413
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,8 @@ FodyWeavers.xsd
# JetBrains Rider
*.sln.iml

xd/*

themes/serene
config.*.toml
public/
Expand Down
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ show_footer_tool_credits = false # Whether to show 'build tool' c
show_footer_cc_license = true # Whether to show CC/Creative Commons license
footer_copyright_license = "CC BY-SA 4.0"
show_footer_signature = true
footer_signature = "Made with ❤️ 🥞 🍛 ☕"
footer_signature = "</> with ❤️ 🥞 🍛 ☕"

# Stuff below a horizontal break in the regular footer... extra footer
show_foooter = true
Expand Down
2 changes: 2 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ template = 'home.html'
lang = 'en'
+++

## Hello there! | নমস্কার! | नमस्ते! | Bonjour!

I am a recent Computer Science graduate from the University of Calgary. I enjoy building things and collaborating with others in a shared setting and being a part of a community that shares this passion for coming up with innovative solutions for problems.

As an aspiring Software Engineer and DevOps enthusiast, I love assembling things, both software and hardware, from scratch and automating everything. I am always eager to learn and stay up-to-date with the latest technologies and industry trends.
Expand Down
12 changes: 7 additions & 5 deletions content/colophon/_index.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,29 @@
+++
title = "/colophon"
description = "Info about this site itself"
description = "Metainformation about this website"
template = "colophon.html"

[extra]
lang = 'en'
math = false
mermaid = false
copy = false
comment = false # https://github.com/giscus/giscus/issues/1269
comment = true
# https://github.com/giscus/giscus/issues/1269 (resolved)
blur_effect = true
+++

## About this site

- ***Hosting***: Deployed and hosted on [GitHub Pages](https://pages.github.com/) with the source code available on [GitHub](https://github.com/Bhodrolok/Bhodrolok.github.io).
- ***First published***: May 11, 2023
- ***First published***: May 11, 2023.
- ***Technologies used***: Developed and built using [zola](https://github.com/getzola/zola) _[v0.18.0](https://github.com/getzola/zola/releases/tag/v0.18.0)_, which is a Rust-based static site generator, with a modified version of the [serene](https://github.com/isunjn/serene) _[v2.1.2](https://github.com/isunjn/serene/releases/tag/v2.1.2)_ theme applied.
- ***Typography***: Fonts used are [Karma](https://fonts.google.com/specimen/Karma) and [Work Sans](https://fonts.google.com/specimen/Work+Sans). Self-hosted.
- ***Icons***: SVG icons used from [Remix Icon](https://remixicon.com) and [Font Awesome](https://fontawesome.com). Favicon made with [Microsoft Designer](https://designer.microsoft.com).
- ***Icons***: SVG icons used from [Remix Icon](https://remixicon.com) and [Font Awesome](https://fontawesome.com). Favicon made with [Microsoft Designer](https://designer.microsoft.com). Self-hosted.
- ***Testing***: Conducted in the latest versions of Google Chrome, Microsoft Edge, Safari, Mozilla Firefox, and [Floorp](https://github.com/Floorp-Projects/Floorp).
- ***Commenting system***: Enabled by [giscus](https://giscus.app) which uses [GitHub Discussions](https://github.com/features/discussions).
- Any questions or concerns about this website or its operation can be submitted as a [GitHub issue](https://github.com/Bhodrolok/Bhodrolok.github.io/issues).
- Any questions or concerns about this website, or its operation, can be submitted as a comment in this page or as an individual [GitHub issue](https://github.com/Bhodrolok/Bhodrolok.github.io/issues).

---
> A colophon is a page or section, like a footer, of a site that describes how the site is made, with what tools, supporting what technologies. -- [IndieWeb](https://indieweb.org/colophon)
- Adapted to the digital age from it's [historical usage](https://en.wikipedia.org/wiki/Colophon_(publishing)) in publishing.
18 changes: 11 additions & 7 deletions content/now/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,22 @@ template = "now.html"
lang = 'en'
+++

> <span class='natural-type'> As of January 18, 2024 </span>
> <span class='natural-type'> As of March 13, 2024 </span>
Some of the things that I am occupied with **now** are:

- Working on [JobAppTrackr](https://github.com/Bhodrolok/JobAppTrackr), [rupantar](https://github.com/Bhodrolok/rupantar), and this [website](https://github.com/Bhodrolok/Bhodrolok.github.io).
- Learning C# and Golang.
- Gitting gud at [bash](https://www.man7.org/linux/man-pages/man1/bash.1.html) and [PowerShell](https://learn.microsoft.com/en-us/powershell/) scripting.
- Finding ways to improve my previous projects.
- Working on [JobAppTrackr](https://github.com/Bhodrolok/JobAppTrackr), [rupantar](https://github.com/Bhodrolok/rupantar), and this [website](https://github.com/Bhodrolok/Bhodrolok.github.io).
- A few others on top of these but those are still mostly in the drawing board/Proof-of-Concept stage!
- Learning C# and Golang while also getting better with JavaScript/TypeScript and Python (along with their ever-evolving ecosystems!).
- Gitting gud at [bash](https://www.man7.org/linux/man-pages/man1/bash.1.html) and [PowerShell](https://learn.microsoft.com/en-us/powershell/) scripting.
- TUIs >>> GUIs
- Trying to self-host some apps & services on my servers <span class='natural-type'>without breaking them.</span>
- Playing around with [OCI](https://www.oracle.com/in/cloud/compute/virtual-machines/).
- A whole lotta [Docker](https://xkcd.com/1988/)-ing. Works on LAN btw.
- Playing around with [OCI](https://www.oracle.com/in/cloud/compute/virtual-machines/).
- I find their ['Always Free'](https://docs.oracle.com/en-us/iaas/Content/FreeTier/freetier_topic-Always_Free_Resources.htm) tier offering much more generous than the other Cloud Service Providers.
- Practicing mindfulness and gratitude.
- Catching up on my reading list and movies backlog.
- Catching up on my reading list and movies backlog. Some podcasts here and there as well!
- Will probably work on something that allows me to post them here on this website with an automated status update workflow 🚧

---

Expand Down

0 comments on commit ee5d413

Please sign in to comment.