Skip to content

Commit

Permalink
added description
Browse files Browse the repository at this point in the history
  • Loading branch information
eli32-vlc committed Apr 16, 2024
1 parent ea29ebb commit 720202e
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
title = 'Effortlessly Manage Docker With Portainer: A Step by Step Guide'
date = 2024-04-14T13:02:04+10:00
draft = false
[params]
author = 'Eason Li'
description = 'How to install Portainer using Docker. Portainer is a web UI tool for Docker that allows you to manage Docker containers, Kubernetes clusters, and Docker Compose stacks all in one convenient interface.'
+++

**Portainer: A Web UI for Docker Management**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
title = 'How I Created A Simple Python API For Generating Random Word'
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.'
+++

### Context
Expand Down
3 changes: 3 additions & 0 deletions content/posts/How To Build A Simple Website With Hugo.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
title = 'How To Build A Simple Website With Hugo'
date = 2024-04-16T13:02:04+10:00
draft = false
[params]
author = 'Eason Li'
description = 'How to build a simple website with Hugo.'
+++

### Introduction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
title = 'How To Setup A Free Wordpress Website With Infinityfree'
date = 2024-04-14T13:02:04+10:00
draft = false
[params]
author = 'Eason Li'
description = 'How to setup a free Wordpress website with Infinityfree.'
+++

**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 @@ -2,9 +2,9 @@
title = 'Random Word API'
date = 2024-04-15T13:02:04+10:00
draft = false
description = 'Simple random word API using Python with Flask.'
[params]
author = 'Eason Li'
description = 'Simple random word API using Python with Flask.'
+++

### I created a simple random word api that will generate a random word upon request.
Expand Down
3 changes: 3 additions & 0 deletions content/posts/Spice Up Your Terminal With Oh My Zsh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
title = 'Spice Up Your Terminal With Oh My Zsh'
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.'
+++

> 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
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@ <h1 class="!my-0 pb-2.5">Effortlessly Manage Docker With Portainer: A Step by St



<span class="mx-1">&middot;</span>
<span>Eason Li</span>

</div>

</header>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,9 @@ <h1 class="!my-0 pb-2.5">How I Created A Simple Python API For Generating Random



<span class="mx-1">&middot;</span>
<span>Eason Li</span>

</div>

</header>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,9 @@ <h1 class="!my-0 pb-2.5">How To Build A Simple Website With Hugo</h1>



<span class="mx-1">&middot;</span>
<span>Eason Li</span>

</div>

</header>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,9 @@ <h1 class="!my-0 pb-2.5">How To Setup A Free Wordpress Website With Infinityfree



<span class="mx-1">&middot;</span>
<span>Eason Li</span>

</div>

</header>
Expand Down
12 changes: 9 additions & 3 deletions public/posts/random-word-api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,21 +126,27 @@


<meta itemprop="name" content="Random Word API">
<meta itemprop="description" content="Simple random word API using Python with Flask."><meta itemprop="datePublished" content="2024-04-15T13:02:04+10:00" />
<meta itemprop="description" content="I created a simple random word api that will generate a random word upon request. To use this, send a GET request to this url:
http://easapi.pythonanywhere.com/api?api_key=Il3KG8LWRwtJ2bMFWT3bpvlMZS1vitJf8LhT95AIRtLDj6CkHLmQm7nnOorUWaqn7ASABJVtDpOsCAsKpZNtRVo3exppbpL99x5cstbYugMmK0FyUBJNjePULoty7YiX This URL inculdes the api key and no other configuration is needed.
Please don&rsquo;t spam the api, it&rsquo;s hosted on a free server. More server will be added soon."><meta itemprop="datePublished" content="2024-04-15T13:02:04+10:00" />
<meta itemprop="dateModified" content="2024-04-15T13:02:04+10:00" />
<meta itemprop="wordCount" content="55">
<meta itemprop="keywords" content="" />

<meta property="og:title" content="Random Word API" />
<meta property="og:description" content="Simple random word API using Python with Flask." />
<meta property="og:description" content="I created a simple random word api that will generate a random word upon request. To use this, send a GET request to this url:
http://easapi.pythonanywhere.com/api?api_key=Il3KG8LWRwtJ2bMFWT3bpvlMZS1vitJf8LhT95AIRtLDj6CkHLmQm7nnOorUWaqn7ASABJVtDpOsCAsKpZNtRVo3exppbpL99x5cstbYugMmK0FyUBJNjePULoty7YiX This URL inculdes the api key and no other configuration is needed.
Please don&rsquo;t spam the api, it&rsquo;s hosted on a free server. More server will be added soon." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://blog.eason.fr.to/posts/random-word-api/" /><meta property="article:section" content="posts" />
<meta property="article:published_time" content="2024-04-15T13:02:04+10:00" />
<meta property="article:modified_time" content="2024-04-15T13:02:04+10:00" />


<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Random Word API"/>
<meta name="twitter:description" content="Simple random word API using Python with Flask."/>
<meta name="twitter:description" content="I created a simple random word api that will generate a random word upon request. To use this, send a GET request to this url:
http://easapi.pythonanywhere.com/api?api_key=Il3KG8LWRwtJ2bMFWT3bpvlMZS1vitJf8LhT95AIRtLDj6CkHLmQm7nnOorUWaqn7ASABJVtDpOsCAsKpZNtRVo3exppbpL99x5cstbYugMmK0FyUBJNjePULoty7YiX This URL inculdes the api key and no other configuration is needed.
Please don&rsquo;t spam the api, it&rsquo;s hosted on a free server. More server will be added soon."/>



Expand Down
3 changes: 3 additions & 0 deletions public/posts/spice-up-your-terminal-with-oh-my-zsh/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,9 @@ <h1 class="!my-0 pb-2.5">Spice Up Your Terminal With Oh My Zsh</h1>



<span class="mx-1">&middot;</span>
<span>Eason Li</span>

</div>

</header>
Expand Down

0 comments on commit 720202e

Please sign in to comment.