Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tuan231195/personal-website
Browse files Browse the repository at this point in the history
  • Loading branch information
tuan2311 committed Aug 10, 2020
2 parents 8092514 + 4574564 commit f7b2e9a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions blog/2020-08-10-my-first-blog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
templateKey: blog-post
title: My First Blog
date: 2020-08-10T02:11:01.556Z
image: /img/beautiful-calla-lily-nice-background-color-70725804.jpg
---
**This is my bold text**

*This is my italic text*

```javascript
import { get } from 'lodash';

get(object, 'value.1');
```

***[a link](https://google.com)***

> ***blockquote***
* *list 1*

* *list 2*

![](/img/512px-eo_circle_lime_letter-t.svg.png "Test image")

0 comments on commit f7b2e9a

Please sign in to comment.