Skip to content

baraline/baraline.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

baraline.github.io

Personal homepage of Antoine Guillaume built with MkDocs Material.

Visit the site at: https://baraline.github.io

Structure

  • 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

Local Development

Prerequisites

  • Python 3.11+
  • pip

Setup

  1. Clone the repository:
git clone https://github.com/baraline/baraline.github.io.git
cd baraline.github.io
  1. Install dependencies:
pip install mkdocs-material mkdocs-blog-plugin
  1. Serve the site locally:
mkdocs serve
  1. Open your browser and visit http://127.0.0.1:8000

Building

To build the static site:

mkdocs build

The built site will be in the site/ directory.

Adding Content

Adding a Blog Post

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

Updating Professional Information

Edit the relevant files in the docs/professional/ directory:

  • cv.md - Curriculum Vitae
  • publications.md - Academic publications
  • conferences.md - Conference presentations
  • reviewer.md - Reviewer work
  • communications.md - Public communications

Deployment

The site automatically deploys to GitHub Pages when you push to the main branch via GitHub Actions.

License

Content is © Antoine Guillaume. Code is MIT licensed.

Contact

TODO :

  • Try embedding notebook for code blocks to generate images

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages