Skip to content

Welcome to vsh852.com

Welcome to my personal site built with Material for MkDocs!

Features

This site is built using:

  • Material for MkDocs - A modern documentation theme
  • MkDocs Jupyter - For rendering Jupyter notebooks
  • Cloudflare Pages - For free hosting

Getting Started

Explore the navigation above to learn more about this site.

Example Code

Here's a simple Python code block:

def hello():
    print("Hello from vsh852.com!")

if __name__ == "__main__":
    hello()

Note

This site supports Jupyter notebooks! You can add .ipynb files to the docs folder and they will be rendered automatically.