https://github.com/sohang3112/sohang3112.github.io
My Blog (on Github Pages)
https://github.com/sohang3112/sohang3112.github.io
giscus github-pages-website jekyll-blog ruby tech-blog
Last synced: 2 months ago
JSON representation
My Blog (on Github Pages)
- Host: GitHub
- URL: https://github.com/sohang3112/sohang3112.github.io
- Owner: sohang3112
- License: mit
- Created: 2021-05-01T17:27:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-08T14:31:53.000Z (over 1 year ago)
- Last Synced: 2025-06-14T03:42:47.407Z (about 1 year ago)
- Topics: giscus, github-pages-website, jekyll-blog, ruby, tech-blog
- Language: SCSS
- Homepage: https://sohang3112.github.io/
- Size: 8.39 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
sohang3112.github.io (My website)
My blog website made with Github Pages and [Jekyll Now](https://github.com/barryclark/jekyll-now).
Likes & comments on blog posts are done via [Giscus](https://giscus.app/) (which is based on Github Discussions). Previously tried [Disqus](https://disqus.com/) since it supports signing up with Google, but could not debug the error [Disqus seems to be taking longer than usual](https://help.disqus.com/en/articles/1717300-troubleshooting-common-error-messages).
New Blog Posts are created by adding Markdown files in *_posts/* folder in format *YYYY-mm-dd-name.md*.
The date specified in post filename is then shown at the bottom of the post like *Written on March 10, 2024*.
## Local Development
See [INSTALL.md](INSTALL.md).
## SEO & Google Search Ranking
Currently my website seems not to be indexed at all - [my blog posts don't show at all in Google search results](https://github.com/sohang3112/sohang3112.github.io/issues/3). To fix this, I'm trying steps from [this guide](https://firstsiteguide.com/blog-not-showing-in-google/):
- [x] **Submit Sitemap:** Went to https://search.google.com/search-console/, uploaded page *google62f8e5f86bcb389e.html* to my site to verify ownership, and then submitted [my sitemap](https://sohang3112.github.io/sitemap.xml).
- [ ] **Build Quality Links** (see heading by this name in the above guide link)