https://github.com/vasylenko/devdosvid.blog
A source code of my personal website powered by Hugo
https://github.com/vasylenko/devdosvid.blog
blog github-page hugo hugo-blog hugo-site
Last synced: 2 months ago
JSON representation
A source code of my personal website powered by Hugo
- Host: GitHub
- URL: https://github.com/vasylenko/devdosvid.blog
- Owner: vasylenko
- Created: 2020-03-05T19:44:33.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-11-08T00:05:08.000Z (6 months ago)
- Last Synced: 2025-11-08T01:13:10.349Z (6 months ago)
- Topics: blog, github-page, hugo, hugo-blog, hugo-site
- Language: HTML
- Homepage: https://devDosvid.blog
- Size: 38.8 MB
- Stars: 9
- Watchers: 0
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/vasylenko/devdosvid.blog/actions/workflows/deploy-production.yaml)
## Personal blog powered by Hugo
💰 **Zero-cost** (but it still takes your time, though) hosting and CI/CD with GitHub and free CloudFlare CDN for the fast content delivery and better compression.
👨💻 Static website generator — [Hugo](https://gohugo.io/)
📝 Blog theme: [PaperMod](https://github.com/adityatelange/hugo-PaperMod/) used as Git submodule
⚙️ CI/CD: GitHub [Actions](https://docs.github.com/en/actions) (see my [workflow](./.github/workflows/website.yaml) for example)
🌎 Free account at [CloudFlare](https://www.cloudflare.com/plans/) for CDN
### Hugo and PaperMod theme customization:
- [attention](./layouts/shortcodes/attention.html) and [updatenotice](./layouts/shortcodes/updatenotice.html) — colored blocks used to inform about the important changes in a publication
example of `attention`: https://serhii.vasylenko.info/2021/05/21/configure-http-security-headers-with-cloudfront-functions.html
example of `updatenotice`: https://serhii.vasylenko.info/2021/01/20/terraforming-mac1-metal-at-AWS.html
- [snippet](./layouts/shortcodes/snippet.html) — collapsible block of text (aka spoiler), useful for code snippets