Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/das-dias/das-dias.github.io
A personal web CV built on top of MkDocs.
https://github.com/das-dias/das-dias.github.io
cv landing-page mkdocs
Last synced: about 7 hours ago
JSON representation
A personal web CV built on top of MkDocs.
- Host: GitHub
- URL: https://github.com/das-dias/das-dias.github.io
- Owner: das-dias
- Created: 2025-02-02T16:45:26.000Z (1 day ago)
- Default Branch: main
- Last Pushed: 2025-02-02T17:00:21.000Z (1 day ago)
- Last Synced: 2025-02-02T17:30:44.701Z (1 day ago)
- Topics: cv, landing-page, mkdocs
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a simple personal landing page containing my personal and professional information. This web-based *curriculum vitae* was built on top of [MkDocs](https://www.mkdocs.org/).
# Deployment:
Run `mkdocs build` to build the website from the source repo, and then push the built website source code into a new repo branch `gh-pages` using `mkdocs gh-deploy`.
This new branch only contains the built static website source code, and it shares no similar history with the `main` branch. This cannot be merged together.
Now, it is required to configure GitHub Pages to deploy the website from the source of the new `gh-pages`. For this, go to `Settings > Pages > Deploy from branch` and select the new `gh-pages / (root)` branch.
Voi lá.