Personal homepage of Antoine Guillaume built with MkDocs Material.
Visit the site at: https://baraline.github.io
- Professional: CV, publications, conferences, reviewer work, and public communications
- Blog: Technical blog posts on machine learning, data science, and software development
- Links: Social media and professional network links
- Python 3.11+
- pip
- Clone the repository:
git clone https://github.com/baraline/baraline.github.io.git
cd baraline.github.io- Install dependencies:
pip install mkdocs-material mkdocs-blog-plugin- Serve the site locally:
mkdocs serve- Open your browser and visit
http://127.0.0.1:8000
To build the static site:
mkdocs buildThe built site will be in the site/ directory.
Create a new markdown file in docs/blog/posts/ with the following frontmatter:
---
date: YYYY-MM-DD
authors:
- baraline
categories:
- Category1
- Category2
---
# Your Post Title
Your content here...
<!-- more -->
Extended content...Edit the relevant files in the docs/professional/ directory:
cv.md- Curriculum Vitaepublications.md- Academic publicationsconferences.md- Conference presentationsreviewer.md- Reviewer workcommunications.md- Public communications
The site automatically deploys to GitHub Pages when you push to the main branch via GitHub Actions.
Content is © Antoine Guillaume. Code is MIT licensed.
- GitHub: @baraline
- LinkedIn: antoine-guillaume-69a83a101
- Try embedding notebook for code blocks to generate images