Explore >> Select a destination


You are here

blog.vashishtha.in
| | mostlymaths.net
2.1 parsecs away

Travel
| | Here are some details of the tools used to build and keep this blog. The engine is the static site generator Hugo Hosted on Github Pages The main header is a Julia set I computed many years ago The font is Reforma 1969 The code font is Monoid The drop caps are from the Byrne font by Nicholas Rougeaux The break decoration font is Nymphette Uses MathJax in some pages Uses D3.
| | schmonz.com
1.7 parsecs away

Travel
| | [AI summary] Amitai, a software developer and itinerant, discusses programming for non-programmers at a Lean Agile Edinburgh event in August 2018, focusing on live-coding and Python programming with a livestreamed presentation.
| | akashgoswami.dev
1.5 parsecs away

Travel
| | A quick overview of what I plan on using this website for
| | michaelneuper.com
16.3 parsecs away

Travel
| Setting up your own static website can be a great way to showcase your personal brand, portfolio, or business online. In this post, we'll walk through the process of setting up a static website using Hugo as the static site generator and Netlify as the hosting service. Building The Site First, let's talk about what a static website is and why it's a good choice for many people. A static website is a website that is built using only HTML, CSS, and JavaScript files. These files are served to the user's web browser as-is, without the need for any server-side processing. This makes static websites fast, secure, and easy to maintain.