summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiqdd <ahmadmiqdad27@te.student.pens.ac.id>2024-01-22 21:00:36 +0700
committerMiqdd <ahmadmiqdad27@te.student.pens.ac.id>2024-01-22 21:00:36 +0700
commit00c22f99f0961addd7901ab7f9654f4228cb018d (patch)
treed2ca2920163076aad6245cbc415aa35a389791af
parent77f664f7549cb9242a7034dc538883a7205df0b7 (diff)
Update Main Page
Adding flask website
-rw-r--r--hugo.toml5
-rw-r--r--public/about/index.html2
-rw-r--r--public/archives/index.html2
-rw-r--r--public/categories/index.html2
-rw-r--r--public/index.html2
-rw-r--r--public/posts/index.html2
-rw-r--r--public/posts/neovim/index.html2
-rw-r--r--public/posts/notebook/index.html2
-rw-r--r--public/tags/index.html2
-rw-r--r--public/tags/jupyter-notebook/index.html2
-rw-r--r--public/tags/neovim/index.html2
-rw-r--r--public/tags/tech/index.html2
-rw-r--r--public/tags/tutorial/index.html2
13 files changed, 29 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml
index 081c867..eb8a379 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -35,3 +35,8 @@ weight = 3
name = "Tags"
url = "/tags"
weight = 4
+
+[[menu.main]]
+name = "Flask"
+url = "https://flask.mqdd.cloud"
+weight = 5
diff --git a/public/about/index.html b/public/about/index.html
index 9da1fa6..e81ecd6 100644
--- a/public/about/index.html
+++ b/public/about/index.html
@@ -47,6 +47,8 @@
<a href="/tags">Tags</a>
+ <a href="https://flask.mqdd.cloud">Flask</a>
+
</nav>
</header>
diff --git a/public/archives/index.html b/public/archives/index.html
index 96faf74..49101e4 100644
--- a/public/archives/index.html
+++ b/public/archives/index.html
@@ -47,6 +47,8 @@
<a href="/tags">Tags</a>
+ <a href="https://flask.mqdd.cloud">Flask</a>
+
</nav>
</header>
diff --git a/public/categories/index.html b/public/categories/index.html
index 3f85e31..2f8e3a5 100644
--- a/public/categories/index.html
+++ b/public/categories/index.html
@@ -46,6 +46,8 @@
<a href="/tags">Tags</a>
+ <a href="https://flask.mqdd.cloud">Flask</a>
+
</nav>
</header>
diff --git a/public/index.html b/public/index.html
index 2d1acfb..7829dc8 100644
--- a/public/index.html
+++ b/public/index.html
@@ -49,6 +49,8 @@
<a href="/tags">Tags</a>
+ <a href="https://flask.mqdd.cloud">Flask</a>
+
</nav>
</header>
diff --git a/public/posts/index.html b/public/posts/index.html
index e60f674..f28e60d 100644
--- a/public/posts/index.html
+++ b/public/posts/index.html
@@ -46,6 +46,8 @@
<a href="/tags">Tags</a>
+ <a href="https://flask.mqdd.cloud">Flask</a>
+
</nav>
</header>
diff --git a/public/posts/neovim/index.html b/public/posts/neovim/index.html
index c6ee35a..54582f1 100644
--- a/public/posts/neovim/index.html
+++ b/public/posts/neovim/index.html
@@ -47,6 +47,8 @@
<a href="/tags">Tags</a>
+ <a href="https://flask.mqdd.cloud">Flask</a>
+
</nav>
</header>
diff --git a/public/posts/notebook/index.html b/public/posts/notebook/index.html
index 799fd4e..88373e2 100644
--- a/public/posts/notebook/index.html
+++ b/public/posts/notebook/index.html
@@ -47,6 +47,8 @@
<a href="/tags">Tags</a>
+ <a href="https://flask.mqdd.cloud">Flask</a>
+
</nav>
</header>
diff --git a/public/tags/index.html b/public/tags/index.html
index 7ec94fe..8a24290 100644
--- a/public/tags/index.html
+++ b/public/tags/index.html
@@ -46,6 +46,8 @@
<a href="/tags">Tags</a>
+ <a href="https://flask.mqdd.cloud">Flask</a>
+
</nav>
</header>
diff --git a/public/tags/jupyter-notebook/index.html b/public/tags/jupyter-notebook/index.html
index f0c4a9d..93c5ebb 100644
--- a/public/tags/jupyter-notebook/index.html
+++ b/public/tags/jupyter-notebook/index.html
@@ -46,6 +46,8 @@
<a href="/tags">Tags</a>
+ <a href="https://flask.mqdd.cloud">Flask</a>
+
</nav>
</header>
diff --git a/public/tags/neovim/index.html b/public/tags/neovim/index.html
index 531e8dc..78ae0ea 100644
--- a/public/tags/neovim/index.html
+++ b/public/tags/neovim/index.html
@@ -46,6 +46,8 @@
<a href="/tags">Tags</a>
+ <a href="https://flask.mqdd.cloud">Flask</a>
+
</nav>
</header>
diff --git a/public/tags/tech/index.html b/public/tags/tech/index.html
index 2a8009a..6a9dbba 100644
--- a/public/tags/tech/index.html
+++ b/public/tags/tech/index.html
@@ -46,6 +46,8 @@
<a href="/tags">Tags</a>
+ <a href="https://flask.mqdd.cloud">Flask</a>
+
</nav>
</header>
diff --git a/public/tags/tutorial/index.html b/public/tags/tutorial/index.html
index d6ad1a8..6c94826 100644
--- a/public/tags/tutorial/index.html
+++ b/public/tags/tutorial/index.html
@@ -46,6 +46,8 @@
<a href="/tags">Tags</a>
+ <a href="https://flask.mqdd.cloud">Flask</a>
+
</nav>
</header>