Hugo-blog https://hugo-blog0.netlify.app/ Recent content on Hugo-blog Hugo -- gohugo.io en-us Fri, 14 Aug 2020 13:30:29 +0530 Making a Verlet Physics Engine in Javascript https://hugo-blog0.netlify.app/blog/fivth/ Fri, 14 Aug 2020 13:30:29 +0530 https://hugo-blog0.netlify.app/blog/fivth/ Have you ever wondered if you can make your own physics engine in JavaScript? If so, you have come to the right place. We are going to build a Physics engine from scratch in JavaScript. Before we start, I should mention that this tutorial assumes you have a good understanding of Vectors. Don’t worry if you do not yet have this understanding — Vectors are simple: get the Vector.js. What Is Verlet Physics? Making a Verlet Physics Engine in Javascript https://hugo-blog0.netlify.app/blog/fourth/ Fri, 14 Aug 2020 13:22:10 +0530 https://hugo-blog0.netlify.app/blog/fourth/ Have you ever wondered if you can make your own physics engine in JavaScript? If so, you have come to the right place. We are going to build a Physics engine from scratch in JavaScript. Before we start, I should mention that this tutorial assumes you have a good understanding of Vectors. Don’t worry if you do not yet have this understanding — Vectors are simple: get the Vector.js. What Is Verlet Physics? Making a Verlet Physics Engine in Javascript https://hugo-blog0.netlify.app/blog/third/ Fri, 14 Aug 2020 13:22:10 +0530 https://hugo-blog0.netlify.app/blog/third/ Have you ever wondered if you can make your own physics engine in JavaScript? If so, you have come to the right place. We are going to build a Physics engine from scratch in JavaScript. Before we start, I should mention that this tutorial assumes you have a good understanding of Vectors. Don’t worry if you do not yet have this understanding — Vectors are simple: get the Vector.js. What Is Verlet Physics? How to make a hugo theme https://hugo-blog0.netlify.app/blog/second/ Fri, 14 Aug 2020 13:11:45 +0530 https://hugo-blog0.netlify.app/blog/second/ Introduction This tutorial will show you how to create a simple theme in Hugo. I assume that you are familiar with HTML, the bash command line, and that you are comfortable using Markdown to format content. I&rsquo;ll explain how Hugo uses templates and how you can organize your templates to create a theme. I won&rsquo;t cover using CSS to style your theme. We&rsquo;ll start with creating a new site with a very basic template. Markdown syntax https://hugo-blog0.netlify.app/blog/markdown/ Tue, 11 Aug 2020 23:03:58 +0530 https://hugo-blog0.netlify.app/blog/markdown/ <p>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.</p>