About
As a technical writer, I'm really interested in the docs-as-code philosophy.
This website follows its principles:
- I write the pages in a plain text format: Markdown.
- I commit changes to a GitHub repository.
-
When the
main
branch of the GitHub repository receives a commit:- A GitHub action installs MkDocs in a virtual environment.
- MkDocs automatically transforms the Markdown source files into HTML files.
- GitHub automatically pushes the HTML files to the
gh-pages
branch of the repository.
-
GitHub offers the content of the
gh-pages
branch as a website at dobaret.github.io.
Info
I have bought dorianbaret.fr
and configured its DNS records to point to dobaret.github.io
. Both URLs lead to this website.