Skip to content

Commit

Permalink
Update blog posts
Browse files Browse the repository at this point in the history
  • Loading branch information
satnaing committed Sep 27, 2022
1 parent 10265f1 commit e0d621b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 52 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@ tags:
- HeadlessCMS
- Blog
description:
My experience about developing my first portfolio website and a blog
using NextJS and a headless CMS.
"EXAMPLE POST: My experience about developing my first portfolio website and a blog
using NextJS and a headless CMS."
---

> 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.
My experience about developing my first portfolio website and a blog using NextJS and a headless CMS.

![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)

## Motivation

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.
Expand Down
21 changes: 0 additions & 21 deletions src/contents/rec-3.md

This file was deleted.

21 changes: 0 additions & 21 deletions src/contents/rec-4.md

This file was deleted.

10 changes: 4 additions & 6 deletions src/contents/rec-1.md → src/contents/tailwind-typography.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
---
title: My recent article 1
title: Tailwind Typography Plugin
author: Sat Naing
datetime: 2022-07-05T02:05:51Z
slug: my-recent-1
featured: false
draft: false
tags:
- TypeScript
- Astro
description:
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Praesent elementum facilisis leo vel
fringilla est
description: "EXAMPLE POST: About Tailwind Typography Plugin and how you can use it effectively."
---

> 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.
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.

We get lots of complaints about it actually, with people regularly asking us things like:
Expand Down
8 changes: 6 additions & 2 deletions src/contents/terminal-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ tags:
- Styled-Components
- TypeScript
description:
Developing a terminal-like website using ReactJS, TypeScript and Styled-Components.
Includes features like autocomplete, multiple themes, command hints etc.
"EXAMPLE POST: Developing a terminal-like website using ReactJS, TypeScript and Styled-Components.
Includes features like autocomplete, multiple themes, command hints etc."
---

> 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.
Developing a terminal-like website using ReactJS, TypeScript and Styled-Components. Includes features like autocomplete, multiple themes, command hints etc.

![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)

## Table of contents

## Intro
Expand Down

0 comments on commit e0d621b

Please sign in to comment.