Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khaliqgant/khaliqgant.com
My Personal Website
https://github.com/khaliqgant/khaliqgant.com
Last synced: 4 days ago
JSON representation
My Personal Website
- Host: GitHub
- URL: https://github.com/khaliqgant/khaliqgant.com
- Owner: khaliqgant
- Created: 2014-01-01T22:27:45.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-07-23T06:40:05.000Z (over 1 year ago)
- Last Synced: 2024-11-10T03:42:26.964Z (2 months ago)
- Language: HTML
- Homepage: https://khaliqgant.com/
- Size: 17.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Khaliqgant.com Static Site
=========# Technology
* Built using [Hugo](https://gohugo.io/documentation/) and using the [Codex theme](https://themes.gohugo.io/hugo-theme-codex/)# Deployment
* Deployments are triggered to my Kubernetes cluster using Github actions
* Hugo builds are done by using this Docker build: https://github.com/klakegg/docker-hugo
* [Configuration](https://github.com/klakegg/docker-hugo#configuration) environment variables:
```
HUGO_BIND - Bind address for server. Default: 0.0.0.0
HUGO_CACHEDIR - Cache directory for modules. Default: /tmp
HUGO_DESTINATION - Location of output folder. Default: public
HUGO_PANDOC - Pandoc command to be triggered. Default: pandoc-default
HUGO_ENV - Selecting environment ("DEV"/"production"). Default: DEV
HUGO_VERSION - Version of Hugo to use. Requires images for Hugo 0.71.1 or newer. Default: blank
```
* Using [docker-nginx-certbot](https://github.com/staticfloat/docker-nginx-certbot) for
SSL cert renewal# Writing A New Blog Post
```
./blog.sh my-new-post
```