Skip to content

index

๐Ÿ“˜ Welcome to MindShelf: My Personal Wiki!

A personal knowledge base built with Obsidian and deployed using GitLab Pages ๐Ÿš€

Here you'll find my notes, thoughts, and resources across a variety of topics I explore and document over time. This content is continuously evolving as I learn new things and dive deeper into subjects I care about.

Head over to my personal website to discover more about who I am and what Iโ€™m working on.


  • ๐Ÿ—‚๏ธ What You'll Find Here


    • ๐Ÿ“Š Data Science & Programming
    • ๐Ÿ“š Machine Learning & Statistics
    • โš™๏ธ Tech Stack & Deployment Notes
    • ๐Ÿ’ก Productivity Tools & Workflows

    This wiki serves as both a personal knowledge hub and a way to share insights and bookmarks with future-me (and maybe you too!).


    • Use the sidebar on the left to browse topics.
    • Click on sections to expand or collapse subtopics.
    • Press / to search instantly across all pages.

โš™๏ธ How This Wiki Works

๐Ÿ› ๏ธ Tech Stack & Workflow

  • ๐Ÿ–Š๏ธ Created with Obsidian
    Notes are written and organized locally in Markdown format using Obsidian.

  • ๐Ÿ”„ Converted with MkDocs
    MkDocs processes the Markdown files and converts them into a static HTML site.

  • ๐Ÿงช Built with GitLab CI/CD
    A GitLab CI pipeline automatically builds the site every time I push changes.

  • ๐ŸŒ Deployed via GitLab Pages
    The site is publicly hosted as a static website on GitLab Pages.


Get a Quick Visual Tour: Mermaid Diagram of This Wiki

This diagram provides an overview of the wiki structure.
Click on any node to navigate directly to the related documentation page.

graph LR
  index(("index"))

  index --> CoolTools(["Cool Tools"])
  CoolTools --> Obsidian["Obsidian"]
  CoolTools --> Quarto["Quarto"]
  CoolTools --> NixOS["NixOS"]
  CoolTools --> Tmux["Tmux"]

  index --> Projects(["Projects"])
  Projects --> DashLab["DashLab"]
  Projects --> MindShelf["MindShelf"]
  Projects --> Portfolio["Portfolio"]
  Projects --> Minder["Minder"]

  index --> TechStack(["TechStack"])
  TechStack --> Docker["Docker"]
  TechStack --> Git["Git"]
  TechStack --> AWS["AWS"]

  index --> Knowledge(["Knowledge"])
  Knowledge --> ParallelComputing["Parallel Computing"]
  Knowledge --> CommandLine["Linux Command Line"]
  Knowledge --> Documentation["Documentation"]
  Knowledge --> ML_AI["Machine Learning / AI"]
  Knowledge --> MLOps["MLOps / Engineering"]

  click Obsidian "./CoolTools/Obsidian" "Obsidian homepage"
  click Tmux "./CoolTools/Tmux" "Tmux homepage"
  click NixOS "./CoolTools/NixOS" "NixOS homepage"
  click Quarto "./CoolTools/Quarto" "Quarto page"
  click DashLab "./Projects/DashLab" "DashLab project page"
  click MindShelf "./Projects/MindShelf" "MindShelf project page"
  click Portfolio "./Projects/Portfolio" "Portfolio project page"
  click Minder "./Projects/Minder" "Minder project page"
  click Docker "./TechStack/Docker" "Docker page"
  click Git "./TechStack/Git" "Git page"
  click AWS "./TechStack/AWS" "AWS page"
  click Documentation "./Knowledge/Documentation" "Documentation page"
  click CommandLine "./Knowledge/Linux Command Line" "CommandLine page"

%% Index node: orange with good contrast
classDef indexNode fill:#ffb347,stroke:#333,stroke-width:2px,font-weight:bold,color:#000;

%% Folder node: soft green with high visibility
classDef folderNode fill:#689f38,stroke:#333,stroke-width:1.5px,font-weight:normal,color:#000;

%% Cool tools: light blue with solid contrast
classDef coolToolsLeaves fill:#3b8bbd,stroke:#333,stroke-width:1px,font-style:normal,color:#fff;

classDef projectsLeaves fill:#2e8b57,stroke:#333,stroke-width:1px,font-style:normal,color:#fff;

classDef techStackLeaves fill:#c2185b,stroke:#333,stroke-width:1px,font-style:normal,color:#fff;


classDef knowledgeLeaves fill:#ff8f00,stroke:#333,stroke-width:1px,font-style:normal,color:#fff;


  class index indexNode
  class CoolTools,Projects,TechStack,Knowledge folderNode

  class Obsidian,Quarto,NixOS,Tmux coolToolsLeaves
  class DashLab,MindShelf,Portfolio,Minder projectsLeaves
  class Docker,Git,AWS techStackLeaves
  class ParallelComputing,CommandLine,Documentation,ML_AI,MLOps knowledgeLeaves

Thanks for stopping by and exploring! ๐Ÿ‘‹
Feel free to reach out if something resonates or you want to connect.

โ€” Pierre Galmiche