From 619096187d8de9991ab46a1076bb9252101cf484 Mon Sep 17 00:00:00 2001 From: Dano507 <84186933+Dano507@users.noreply.github.com> Date: Fri, 28 Jan 2022 23:43:57 +1100 Subject: [PATCH] Added 3+ tags --- hugo/content/tags/linux/_index.md | 6 ++++++ hugo/content/tags/nginx/_index.md | 6 ++++++ hugo/content/tags/tensorflow/_index.md | 6 ++++++ 3 files changed, 18 insertions(+) create mode 100644 hugo/content/tags/linux/_index.md create mode 100644 hugo/content/tags/nginx/_index.md create mode 100644 hugo/content/tags/tensorflow/_index.md diff --git a/hugo/content/tags/linux/_index.md b/hugo/content/tags/linux/_index.md new file mode 100644 index 000000000..cf5c3230c --- /dev/null +++ b/hugo/content/tags/linux/_index.md @@ -0,0 +1,6 @@ +--- +title: Linux +description: Linux is an open source operating system kernel, and a colloquial name given to a family of operating systems based on the Linux kernel. +link: https://kernel.org/ +--- + diff --git a/hugo/content/tags/nginx/_index.md b/hugo/content/tags/nginx/_index.md new file mode 100644 index 000000000..2861a1593 --- /dev/null +++ b/hugo/content/tags/nginx/_index.md @@ -0,0 +1,6 @@ +--- +title: NGINX +description: NGINX is a highly performant web server which can also be used as a reverse proxy, mail proxy, load balancer and HTTP cache. +link: https://nginx.org/ +--- + diff --git a/hugo/content/tags/tensorflow/_index.md b/hugo/content/tags/tensorflow/_index.md new file mode 100644 index 000000000..bfcf53348 --- /dev/null +++ b/hugo/content/tags/tensorflow/_index.md @@ -0,0 +1,6 @@ +--- +title: TensorFlow +description: TensorFlow is an open source platform to assist with training, and deploying machine learning models. +link: https://www.tensorflow.org/ +--- +