PaperMod’s Demo

馃憢 Welcome to demo page of Hugo’s theme PaperMod!

  • PaperMod is designed to be clean and simple but fast and responsive theme with useful feature-set that enhances UX.
  • Feel free to show your support by giving us a star 馃専 on GitHub and sharing with your friends and social media .
  • PaperMod is based on theme Paper.

Technical Stuff in Machine Learning

CUDA Installation conda is an easy-to-use way of managing not only Python packages but also many software packages, including CUDA. Switching between different CUDA versions using is therefore straightforward. update-alternatives One can use update-alternatives to switch between different CUDA versions OS-wide. But I wouldn鈥檛 recommend it. >>> sudo update-alternatives --install /usr/local/cuda cuda /usr/local/cuda-11.8 118 >>> sudo update-alternatives --display cuda cuda - manual mode link best version is /usr/local/cuda-12.2 link currently points to /usr/local/cuda-11....

June 16, 2024 路 1 min 路 Me
Generated using [OG Image Playground by Vercel](https://og-playground.vercel.app/)

Markdown Syntax Guide

This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme. ...

March 11, 2019 路 2 min 路 Hugo Authors

Code Syntax Guide

Sample article showcasing basic code syntax and formatting for HTML elements.

March 10, 2019 路 2 min 路 Aditya Telange

Rich Content and Shortcodes

Hugo ships with several Built-in Shortcodes for rich content, along with a Privacy Config and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds. ...

March 10, 2019 路 1 min 路 Hugo Authors, PaperMod Contributors

Math Typesetting

Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries. ...

March 8, 2019 路 1 min 路 Hugo Authors

Emoji Support

Emoji can be enabled in a Hugo project in a number of ways. ...

March 5, 2019 路 1 min 路 Hugo Authors