An open API service indexing awesome lists of open source software.

https://github.com/keanteng/home

🏡My personal blog page powered by Hugo and PaperMode
https://github.com/keanteng/home

blog hugo medium-article papermod python website

Last synced: about 2 months ago
JSON representation

🏡My personal blog page powered by Hugo and PaperMode

Awesome Lists containing this project

README

          

# Personal Blog Site 🌐

[![](https://img.shields.io/badge/project-website-brightgreen)](https://keanteng.github.io/home/)
![Static Badge](https://img.shields.io/badge/license-MIT-blue)

👋 Welcome to my personal blog page to publish my writing on a variety of topics and ideas.

This website is hosted on GitHub and powered by [Hugo](https://gohugo.io/) and [Papermode](https://github.com/adityatelange/hugo-PaperMod). You can also check out my blog on [Medium](https://khorkeanteng.medium.com/) where the same articles will also be posted there.

👉[Here](https://keanteng.github.io/home/docs/2023-04-09-creating-a-website-with-hugo--papermode/) is an article that shared how my site is build.

## Launch Locally

Install Hugo:
```bash
winget install Hugo.Hugo.Extended
```

Run the server:
```bash
hugo server
```

## Change Logs

- 2025-05-02
- [Move table of contents](https://www.333rd.net/zh/posts/tech/hugo%E4%BE%A7%E8%BE%B9%E7%9B%AE%E5%BD%95/) to the right side of the page.
- Add Latex support for math equations.
- Add more translated pages for the blog.
- 2025-05-01
- Add Japanese language support for the blog.
- Fix template issue and update Hugo engine
- 2024-03-21
- Add comment support through GitHub Discussions.
- 2023-04-09
- Migrating to Hugo and PaperMod theme.

## Pending Works

- [ ] Images and video content will be added using link embed and not upload to the repo to save space.