https://github.com/afa-farkhod/afa-farkhod.github.io
https://afa-farkhod.github.io/
https://github.com/afa-farkhod/afa-farkhod.github.io
mkdocs portfolio
Last synced: 5 months ago
JSON representation
https://afa-farkhod.github.io/
- Host: GitHub
- URL: https://github.com/afa-farkhod/afa-farkhod.github.io
- Owner: afa-farkhod
- Created: 2025-03-03T11:02:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-11T13:57:37.000Z (11 months ago)
- Last Synced: 2026-01-17T18:04:17.772Z (5 months ago)
- Topics: mkdocs, portfolio
- Language: HTML
- Homepage: https://afa-farkhod.github.io/
- Size: 5.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Profile Page
- Github page: afa-farkhod.github.io
- Tool: MkDocs
### Update Page:
- Since local changes are on main and already have a `gh-pages` branch, just rebuild and push the site again.
- Make sure latest changes are pushed to main:
```
git add -A
git commit -m "Update site"
git push origin main
```
- Deploy MkDocs to gh-pages:
```
mkdocs gh-deploy --clean
```