Explore >> Select a destination


You are here

ionathan.ch
| | yasha.solutions
4.2 parsecs away

Travel
| | So, i had this planned for a while to add some more math content to this blog. Mostly for the content I do in french, where I do a lot of school related content for the kids but also for here, in english, where I will likely need it later when adding content about recommender system and other ML topics. Anyway, figured out that Latex is the way to go usually when you want to do some maths in a paper, and well, turns out there is a library for this name Katex and it's super simple to integrate in Hugo.
| | roneo.org
13.8 parsecs away

Travel
| | Shortcode files are available in this repo and can be installed with this Shortcode collection I maintain. This collection provides a selection of Shortcodes to enhance Hugo. 1. Add the Shortcode collection Install as Git submodule: git submodule add https://gitlab.com/Roneo/hugo-shortcode-roneo-collection.git themes/hugo-shortcode-roneo-collection Then call this module from config.yml: theme: - hugo-shortcode-roneo-collection - YourCurrentTheme OR from config.toml theme = ["hugo-shortcode-roneo-collection", "YourCurrentTheme"] 2. Add Plyr to your theme Download plyr.css and plyr.polyfilled.js to static/.
| | mherman.org
7.8 parsecs away

Travel
| | Step-by-step guide covering how to automatically deploy a Jekyll site to Netlify using Docker and GitLab CI.
| | techsavvypriya.wordpress.com
98.7 parsecs away

Travel
| From last few days, I have been writing on Microservices Architecture and Container Technology. You can read that here onPart-One&Part-Two. During this, I have come across many docker terminologies and having a quick understanding of these terminology helps a lot. 1. Docker Editions ?Docker Community Edition (CE)is ideal for Developers who are looking for experimenting...