diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..e69de29b
diff --git a/.nojekyll b/.nojekyll
new file mode 100644
index 00000000..e69de29b
diff --git a/404.html b/404.html
new file mode 100644
index 00000000..f27f6c3c
--- /dev/null
+++ b/404.html
@@ -0,0 +1,2 @@
+
404 Page not found | Hugo Theme MemE
+
404 - Page not found
\ No newline at end of file
diff --git a/about-hugo/index.html b/about-hugo/index.html
new file mode 100644
index 00000000..5a3f3fdd
--- /dev/null
+++ b/about-hugo/index.html
@@ -0,0 +1,2 @@
+https://io-oi.me/hugo-theme-meme/about/
+
\ No newline at end of file
diff --git a/about-us/index.html b/about-us/index.html
new file mode 100644
index 00000000..5a3f3fdd
--- /dev/null
+++ b/about-us/index.html
@@ -0,0 +1,2 @@
+https://io-oi.me/hugo-theme-meme/about/
+
\ No newline at end of file
diff --git a/about/index.html b/about/index.html
new file mode 100644
index 00000000..db5c830a
--- /dev/null
+++ b/about/index.html
@@ -0,0 +1,8 @@
+About | Hugo Theme MemE
+
Hugo, the world’s fastest framework for building websites
+
+ 148
+ 1 min
Written in Go, Hugo is an open source static site generator available under the Apache Licence 2.0. Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows.
Hugo makes use of a variety of open source projects including:
Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages.
Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases.
Websites built with Hugo are extremely fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider.
\ No newline at end of file
diff --git a/archives/index.html b/archives/index.html
new file mode 100644
index 00000000..d1067309
--- /dev/null
+++ b/archives/index.html
@@ -0,0 +1,8 @@
+| Hugo Theme MemE
+
\ No newline at end of file
diff --git a/categories/syntax/index.html b/categories/syntax/index.html
new file mode 100644
index 00000000..984ac311
--- /dev/null
+++ b/categories/syntax/index.html
@@ -0,0 +1,6 @@
+categories: syntax | Hugo Theme MemE
+
\ No newline at end of file
diff --git a/categories/themes/index.html b/categories/themes/index.html
new file mode 100644
index 00000000..d58b9899
--- /dev/null
+++ b/categories/themes/index.html
@@ -0,0 +1,6 @@
+categories: themes | Hugo Theme MemE
+
This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
Hugo ships with several Built-in Shortcodes for rich content, along with a Privacy Config and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.
To enable emoji globally, set enableEmoji to true in your site’s configuration and then you can type emoji shorthand codes directly in content files; e.g.
🙈:see_no_evil:🙉:hear_no_evil:🙊:speak_no_evil:
The Emoji cheat sheet is a useful reference for emoji shorthand codes.
N.B. The above steps enable Unicode Standard emoji characters and sequences in Hugo, however the rendering of these glyphs depends on the browser and the platform. To style the emoji you can either use a third party emoji font or a font stack; e.g.
1
+2
+3
+
.emoji {
+ font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;
+}
\ No newline at end of file
diff --git a/posts/index.html b/posts/index.html
new file mode 100644
index 00000000..3a5d2545
--- /dev/null
+++ b/posts/index.html
@@ -0,0 +1,10 @@
+Posts | Hugo Theme MemE
+
\ No newline at end of file
diff --git a/posts/markdown-syntax/index.html b/posts/markdown-syntax/index.html
new file mode 100644
index 00000000..82f3eeb6
--- /dev/null
+++ b/posts/markdown-syntax/index.html
@@ -0,0 +1,61 @@
+Markdown Syntax Guide | Hugo Theme MemE
+
This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
Headings
The following HTML <h1>—<h6> elements represent six levels of section headings. <h1> is the highest section level while <h6> is the lowest.
H1
H2
H3
H4
H5
H6
Paragraph
Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.
Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.
Blockquotes
The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a footer or cite element, and optionally with in-line changes such as annotations and abbreviations.
Blockquote without attribution
Tiam, ad mint andaepu dandae nostion secatur sequo quae.
+Note that you can use Markdown syntax within a blockquote.
Blockquote with attribution
Don’t communicate by sharing memory, share memory by communicating. — Rob Pike[1]
Tables
Tables aren’t part of the core Markdown spec, but Hugo supports them out-of-the-box.
\ No newline at end of file
diff --git a/posts/math-typesetting/index.html b/posts/math-typesetting/index.html
new file mode 100644
index 00000000..e661585f
--- /dev/null
+++ b/posts/math-typesetting/index.html
@@ -0,0 +1,17 @@
+Math Typesetting | Hugo Theme MemE
+
\ No newline at end of file
diff --git a/posts/migrate-from-jekyl/index.html b/posts/migrate-from-jekyl/index.html
new file mode 100644
index 00000000..173004e7
--- /dev/null
+++ b/posts/migrate-from-jekyl/index.html
@@ -0,0 +1,2 @@
+https://io-oi.me/hugo-theme-meme/posts/markdown-syntax/
+
\ No newline at end of file
diff --git a/posts/placeholder-text/index.html b/posts/placeholder-text/index.html
new file mode 100644
index 00000000..3270e40f
--- /dev/null
+++ b/posts/placeholder-text/index.html
@@ -0,0 +1,9 @@
+Placeholder Text | Hugo Theme MemE
+
Lorem est tota propiore conpellat pectoribus de pectora summo.
Redit teque digerit hominumque toris verebor lumina non cervice subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc caluere tempus inhospita parcite confusaque translucet patri vestro qui optatis lumine cognoscere flos nubis! Fronde ipsamque patulos Dryopen deorum.
Exierant elisi ambit vivere dedere
Duce pollice
Eris modo
Spargitque ferrea quos palude
Rursus nulli murmur; hastile inridet ut ab gravi sententia! Nomine potitus silentia flumen, sustinet placuit petis in dilapsa erat sunt. Atria tractus malis.
Victa caducifer, malo vulnere contra dicere aurato, ludit regale, voca! Retorsit colit est profanae esse virescere furit nec; iaculi matertera et visa est, viribus. Divesque creatis, tecta novat collumque vulnus est, parvas. Faces illo pepulere tempus adest. Tendit flamma, ab opes virum sustinet, sidus sequendo urbis.
Iubar proles corpore raptos vero auctor imperium; sed et huic: manus caeli Lelegas tu lux. Verbis obstitit intus oblectamina fixis linguisque ausus sperare Echionides cornuaque tenent clausit possit. Omnia putatur. Praeteritae refert ausus; ferebant e primus lora nutat, vici quae mea ipse. Et iter nil spectatae vulnus haerentia iuste et exercebat, sui et.
Eurytus Hector, materna ipsumque ut Politen, nec, nate, ignari, vernum cohaesit sequitur. Vel mitis temploque vocatus, inque alis, oculos nomen non silvis corpore coniunx ne displicet illa. Crescunt non unus, vidit visa quantum inmiti flumina mortis facto sic: undique a alios vincula sunt iactata abdita! Suspenderat ego fuit tendit: luna, ante urbem Propoetides parte.
\ No newline at end of file
diff --git a/posts/rich-content/index.html b/posts/rich-content/index.html
new file mode 100644
index 00000000..e4c39cfe
--- /dev/null
+++ b/posts/rich-content/index.html
@@ -0,0 +1,9 @@
+Rich Content | Hugo Theme MemE
+
Hugo ships with several Built-in Shortcodes for rich content, along with a Privacy Config and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.
YouTube Privacy Enhanced Shortcode
Twitter Simple Shortcode
“In addition to being more logical, asymmetry has the advantage that its complete appearance is far more optically effective than symmetry.” — Jan Tschichold pic.twitter.com/gcv7SrhvJb
— Design Reviewed | Graphic Design History (@DesignReviewed) January 17, 2019
\ No newline at end of file
diff --git a/tags/emoji/index.html b/tags/emoji/index.html
new file mode 100644
index 00000000..12d8c705
--- /dev/null
+++ b/tags/emoji/index.html
@@ -0,0 +1,6 @@
+tags: emoji | Hugo Theme MemE
+
\ No newline at end of file
diff --git a/tags/html/index.html b/tags/html/index.html
new file mode 100644
index 00000000..1f216d3a
--- /dev/null
+++ b/tags/html/index.html
@@ -0,0 +1,6 @@
+tags: html | Hugo Theme MemE
+
\ No newline at end of file
diff --git a/tags/index.html b/tags/index.html
new file mode 100644
index 00000000..152a9a68
--- /dev/null
+++ b/tags/index.html
@@ -0,0 +1,12 @@
+tags | Hugo Theme MemE
+
\ No newline at end of file
diff --git a/tags/index/index.html b/tags/index/index.html
new file mode 100644
index 00000000..d8b178b9
--- /dev/null
+++ b/tags/index/index.html
@@ -0,0 +1,6 @@
+tags: index | Hugo Theme MemE
+
\ No newline at end of file
diff --git a/tags/markdown/index.html b/tags/markdown/index.html
new file mode 100644
index 00000000..1241aa69
--- /dev/null
+++ b/tags/markdown/index.html
@@ -0,0 +1,7 @@
+tags: markdown | Hugo Theme MemE
+
\ No newline at end of file
diff --git a/tags/privacy/index.html b/tags/privacy/index.html
new file mode 100644
index 00000000..7c1b9e45
--- /dev/null
+++ b/tags/privacy/index.html
@@ -0,0 +1,6 @@
+tags: privacy | Hugo Theme MemE
+
\ No newline at end of file
diff --git a/tags/shortcodes/index.html b/tags/shortcodes/index.html
new file mode 100644
index 00000000..985d119b
--- /dev/null
+++ b/tags/shortcodes/index.html
@@ -0,0 +1,6 @@
+tags: shortcodes | Hugo Theme MemE
+
\ No newline at end of file
diff --git a/tags/text/index.html b/tags/text/index.html
new file mode 100644
index 00000000..e930fff5
--- /dev/null
+++ b/tags/text/index.html
@@ -0,0 +1,6 @@
+tags: text | Hugo Theme MemE
+