https://github.com/mitranim/mitranim.github.io
Source code of my personal website.
https://github.com/mitranim/mitranim.github.io
Last synced: 4 months ago
JSON representation
Source code of my personal website.
- Host: GitHub
- URL: https://github.com/mitranim/mitranim.github.io
- Owner: mitranim
- Created: 2014-07-14T07:07:12.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T16:36:22.000Z (over 1 year ago)
- Last Synced: 2025-01-03T05:05:41.726Z (about 1 year ago)
- Language: Go
- Homepage: https://mitranim.com
- Size: 22.1 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Overview
Personal website, hosted via Github Pages at https://mitranim.com.
## Build
Install global dependencies:
make deps
...or just clone submodules:
make mod
Develop:
make
Deployment is automatic via Github Actions.