An open API service indexing awesome lists of open source software.

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/

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
```