navbar update
This commit is contained in:
@@ -9,7 +9,7 @@ tags:
|
||||
- blog
|
||||
- theme
|
||||
- javascript
|
||||
bg_image: "../images/bg-image-5.jpg"
|
||||
bg_image: "/images/bg-image-5.jpg"
|
||||
---
|
||||
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.
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ tags:
|
||||
- markdown
|
||||
- css
|
||||
- blog
|
||||
bg_image: "../images/bg-image-4.jpg"
|
||||
bg_image: "/images/bg-image-4.jpg"
|
||||
---
|
||||
|
||||
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.
|
||||
|
||||
@@ -3,7 +3,7 @@ title: "Markdown syntax"
|
||||
date: 2020-08-11T23:03:58+05:30
|
||||
draft: false
|
||||
subtitle: "Javascript"
|
||||
bg_image: "../images/bg-image.jpg"
|
||||
bg_image: "/images/bg-image.jpg"
|
||||
author: "Gurusabarish"
|
||||
github_link: "https://github.com/gurusabarish/Hugo-blog"
|
||||
tags:
|
||||
|
||||
@@ -8,7 +8,7 @@ github_link: "https://github.com/gurusabarish/Hugo-blog"
|
||||
tags:
|
||||
- hugo
|
||||
- blog
|
||||
bg_image: "../images/bg-image-2.jpg"
|
||||
bg_image: "/images/bg-image-2.jpg"
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
||||
@@ -9,7 +9,7 @@ tags:
|
||||
- markdown
|
||||
- css
|
||||
- blog
|
||||
bg_image: "../images/bg-image-4.jpg"
|
||||
bg_image: "/images/bg-image-4.jpg"
|
||||
---
|
||||
|
||||
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.
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "Contact"
|
||||
date: 2020-08-26T22:19:31+05:30
|
||||
draft: true
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user