Skip to content

Commit e0d621b

Browse files
committed
Update blog posts
1 parent 10265f1 commit e0d621b

File tree

5 files changed

+16
-52
lines changed

5 files changed

+16
-52
lines changed

src/contents/hello-world.md renamed to src/contents/portfolio-website-development.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,16 @@ tags:
1111
- HeadlessCMS
1212
- Blog
1313
description:
14-
My experience about developing my first portfolio website and a blog
15-
using NextJS and a headless CMS.
14+
"EXAMPLE POST: My experience about developing my first portfolio website and a blog
15+
using NextJS and a headless CMS."
1616
---
1717

18+
> This article is originally from my [blog post](https://satnaing.dev/blog/posts/how-do-i-develop-my-portfolio-and-blog). I put this article to demonstrate how you can write blog posts/articles using AstroPaper theme.
19+
1820
My experience about developing my first portfolio website and a blog using NextJS and a headless CMS.
1921

22+
![Building portfolio](https://satnaing.dev/_ipx/w_2048,q_75/https%3A%2F%2Fres.cloudinary.com%2Fnoezectz%2Fimage%2Fupload%2Fv1653050141%2FSatNaing%2Fblog_at_cafe_ei1wf4.jpg?url=https%3A%2F%2Fres.cloudinary.com%2Fnoezectz%2Fimage%2Fupload%2Fv1653050141%2FSatNaing%2Fblog_at_cafe_ei1wf4.jpg&w=2048&q=75)
23+
2024
## Motivation
2125

2226
I've been always thinking about launching my own website with my custom domain name (**satnaing.dev**) since my college student life. But that never happened until this project. I've done several projects and works about web application development but I didn't make an effort to do this.

src/contents/rec-3.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/contents/rec-4.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/contents/rec-1.md renamed to src/contents/tailwind-typography.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
---
2-
title: My recent article 1
2+
title: Tailwind Typography Plugin
33
author: Sat Naing
44
datetime: 2022-07-05T02:05:51Z
5-
slug: my-recent-1
65
featured: false
76
draft: false
87
tags:
98
- TypeScript
109
- Astro
11-
description:
12-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
13-
incididunt ut labore et dolore magna aliqua. Praesent elementum facilisis leo vel
14-
fringilla est
10+
description: "EXAMPLE POST: About Tailwind Typography Plugin and how you can use it effectively."
1511
---
1612

13+
> This article is from [TailwindLabs](https://tailwindcss-typography.vercel.app/). I put this article to demonstrate how you can write blog posts/articles using AstroPaper theme.
14+
1715
By default, Tailwind removes all of the default browser styling from paragraphs, headings, lists and more. This ends up being really useful for building application UIs because you spend less time undoing user-agent styles, but when you _really are_ just trying to style some content that came from a rich-text editor in a CMS or a markdown file, it can be surprising and unintuitive.
1816

1917
We get lots of complaints about it actually, with people regularly asking us things like:

src/contents/terminal-development.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@ tags:
1212
- Styled-Components
1313
- TypeScript
1414
description:
15-
Developing a terminal-like website using ReactJS, TypeScript and Styled-Components.
16-
Includes features like autocomplete, multiple themes, command hints etc.
15+
"EXAMPLE POST: Developing a terminal-like website using ReactJS, TypeScript and Styled-Components.
16+
Includes features like autocomplete, multiple themes, command hints etc."
1717
---
1818

19+
> This article is originally from my [blog post](https://satnaing.dev/blog/posts/how-do-i-develop-my-terminal-portfolio-website-with-react). I put this article to demonstrate how you can write blog posts/articles using AstroPaper theme.
20+
1921
Developing a terminal-like website using ReactJS, TypeScript and Styled-Components. Includes features like autocomplete, multiple themes, command hints etc.
2022

23+
![Sat Naing's Terminal Portfolio](https://satnaing.dev/_ipx/w_2048,q_75/https%3A%2F%2Fres.cloudinary.com%2Fnoezectz%2Fimage%2Fupload%2Fv1654754125%2FSatNaing%2Fterminal-screenshot_gu3kkc.png?url=https%3A%2F%2Fres.cloudinary.com%2Fnoezectz%2Fimage%2Fupload%2Fv1654754125%2FSatNaing%2Fterminal-screenshot_gu3kkc.png&w=2048&q=75)
24+
2125
## Table of contents
2226

2327
## Intro

0 commit comments

Comments
 (0)