The Digital Headquarters of MekOps.
Where Cloud-Native meets Bare Metal.
This repository contains the source code for mekops.com, my personal portfolio and engineering blog.
- Generator: Hugo (Fast, static, secure).
- Theme: Hugo Clarity (Enterprise-grade, documentation-focused design).
- Comments: Giscus (GitHub Discussions integration).
- Analytics: [GoatCounter / Cloudflare] (Privacy-first).
To run this site locally:
-
Clone the repository:
git clone --recurse-submodules [https://github.com/mekops-labs/mekops.com.git](https://github.com/mekops-labs/mekops.com.git) cd mekops.com -
Update Theme (Optional): If the theme submodule is empty:
git submodule update --init --recursive
-
Run Hugo Server:
hugo server -D
-
View: Open
http://localhost:1313in your browser.
config/_default: Main site configuration (Menus, Params).static/: Images, logos, and global assets.layouts/: Theme overrides (e.g., custom Giscus partials).
The content of this website (blog posts, images, documentation) is licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0).
The Clarity theme is licensed under MIT.