Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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á.