mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Update blog posts
This commit is contained in:
@@ -11,12 +11,16 @@ tags:
|
|||||||
- HeadlessCMS
|
- HeadlessCMS
|
||||||
- Blog
|
- Blog
|
||||||
description:
|
description:
|
||||||
My experience about developing my first portfolio website and a blog
|
"EXAMPLE POST: My experience about developing my first portfolio website and a blog
|
||||||
using NextJS and a headless CMS.
|
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.
|
My experience about developing my first portfolio website and a blog using NextJS and a headless CMS.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Motivation
|
## 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.
|
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.
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
---
|
|
||||||
title: My recent article 3
|
|
||||||
author: Sat Naing
|
|
||||||
datetime: 2022-06-02T02:02:01Z
|
|
||||||
slug: my-recent-3
|
|
||||||
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
|
|
||||||
---
|
|
||||||
|
|
||||||
My experience about developing my first portfolio website and a blog using NextJS and a headless CMS.
|
|
||||||
|
|
||||||
## Motivation
|
|
||||||
|
|
||||||
rec 1
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
---
|
|
||||||
title: My recent article 4
|
|
||||||
author: Sat Naing
|
|
||||||
datetime: 2022-05-05T05:05:55Z
|
|
||||||
slug: my-recent-4
|
|
||||||
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
|
|
||||||
---
|
|
||||||
|
|
||||||
My experience about developing my first portfolio website and a blog using NextJS and a headless CMS.
|
|
||||||
|
|
||||||
## Motivation
|
|
||||||
|
|
||||||
rec 1
|
|
||||||
@@ -1,19 +1,17 @@
|
|||||||
---
|
---
|
||||||
title: My recent article 1
|
title: Tailwind Typography Plugin
|
||||||
author: Sat Naing
|
author: Sat Naing
|
||||||
datetime: 2022-07-05T02:05:51Z
|
datetime: 2022-07-05T02:05:51Z
|
||||||
slug: my-recent-1
|
|
||||||
featured: false
|
featured: false
|
||||||
draft: false
|
draft: false
|
||||||
tags:
|
tags:
|
||||||
- TypeScript
|
- TypeScript
|
||||||
- Astro
|
- Astro
|
||||||
description:
|
description: "EXAMPLE POST: About Tailwind Typography Plugin and how you can use it effectively."
|
||||||
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
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
> 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.
|
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:
|
We get lots of complaints about it actually, with people regularly asking us things like:
|
||||||
@@ -12,12 +12,16 @@ tags:
|
|||||||
- Styled-Components
|
- Styled-Components
|
||||||
- TypeScript
|
- TypeScript
|
||||||
description:
|
description:
|
||||||
Developing a terminal-like website using ReactJS, TypeScript and Styled-Components.
|
"EXAMPLE POST: Developing a terminal-like website using ReactJS, TypeScript and Styled-Components.
|
||||||
Includes features like autocomplete, multiple themes, command hints etc.
|
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.
|
Developing a terminal-like website using ReactJS, TypeScript and Styled-Components. Includes features like autocomplete, multiple themes, command hints etc.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Table of contents
|
## Table of contents
|
||||||
|
|
||||||
## Intro
|
## Intro
|
||||||
|
|||||||
Reference in New Issue
Block a user