Skip to content

Commit

Permalink
decirption
Browse files Browse the repository at this point in the history
  • Loading branch information
eli32-vlc committed Apr 16, 2024
1 parent 720202e commit 50aedde
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date = 2024-04-15T13:02:04+10:00
draft = false
[params]
author = 'Eason Li'
description = 'How I created a simple Python API for generating random words. No node.js required.'
description = 'How I created a simple Python API for generating random words. No node.js required. Hosted on pythonanywhere.com for free.'
+++

### Context
Expand Down
2 changes: 1 addition & 1 deletion content/posts/How To Build A Simple Website With Hugo.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date = 2024-04-16T13:02:04+10:00
draft = false
[params]
author = 'Eason Li'
description = 'How to build a simple website with Hugo.'
description = 'How to build a simple website with Hugo. Hugo is a static site generator written in Go. Its famous for its speed and user-friendliness.'
+++

### Introduction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date = 2024-04-14T13:02:04+10:00
draft = false
[params]
author = 'Eason Li'
description = 'How to setup a free Wordpress website with Infinityfree.'
description = 'How to setup a free Wordpress website with Infinityfree. Infinityfree is a free hosting came with 5GB disk space and 50000 daily hit limit.'
+++

**In this blog post, I'm going to show you how to host a free WordPress website using InfinityFree.**
Expand Down
2 changes: 1 addition & 1 deletion content/posts/Random Word API.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date = 2024-04-15T13:02:04+10:00
draft = false
[params]
author = 'Eason Li'
description = 'Simple random word API using Python with Flask.'
description = 'Simple random word API using Python with Flask. No Api key required. Unlimited requests.'
+++

### I created a simple random word api that will generate a random word upon request.
Expand Down
2 changes: 1 addition & 1 deletion content/posts/Spice Up Your Terminal With Oh My Zsh.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date = 2024-04-14T13:02:04+10:00
draft = false
[params]
author = 'Eason Li'
description = 'How to setup a oh my zsh to spice up your terminal.'
description = 'How to setup a oh my zsh to spice up your terminal. Oh My Zsh is an open-source, community-driven framework for managing your zsh configuration.'
+++

> Oh My Zsh is an open-source, community-driven framework for managing your [zsh](https://www.zsh.org/) configuration. - Oh My ZSH Github
Expand Down

0 comments on commit 50aedde

Please sign in to comment.