https://github.com/pmalek/blog
Personal blog source code
https://github.com/pmalek/blog
blog
Last synced: 2 months ago
JSON representation
Personal blog source code
- Host: GitHub
- URL: https://github.com/pmalek/blog
- Owner: pmalek
- License: apache-2.0
- Created: 2024-11-30T17:35:45.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-01T09:16:07.000Z (3 months ago)
- Last Synced: 2025-03-27T18:57:48.914Z (2 months ago)
- Topics: blog
- Language: Makefile
- Homepage: https://blog.pmalek.dev/
- Size: 646 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[][gh_publish]
# blog
Source code for personal blog at [blog.pmalek.dev][blog].
## How it's made
- [Hugo][hugo_io] static site generator
- [Forked][keep_it_pmalek] [`KeepIt`][keep_it_upstream] theme
- [Giscus][giscus] for comments using GitHub discussions
- [`mise`][mise] for tools management
- GitHub Actions for CI/CD and [site deployment][gh_publish][blog]: https://blog.pmalek.dev
[giscus]: https://giscus.app/
[mise]: https://github.com/jdx/mise
[hugo_io]: https://gohugo.io/
[keep_it_pmalek]: https://github.com/pmalek/KeepIt/
[keep_it_upstream]: https://github.com/Fastbyte01/KeepIt
[gh_publish]: https://github.com/pmalek/blog/actions/workflows/publish.yaml## How to build
To run locally
```
make run
```To build the site
```
make build
```