diff --git a/.gitignore b/.gitignore index 69c258a..d70ebaa 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -exambleSite/public \ No newline at end of file +public \ No newline at end of file diff --git a/exampleSite/public/404.html b/exampleSite/public/404.html deleted file mode 100644 index d4c84e8..0000000 --- a/exampleSite/public/404.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - - - title - -
- -
-
- -
- - - diff --git a/exampleSite/public/about-hugo/index.html b/exampleSite/public/about-hugo/index.html deleted file mode 100644 index 62a3133..0000000 --- a/exampleSite/public/about-hugo/index.html +++ /dev/null @@ -1 +0,0 @@ -https://example.com/about/ \ No newline at end of file diff --git a/exampleSite/public/about-us/index.html b/exampleSite/public/about-us/index.html deleted file mode 100644 index 62a3133..0000000 --- a/exampleSite/public/about-us/index.html +++ /dev/null @@ -1 +0,0 @@ -https://example.com/about/ \ No newline at end of file diff --git a/exampleSite/public/about/index.html b/exampleSite/public/about/index.html deleted file mode 100644 index 3a650dc..0000000 --- a/exampleSite/public/about/index.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - - - title - -
- -
- -

About

- - - -

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 extremelly fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider.

- -

Learn more and contribute on GitHub.

- - - -
- - - diff --git a/exampleSite/public/archives/index.html b/exampleSite/public/archives/index.html deleted file mode 100644 index df6d525..0000000 --- a/exampleSite/public/archives/index.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - title - -
- -
- -
- - - - - - -
- - - diff --git a/exampleSite/public/articles/index.html b/exampleSite/public/articles/index.html deleted file mode 100644 index 659e732..0000000 --- a/exampleSite/public/articles/index.html +++ /dev/null @@ -1 +0,0 @@ -https://example.com/blog/ \ No newline at end of file diff --git a/exampleSite/public/avatar.png b/exampleSite/public/avatar.png deleted file mode 100644 index f172c26..0000000 Binary files a/exampleSite/public/avatar.png and /dev/null differ diff --git a/exampleSite/public/blog/emoji-support/index.html b/exampleSite/public/blog/emoji-support/index.html deleted file mode 100644 index a04d79c..0000000 --- a/exampleSite/public/blog/emoji-support/index.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - - - - - title - -
- -
- -

Emoji Support

- - - -

Emoji can be enabled in a Hugo project in a number of ways.

- -

The emojify function can be called directly in templates or Inline Shortcodes.

- -

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.

- -
.emoji {
-font-family: Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;
-}
- - - - -
- - - diff --git a/exampleSite/public/blog/index.html b/exampleSite/public/blog/index.html deleted file mode 100644 index dcbedd2..0000000 --- a/exampleSite/public/blog/index.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - - - - - - title - -
- -
-
- blog - -
- Markdown Syntax Guide - - -

Sample article showcasing basic Markdown syntax and formatting for HTML elements.

- -
- - Mar 11 2019 - -
- - - Tags: markdown, css, html, themes - -
-
- -
- Rich Content - - -

A brief description of Hugo Shortcodes

- -
- - Mar 10 2019 - -
- - - Tags: shortcodes, privacy - -
-
- -
- Placeholder Text - - -

Lorem Ipsum Dolor Si Amet

- -
- - Mar 9 2019 - -
- - - Tags: markdown, text - -
-
- -
- Math Typesetting - - -

A brief guide to setup KaTeX

- -
- - Mar 8 2019 - -
- -
-
- -
- Emoji Support - - -

Guide to emoji usage in Hugo

- -
- - Mar 5 2019 - -
- - - Tags: emoji - -
-
- -
- -
- - - diff --git a/exampleSite/public/blog/index.xml b/exampleSite/public/blog/index.xml deleted file mode 100644 index 2cd3785..0000000 --- a/exampleSite/public/blog/index.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - Posts on title - https://example.com/blog/ - Recent content in Posts on title - Hugo -- gohugo.io - en-us - Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved. - Mon, 11 Mar 2019 00:00:00 +0000 - - - - - - Markdown Syntax Guide - https://example.com/blog/markdown-syntax/ - Mon, 11 Mar 2019 00:00:00 +0000 - - https://example.com/blog/markdown-syntax/ - <p>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.</p> - - - - Rich Content - https://example.com/blog/rich-content/ - Sun, 10 Mar 2019 00:00:00 +0000 - - https://example.com/blog/rich-content/ - <p>Hugo ships with several <a href="https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes">Built-in Shortcodes</a> for rich content, along with a <a href="https://gohugo.io/about/hugo-and-gdpr/">Privacy Config</a> and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.</p> - - - - Placeholder Text - https://example.com/blog/placeholder-text/ - Sat, 09 Mar 2019 00:00:00 +0000 - - https://example.com/blog/placeholder-text/ - <p>Lorem est tota propiore conpellat pectoribus de -pectora summo.</p> - - - - Math Typesetting - https://example.com/blog/math-typesetting/ - Fri, 08 Mar 2019 00:00:00 +0000 - - https://example.com/blog/math-typesetting/ - <p>Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.</p> - - - - Emoji Support - https://example.com/blog/emoji-support/ - Tue, 05 Mar 2019 00:00:00 +0000 - - https://example.com/blog/emoji-support/ - <p>Emoji can be enabled in a Hugo project in a number of ways.</p> - - - - \ No newline at end of file diff --git a/exampleSite/public/blog/markdown-syntax/index.html b/exampleSite/public/blog/markdown-syntax/index.html deleted file mode 100644 index 275b3f6..0000000 --- a/exampleSite/public/blog/markdown-syntax/index.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - - - - - - - - title - -
- -
- -

Markdown Syntax Guide

- - - -

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 Pike1

-
- -

Tables

- -

Tables aren’t part of the core Markdown spec, but Hugo supports supports them out-of-the-box.

- - - - - - - - - - - - - - - - - - - - -
NameAge
Bob27
Alice23
- -

Inline Markdown within tables

- - - - - - - - - - - - - - - - - - - -
Inline   Markdown   In   Table
italicsboldstrikethrough   code
- -

Code Blocks

- -

Code block with backticks

- -
html
-<!DOCTYPE html>
-<html lang="en">
-<head>
-  <meta charset="UTF-8">
-  <title>Example HTML5 Document</title>
-</head>
-<body>
-  <p>Test</p>
-</body>
-</html>
-
- -

Code block indented with four spaces

- -
<!DOCTYPE html>
-<html lang="en">
-<head>
-  <meta charset="UTF-8">
-  <title>Example HTML5 Document</title>
-</head>
-<body>
-  <p>Test</p>
-</body>
-</html>
-
- -

Code block with Hugo’s internal highlight shortcode

- -
<!DOCTYPE html>
-<html lang="en">
-<head>
-  <meta charset="UTF-8">
-  <title>Example HTML5 Document</title>
-</head>
-<body>
-  <p>Test</p>
-</body>
-</html>
- -

List Types

- -

Ordered List

- -
    -
  1. First item
  2. -
  3. Second item
  4. -
  5. Third item
  6. -
- -

Unordered List

- - - -

Nested list

- - - -

Other Elements — abbr, sub, sup, kbd, mark

- -

GIF is a bitmap image format.

- -

H2O

- -

Xn + Yn = Zn

- -

Press CTRL+ALT+Delete to end the session.

- -

Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures.

-
- -
- -
    -
  1. The above quote is excerpted from Rob Pike’s talk during Gopherfest, November 18, 2015. - [return]
  2. -
-
- - - - -
- - - diff --git a/exampleSite/public/blog/math-typesetting/index.html b/exampleSite/public/blog/math-typesetting/index.html deleted file mode 100644 index 368b57a..0000000 --- a/exampleSite/public/blog/math-typesetting/index.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - - - - - title - -
- -
- -

Math Typesetting

- - - -

Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.

- -

In this example we will be using KaTeX

- - - -
{{ if or .Params.math .Site.Params.math }}
-{{ partial "math.html" . }}
-{{ end }}
-
- - - -

Note: Use the online reference of Supported TeX Functions -

- -

Examples

- -

Inline math: \( \varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887… \)

- -

Block math:

- -

\[ - \varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } } -\]

- - - - -
- - - diff --git a/exampleSite/public/blog/migrate-from-jekyl/index.html b/exampleSite/public/blog/migrate-from-jekyl/index.html deleted file mode 100644 index 92abf48..0000000 --- a/exampleSite/public/blog/migrate-from-jekyl/index.html +++ /dev/null @@ -1 +0,0 @@ -https://example.com/blog/markdown-syntax/ \ No newline at end of file diff --git a/exampleSite/public/blog/placeholder-text/index.html b/exampleSite/public/blog/placeholder-text/index.html deleted file mode 100644 index 5438dbd..0000000 --- a/exampleSite/public/blog/placeholder-text/index.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - - - title - -
- -
- -

Placeholder Text

- - - -

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.

- -
    -
  1. Exierant elisi ambit vivere dedere
  2. -
  3. Duce pollice
  4. -
  5. Eris modo
  6. -
  7. Spargitque ferrea quos palude
  8. -
- -

Rursus nulli murmur; hastile inridet ut ab gravi sententia! Nomine potitus -silentia flumen, sustinet placuit petis in dilapsa erat sunt. Atria -tractus malis.

- -
    -
  1. Comas hunc haec pietate fetum procerum dixit
  2. -
  3. Post torum vates letum Tiresia
  4. -
  5. Flumen querellas
  6. -
  7. Arcanaque montibus omnes
  8. -
  9. Quidem et
  10. -
- -

Vagus elidunt

- -

- -

The Van de Graaf Canon

- -

Mane refeci capiebant unda mulcebat

- -

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.

- - - - -
- - - diff --git a/exampleSite/public/blog/rich-content/index.html b/exampleSite/public/blog/rich-content/index.html deleted file mode 100644 index aefba20..0000000 --- a/exampleSite/public/blog/rich-content/index.html +++ /dev/null @@ -1,257 +0,0 @@ - - - - - - - - - - - title - -
- -
- -

Rich Content

- - - -

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.

- -
- -

Instagram Simple Shortcode

- - - - - - - - - - -


- -
- -

YouTube Privacy Enhanced Shortcode

- - -
- -
- - -


- -
- -

Twitter Simple Shortcode

- - - - - - - - - - -


- -
- -

Vimeo Simple Shortcode

- - - - - - - - - - - - - - -
- - - diff --git a/exampleSite/public/categories/index.html b/exampleSite/public/categories/index.html deleted file mode 100644 index 26ea374..0000000 --- a/exampleSite/public/categories/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - - - - title - -
- -
-
- categories - -
- syntax - - -
- - Mar 11 2019 - -
- -
-
- -
- themes - - -
- - Mar 11 2019 - -
- -
-
- -
- -
- - - diff --git a/exampleSite/public/categories/index.xml b/exampleSite/public/categories/index.xml deleted file mode 100644 index c794765..0000000 --- a/exampleSite/public/categories/index.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - Categories on title - https://example.com/categories/ - Recent content in Categories on title - Hugo -- gohugo.io - en-us - Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved. - Mon, 11 Mar 2019 00:00:00 +0000 - - - - - - syntax - https://example.com/categories/syntax/ - Mon, 11 Mar 2019 00:00:00 +0000 - - https://example.com/categories/syntax/ - - - - - themes - https://example.com/categories/themes/ - Mon, 11 Mar 2019 00:00:00 +0000 - - https://example.com/categories/themes/ - - - - - \ No newline at end of file diff --git a/exampleSite/public/categories/syntax/index.html b/exampleSite/public/categories/syntax/index.html deleted file mode 100644 index 7820806..0000000 --- a/exampleSite/public/categories/syntax/index.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - title - -
- -
-
- categories - -
- Markdown Syntax Guide - - -

Sample article showcasing basic Markdown syntax and formatting for HTML elements.

- -
- - Mar 11 2019 - -
- - - Tags: markdown, css, html, themes - -
-
- -
- -
- - - diff --git a/exampleSite/public/categories/syntax/index.xml b/exampleSite/public/categories/syntax/index.xml deleted file mode 100644 index 8c1007d..0000000 --- a/exampleSite/public/categories/syntax/index.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - syntax on title - https://example.com/categories/syntax/ - Recent content in syntax on title - Hugo -- gohugo.io - en-us - Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved. - Mon, 11 Mar 2019 00:00:00 +0000 - - - - - - Markdown Syntax Guide - https://example.com/blog/markdown-syntax/ - Mon, 11 Mar 2019 00:00:00 +0000 - - https://example.com/blog/markdown-syntax/ - <p>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.</p> - - - - \ No newline at end of file diff --git a/exampleSite/public/categories/themes/index.html b/exampleSite/public/categories/themes/index.html deleted file mode 100644 index 7820806..0000000 --- a/exampleSite/public/categories/themes/index.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - title - -
- -
-
- categories - -
- Markdown Syntax Guide - - -

Sample article showcasing basic Markdown syntax and formatting for HTML elements.

- -
- - Mar 11 2019 - -
- - - Tags: markdown, css, html, themes - -
-
- -
- -
- - - diff --git a/exampleSite/public/categories/themes/index.xml b/exampleSite/public/categories/themes/index.xml deleted file mode 100644 index bb9aee9..0000000 --- a/exampleSite/public/categories/themes/index.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - themes on title - https://example.com/categories/themes/ - Recent content in themes on title - Hugo -- gohugo.io - en-us - Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved. - Mon, 11 Mar 2019 00:00:00 +0000 - - - - - - Markdown Syntax Guide - https://example.com/blog/markdown-syntax/ - Mon, 11 Mar 2019 00:00:00 +0000 - - https://example.com/blog/markdown-syntax/ - <p>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.</p> - - - - \ No newline at end of file diff --git a/exampleSite/public/contact/index.html b/exampleSite/public/contact/index.html deleted file mode 100644 index 06b980d..0000000 --- a/exampleSite/public/contact/index.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - - - title - -
- -
- -

get in touch

- - - - -
- - - - - -
- - - - -
- - - diff --git a/exampleSite/public/css/style.css b/exampleSite/public/css/style.css deleted file mode 100644 index df565db..0000000 --- a/exampleSite/public/css/style.css +++ /dev/null @@ -1,397 +0,0 @@ -* { - scrollbar-color: #2a2c2e #1c1e1f; -} - -::-webkit-scrollbar { - background-color: #1C1E1F; -} - -::-webkit-scrollbar-thumb{ - background-color: #2A2C2E; -} - -::-webkit-scrollbar-corner { - background-color: rgb(24, 24, 24); -} - -html, body { - font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji; - font-size: 17px; - line-height: 1.6; - height: 100%; - margin: 0px; - background-color:#1A1C1D; - color : #D8D6D0; -} - -a { - text-decoration: none; - color: #389DFF; -} - -a:hover { - text-decoration: underline; -} - -aside { - background-color:rgb(45, 49, 51); - height: 100%; - width: 200px; - z-index: 1; - top: 0; - left: 0; - overflow-y: auto; - position: fixed; - display: flex; - flex-direction: column; - align-items: center; - border-right: 1px solid #3D3D3D; - transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */ -} - -aside a { - color:rgb(238, 238, 238); -} - -aside i[class^="fa"]{ - padding: 0em 0.4em 0em 0em; -} - -aside header { - background-color:#23282E; - text-align: center; - display: flex; - align-items: center; - width: 100%; - flex-direction: column; - border-bottom: 1px solid #3D3D3D; -} - -aside header img{ - margin-top: 20px; - min-width: 150px; - max-width: 150px; - border-radius: 5px; - -} - -aside a:hover { - text-decoration: none; -} - -aside nav { - list-style: none; - width: 100%; - display: flex; - flex-direction: column; - align-items: center; - padding: 20px 0px 0px 0px; - margin: 0px; -} - -aside nav a { - padding: 10px 0%; - width: 100%; - min-height: 30px; - overflow-x: hidden; - overflow-y: auto; - white-space: nowrap; - text-align: center; - transition: 0.2s; -} - -aside nav a:hover { - background-color:rgb(48, 75, 102); -} - -#branding { - font-size: 32px; - margin-top: 10px; - margin-bottom: 20px; - color: rgb(188, 188, 196); -} - -#npq{ - color: rgb(119, 125, 143); -} - -#closebtn { - transition: 0.3s; - border-radius: 7px; - position: fixed; - left: 200px; - top: 0px; - padding: 10px; - color:rgba(238, 238, 238, 0.664); - background-color: rgba(61, 61, 61, 0.555); -} - -.list-item { - border: 1px solid #3D3D3D; - border-radius: 3px; - padding: 10px; - background-color:rgb(39, 41, 43); -} -.list-item+.list-item{ - margin-top: 10px; -} - -.entry-title { - font-size: large; - font-weight: bold; -} - -.list-item p { - margin: 5px 0px; -} - -.meta { - color: rgb(156, 151, 143); - font-size: small; -} - -main { - display: flex; - flex-direction: column; - margin-left: 200px; - padding: 0px; - height: 100%; - transition: 0.3s; -} - -#random-meme{ - font-size: 20px; -} - -button{ - padding: 15px 32px; - border: none; - margin: 5px; - font-size: 16px; - color: white; -} - -.button-red { - background-color: #AD1810; -} - -.button-green { - background-color: #206D38; -} - -.content { - width : 90%; - margin:0px auto auto auto; - word-break: break-word; -} - -table { - border-collapse: collapse; -} - -table, th, td { - border: 1px solid rgb(97, 96, 96); -} - -th, td { - padding: 5px 10px; -} - -th { - background-color: rgb(48, 75, 102); -} - -tr:nth-child(even) { - background-color: rgb(70, 69, 69); -} - -h1, h2, h3 { - border-bottom: 1px solid #3D3D3D; -} - -#title { - text-align: center; - margin: 20px; - padding-bottom: 5px; -} -.spacer{ - height: 50px; -} - -/* code */ -pre { - overflow: auto; - background-color: #2C2F30; - font-size: 16px; - padding: 5px; -} - -img { - max-width: 100%; -} - -blockquote { - border-left: 10px solid #2C2C2C; - padding-left: 10px; -} - -.pinned { - color: #EAD94C; -} - -.posts { - border: 1px solid #3D3D3D; -} - -.post { - padding: 10px; -} - -.post+.post { - border-top: 1px solid #3D3D3D; -} - - -.post p{ - margin:4px 0px; -} - -.post-footer{ - display: flex; - flex-direction: row; - justify-content: space-between; -} - -.section{ - display:flex; - flex-direction: column; -} - -.section-title{ - margin: 20px; - font-size: 25px; - text-align: center; -} - -.nav-next-prev { - display: flex; - flex-direction: row; - justify-content: space-around; - align-items: center; - font-size: 30px; - margin-top: 50px; - padding-top: 30px; - border-top: 1px solid #3D3D3D; -} -.nav-top:hover{ - text-decoration: none; -} - -.grayed-out { - color: rgb(70, 69, 69) ; -} - -footer{ - padding: 30px; - margin-top: 40px; - border-top: 1px solid #3D3D3D; - background-color:rgb(30, 34, 39) ; -} - -.footer-content{ - width: 60%; - margin: auto; - display: flex; - flex-direction: row; - justify-content: space-between; - align-items: center; -} - -.copyright{ - text-align: center; -} - -.contact-info { - display: flex; - width: 100%; - flex-direction: column; - justify-content: space-between; -} - -.contact-form { - display: flex; - flex-direction: column; - /* background-color:#1C1E1F; */ - align-items: flex-start; - border-radius: 3px; - padding: 10px; -} - -.contact-form input, .contact-form button, .contact-form textarea { - color : #D8D6D0; - background-color:#181A1B ; - border-radius: 3px; - border: 1px solid #3D3D3D; - padding: 10px; - margin: 10px; - height: 30px; - width: 50%; -} - -.contact-form textarea { - height: 200px; - width: 50%; -} - -.contact-form button{ - padding: 15px 32px; - height: auto; - width: auto; -} - - -/* .footer-phone{ - margin-left: 20px; -} -.footer-mail{ - margin-right: 20px; - -} */ - -@media only screen and (max-width: 650px){ - #sidenav { - width: 0px; - } - #main { - margin-left: 0px; - } - #closebtn { - left:0px; - } - .content { - width : 95%; - margin:0px auto auto auto; - } - - .footer-content{ - flex-direction: column; - } - - .contact-info { - flex-direction: row; - } -} - -@media only screen and (max-width: 900px) { - .footer-content{ - width: 100%; - } -} - -@media only screen and (min-width: 1200px) { - .content { - width : 70%; - margin:0px auto auto auto; - } - -} diff --git a/exampleSite/public/css/syntax.css b/exampleSite/public/css/syntax.css deleted file mode 100644 index 7daa6d2..0000000 --- a/exampleSite/public/css/syntax.css +++ /dev/null @@ -1,60 +0,0 @@ -/* Background */ .chroma { color: #8a8a8a; background-color: #1c1c1c } -/* Other */ .chroma .x { color: #d75f00 } -/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; } -/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; } -/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc } -/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #454545 } -/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #454545 } -/* Keyword */ .chroma .k { color: #5f8700 } -/* KeywordConstant */ .chroma .kc { color: #d75f00 } -/* KeywordDeclaration */ .chroma .kd { color: #0087ff } -/* KeywordNamespace */ .chroma .kn { color: #d75f00 } -/* KeywordPseudo */ .chroma .kp { color: #5f8700 } -/* KeywordReserved */ .chroma .kr { color: #0087ff } -/* KeywordType */ .chroma .kt { color: #af0000 } -/* NameBuiltin */ .chroma .nb { color: #0087ff } -/* NameBuiltinPseudo */ .chroma .bp { color: #0087ff } -/* NameClass */ .chroma .nc { color: #0087ff } -/* NameConstant */ .chroma .no { color: #d75f00 } -/* NameDecorator */ .chroma .nd { color: #0087ff } -/* NameEntity */ .chroma .ni { color: #d75f00 } -/* NameException */ .chroma .ne { color: #af8700 } -/* NameFunction */ .chroma .nf { color: #0087ff } -/* NameTag */ .chroma .nt { color: #0087ff } -/* NameVariable */ .chroma .nv { color: #0087ff } -/* LiteralString */ .chroma .s { color: #00afaf } -/* LiteralStringAffix */ .chroma .sa { color: #00afaf } -/* LiteralStringBacktick */ .chroma .sb { color: #4e4e4e } -/* LiteralStringChar */ .chroma .sc { color: #00afaf } -/* LiteralStringDelimiter */ .chroma .dl { color: #00afaf } -/* LiteralStringDoc */ .chroma .sd { color: #00afaf } -/* LiteralStringDouble */ .chroma .s2 { color: #00afaf } -/* LiteralStringEscape */ .chroma .se { color: #af0000 } -/* LiteralStringHeredoc */ .chroma .sh { color: #00afaf } -/* LiteralStringInterpol */ .chroma .si { color: #00afaf } -/* LiteralStringOther */ .chroma .sx { color: #00afaf } -/* LiteralStringRegex */ .chroma .sr { color: #af0000 } -/* LiteralStringSingle */ .chroma .s1 { color: #00afaf } -/* LiteralStringSymbol */ .chroma .ss { color: #00afaf } -/* LiteralNumber */ .chroma .m { color: #00afaf } -/* LiteralNumberBin */ .chroma .mb { color: #00afaf } -/* LiteralNumberFloat */ .chroma .mf { color: #00afaf } -/* LiteralNumberHex */ .chroma .mh { color: #00afaf } -/* LiteralNumberInteger */ .chroma .mi { color: #00afaf } -/* LiteralNumberIntegerLong */ .chroma .il { color: #00afaf } -/* LiteralNumberOct */ .chroma .mo { color: #00afaf } -/* OperatorWord */ .chroma .ow { color: #5f8700 } -/* Comment */ .chroma .c { color: #4e4e4e } -/* CommentHashbang */ .chroma .ch { color: #4e4e4e } -/* CommentMultiline */ .chroma .cm { color: #4e4e4e } -/* CommentSingle */ .chroma .c1 { color: #4e4e4e } -/* CommentSpecial */ .chroma .cs { color: #5f8700 } -/* CommentPreproc */ .chroma .cp { color: #5f8700 } -/* CommentPreprocFile */ .chroma .cpf { color: #5f8700 } -/* GenericDeleted */ .chroma .gd { color: #af0000 } -/* GenericEmph */ .chroma .ge { font-style: italic } -/* GenericError */ .chroma .gr { color: #af0000; font-weight: bold } -/* GenericHeading */ .chroma .gh { color: #d75f00 } -/* GenericInserted */ .chroma .gi { color: #5f8700 } -/* GenericStrong */ .chroma .gs { font-weight: bold } -/* GenericSubheading */ .chroma .gu { color: #0087ff } diff --git a/exampleSite/public/docs/index.html b/exampleSite/public/docs/index.html deleted file mode 100644 index 659e732..0000000 --- a/exampleSite/public/docs/index.html +++ /dev/null @@ -1 +0,0 @@ -https://example.com/blog/ \ No newline at end of file diff --git a/exampleSite/public/index.html b/exampleSite/public/index.html deleted file mode 100644 index bf78f82..0000000 --- a/exampleSite/public/index.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - - - - - - - title - -
- -
- -
-
recent
- - -
- Markdown Syntax Guide - - -

Sample article showcasing basic Markdown syntax and formatting for HTML elements.

- -
- - Mar 11 2019 - -
- - - Tags: markdown, css, html, themes - -
-
- -
- Rich Content - - -

A brief description of Hugo Shortcodes

- -
- - Mar 10 2019 - -
- - - Tags: shortcodes, privacy - -
-
- -
- Placeholder Text - - -

Lorem Ipsum Dolor Si Amet

- -
- - Mar 9 2019 - -
- - - Tags: markdown, text - -
-
- -
- - - -
-
μblog
-
- -
- -
pinned
- -
-

welcome to my place

- -
- -
- -
- -
-

this is a micro blog used for short updates and link sharing, you can configure its behavior in config.toml

- -
- -
- -
-
- - -
- - - diff --git a/exampleSite/public/index.xml b/exampleSite/public/index.xml deleted file mode 100644 index 17f61af..0000000 --- a/exampleSite/public/index.xml +++ /dev/null @@ -1,109 +0,0 @@ - - - - title - https://example.com/ - Recent content on title - Hugo -- gohugo.io - en-us - Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved. - Sat, 11 Apr 2020 18:49:01 +0200 - - - - - - - https://example.com/posts/post1/ - Sat, 11 Apr 2020 18:49:01 +0200 - - https://example.com/posts/post1/ - welcome to my place - - - - - https://example.com/posts/post2/ - Sat, 11 Apr 2020 18:49:01 +0200 - - https://example.com/posts/post2/ - this is a micro blog used for short updates and link sharing, you can configure its behavior in config.toml - - - - - https://example.com/archives/ - Tue, 28 May 2019 00:00:00 +0000 - - https://example.com/archives/ - - - - - Markdown Syntax Guide - https://example.com/blog/markdown-syntax/ - Mon, 11 Mar 2019 00:00:00 +0000 - - https://example.com/blog/markdown-syntax/ - <p>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.</p> - - - - Rich Content - https://example.com/blog/rich-content/ - Sun, 10 Mar 2019 00:00:00 +0000 - - https://example.com/blog/rich-content/ - <p>Hugo ships with several <a href="https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes">Built-in Shortcodes</a> for rich content, along with a <a href="https://gohugo.io/about/hugo-and-gdpr/">Privacy Config</a> and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.</p> - - - - Placeholder Text - https://example.com/blog/placeholder-text/ - Sat, 09 Mar 2019 00:00:00 +0000 - - https://example.com/blog/placeholder-text/ - <p>Lorem est tota propiore conpellat pectoribus de -pectora summo.</p> - - - - Math Typesetting - https://example.com/blog/math-typesetting/ - Fri, 08 Mar 2019 00:00:00 +0000 - - https://example.com/blog/math-typesetting/ - <p>Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.</p> - - - - Emoji Support - https://example.com/blog/emoji-support/ - Tue, 05 Mar 2019 00:00:00 +0000 - - https://example.com/blog/emoji-support/ - <p>Emoji can be enabled in a Hugo project in a number of ways.</p> - - - - About - https://example.com/about/ - Thu, 28 Feb 2019 00:00:00 +0000 - - https://example.com/about/ - 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: - https://github. - - - - get in touch - https://example.com/contact/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://example.com/contact/ - Send - - - - \ No newline at end of file diff --git a/exampleSite/public/js/navbutton.js b/exampleSite/public/js/navbutton.js deleted file mode 100644 index 588b78c..0000000 --- a/exampleSite/public/js/navbutton.js +++ /dev/null @@ -1,25 +0,0 @@ -function navToggle() { - isNavOpen() ? navClose() : navOpen(); - } - - /* Set the width of the side navigation to 0 and the left margin of the page content to 0 */ -function isNavOpen() { - navStyle = window.getComputedStyle(document.getElementById("sidenav")); - navWidth = navStyle.getPropertyValue('width') - return ( navWidth !== "0px" ) && (navWidth !== ""); -} - -function navOpen(){ - let navWidth = "200px" - document.getElementById("sidenav").style.width = navWidth; - document.getElementById("closebtn").style.left= navWidth; - if (! window.matchMedia("(max-width: 650px)").matches){ - document.getElementById("main").style.marginLeft = navWidth; - } -} - -function navClose(){ - document.getElementById("sidenav").style.width = "0px"; - document.getElementById("main").style.marginLeft = "0px"; - document.getElementById("closebtn").style.left= "0px"; -} \ No newline at end of file diff --git a/exampleSite/public/posts/index.html b/exampleSite/public/posts/index.html deleted file mode 100644 index a9ceef5..0000000 --- a/exampleSite/public/posts/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - - - - title - -
- -
-
- posts - -
- - - -
- - Apr 11 2020 - -
- -
-
- -
- - - -
- - Apr 11 2020 - -
- -
-
- -
- -
- - - diff --git a/exampleSite/public/posts/index.xml b/exampleSite/public/posts/index.xml deleted file mode 100644 index 6f6c5bd..0000000 --- a/exampleSite/public/posts/index.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - Posts on title - https://example.com/posts/ - Recent content in Posts on title - Hugo -- gohugo.io - en-us - Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved. - Sat, 11 Apr 2020 18:49:01 +0200 - - - - - - - https://example.com/posts/post1/ - Sat, 11 Apr 2020 18:49:01 +0200 - - https://example.com/posts/post1/ - welcome to my place - - - - - https://example.com/posts/post2/ - Sat, 11 Apr 2020 18:49:01 +0200 - - https://example.com/posts/post2/ - this is a micro blog used for short updates and link sharing, you can configure its behavior in config.toml - - - - \ No newline at end of file diff --git a/exampleSite/public/posts/post1/index.html b/exampleSite/public/posts/post1/index.html deleted file mode 100644 index fb10f0b..0000000 --- a/exampleSite/public/posts/post1/index.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - title - -
- -
- -
- - - -

welcome to my place

- - - - - -
- - - diff --git a/exampleSite/public/posts/post2/index.html b/exampleSite/public/posts/post2/index.html deleted file mode 100644 index e8ed3be..0000000 --- a/exampleSite/public/posts/post2/index.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - title - -
- -
- -
- - - -

this is a micro blog used for short updates and link sharing, you can configure its behavior in config.toml

- - - - - -
- - - diff --git a/exampleSite/public/showcase/index.html b/exampleSite/public/showcase/index.html deleted file mode 100644 index 659e732..0000000 --- a/exampleSite/public/showcase/index.html +++ /dev/null @@ -1 +0,0 @@ -https://example.com/blog/ \ No newline at end of file diff --git a/exampleSite/public/sitemap.xml b/exampleSite/public/sitemap.xml deleted file mode 100644 index ebb4774..0000000 --- a/exampleSite/public/sitemap.xml +++ /dev/null @@ -1,129 +0,0 @@ - - - - - https://example.com/ - 2020-04-11T18:49:01+02:00 - - - - https://example.com/posts/post1/ - 2020-04-11T18:49:01+02:00 - - - - https://example.com/posts/post2/ - 2020-04-11T18:49:01+02:00 - - - - https://example.com/posts/ - 2020-04-11T18:49:01+02:00 - - - - https://example.com/archives/ - 2019-05-28T00:00:00+00:00 - - - - https://example.com/categories/ - 2019-03-11T00:00:00+00:00 - - - - https://example.com/tags/css/ - 2019-03-11T00:00:00+00:00 - - - - https://example.com/tags/html/ - 2019-03-11T00:00:00+00:00 - - - - https://example.com/tags/markdown/ - 2019-03-11T00:00:00+00:00 - - - - https://example.com/blog/markdown-syntax/ - 2019-03-11T00:00:00+00:00 - - - - https://example.com/blog/ - 2019-03-11T00:00:00+00:00 - - - - https://example.com/categories/syntax/ - 2019-03-11T00:00:00+00:00 - - - - https://example.com/tags/ - 2019-03-11T00:00:00+00:00 - - - - https://example.com/tags/themes/ - 2019-03-11T00:00:00+00:00 - - - - https://example.com/categories/themes/ - 2019-03-11T00:00:00+00:00 - - - - https://example.com/tags/privacy/ - 2019-03-10T00:00:00+00:00 - - - - https://example.com/blog/rich-content/ - 2019-03-10T00:00:00+00:00 - - - - https://example.com/tags/shortcodes/ - 2019-03-10T00:00:00+00:00 - - - - https://example.com/blog/placeholder-text/ - 2019-03-09T00:00:00+00:00 - - - - https://example.com/tags/text/ - 2019-03-09T00:00:00+00:00 - - - - https://example.com/blog/math-typesetting/ - 2019-03-08T00:00:00+00:00 - - - - https://example.com/tags/emoji/ - 2019-03-05T00:00:00+00:00 - - - - https://example.com/blog/emoji-support/ - 2019-03-05T00:00:00+00:00 - - - - https://example.com/about/ - 2019-02-28T00:00:00+00:00 - - - - https://example.com/contact/ - - - \ No newline at end of file diff --git a/exampleSite/public/tags/css/index.html b/exampleSite/public/tags/css/index.html deleted file mode 100644 index 847e918..0000000 --- a/exampleSite/public/tags/css/index.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - title - -
- -
-
- tags - -
- Markdown Syntax Guide - - -

Sample article showcasing basic Markdown syntax and formatting for HTML elements.

- -
- - Mar 11 2019 - -
- - - Tags: markdown, css, html, themes - -
-
- -
- -
- - - diff --git a/exampleSite/public/tags/css/index.xml b/exampleSite/public/tags/css/index.xml deleted file mode 100644 index ab973b1..0000000 --- a/exampleSite/public/tags/css/index.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - css on title - https://example.com/tags/css/ - Recent content in css on title - Hugo -- gohugo.io - en-us - Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved. - Mon, 11 Mar 2019 00:00:00 +0000 - - - - - - Markdown Syntax Guide - https://example.com/blog/markdown-syntax/ - Mon, 11 Mar 2019 00:00:00 +0000 - - https://example.com/blog/markdown-syntax/ - <p>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.</p> - - - - \ No newline at end of file diff --git a/exampleSite/public/tags/emoji/index.html b/exampleSite/public/tags/emoji/index.html deleted file mode 100644 index 413c467..0000000 --- a/exampleSite/public/tags/emoji/index.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - title - -
- -
-
- tags - -
- Emoji Support - - -

Guide to emoji usage in Hugo

- -
- - Mar 5 2019 - -
- - - Tags: emoji - -
-
- -
- -
- - - diff --git a/exampleSite/public/tags/emoji/index.xml b/exampleSite/public/tags/emoji/index.xml deleted file mode 100644 index 98a0791..0000000 --- a/exampleSite/public/tags/emoji/index.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - emoji on title - https://example.com/tags/emoji/ - Recent content in emoji on title - Hugo -- gohugo.io - en-us - Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved. - Tue, 05 Mar 2019 00:00:00 +0000 - - - - - - Emoji Support - https://example.com/blog/emoji-support/ - Tue, 05 Mar 2019 00:00:00 +0000 - - https://example.com/blog/emoji-support/ - <p>Emoji can be enabled in a Hugo project in a number of ways.</p> - - - - \ No newline at end of file diff --git a/exampleSite/public/tags/html/index.html b/exampleSite/public/tags/html/index.html deleted file mode 100644 index 847e918..0000000 --- a/exampleSite/public/tags/html/index.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - title - -
- -
-
- tags - -
- Markdown Syntax Guide - - -

Sample article showcasing basic Markdown syntax and formatting for HTML elements.

- -
- - Mar 11 2019 - -
- - - Tags: markdown, css, html, themes - -
-
- -
- -
- - - diff --git a/exampleSite/public/tags/html/index.xml b/exampleSite/public/tags/html/index.xml deleted file mode 100644 index 2b09d70..0000000 --- a/exampleSite/public/tags/html/index.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - html on title - https://example.com/tags/html/ - Recent content in html on title - Hugo -- gohugo.io - en-us - Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved. - Mon, 11 Mar 2019 00:00:00 +0000 - - - - - - Markdown Syntax Guide - https://example.com/blog/markdown-syntax/ - Mon, 11 Mar 2019 00:00:00 +0000 - - https://example.com/blog/markdown-syntax/ - <p>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.</p> - - - - \ No newline at end of file diff --git a/exampleSite/public/tags/index.html b/exampleSite/public/tags/index.html deleted file mode 100644 index 8cf12d9..0000000 --- a/exampleSite/public/tags/index.html +++ /dev/null @@ -1,210 +0,0 @@ - - - - - - - - - - - title - -
- -
-
- tags - -
- css - - -
- - Mar 11 2019 - -
- -
-
- -
- html - - -
- - Mar 11 2019 - -
- -
-
- -
- markdown - - -
- - Mar 11 2019 - -
- -
-
- -
- themes - - -
- - Mar 11 2019 - -
- -
-
- -
- privacy - - -
- - Mar 10 2019 - -
- -
-
- -
- shortcodes - - -
- - Mar 10 2019 - -
- -
-
- -
- text - - -
- - Mar 9 2019 - -
- -
-
- -
- emoji - - -
- - Mar 5 2019 - -
- -
-
- -
- -
- - - diff --git a/exampleSite/public/tags/index.xml b/exampleSite/public/tags/index.xml deleted file mode 100644 index e5b4f84..0000000 --- a/exampleSite/public/tags/index.xml +++ /dev/null @@ -1,88 +0,0 @@ - - - - Tags on title - https://example.com/tags/ - Recent content in Tags on title - Hugo -- gohugo.io - en-us - Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved. - Mon, 11 Mar 2019 00:00:00 +0000 - - - - - - css - https://example.com/tags/css/ - Mon, 11 Mar 2019 00:00:00 +0000 - - https://example.com/tags/css/ - - - - - html - https://example.com/tags/html/ - Mon, 11 Mar 2019 00:00:00 +0000 - - https://example.com/tags/html/ - - - - - markdown - https://example.com/tags/markdown/ - Mon, 11 Mar 2019 00:00:00 +0000 - - https://example.com/tags/markdown/ - - - - - themes - https://example.com/tags/themes/ - Mon, 11 Mar 2019 00:00:00 +0000 - - https://example.com/tags/themes/ - - - - - privacy - https://example.com/tags/privacy/ - Sun, 10 Mar 2019 00:00:00 +0000 - - https://example.com/tags/privacy/ - - - - - shortcodes - https://example.com/tags/shortcodes/ - Sun, 10 Mar 2019 00:00:00 +0000 - - https://example.com/tags/shortcodes/ - - - - - text - https://example.com/tags/text/ - Sat, 09 Mar 2019 00:00:00 +0000 - - https://example.com/tags/text/ - - - - - emoji - https://example.com/tags/emoji/ - Tue, 05 Mar 2019 00:00:00 +0000 - - https://example.com/tags/emoji/ - - - - - \ No newline at end of file diff --git a/exampleSite/public/tags/markdown/index.html b/exampleSite/public/tags/markdown/index.html deleted file mode 100644 index 6455672..0000000 --- a/exampleSite/public/tags/markdown/index.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - - - - - title - -
- -
-
- tags - -
- Markdown Syntax Guide - - -

Sample article showcasing basic Markdown syntax and formatting for HTML elements.

- -
- - Mar 11 2019 - -
- - - Tags: markdown, css, html, themes - -
-
- -
- Placeholder Text - - -

Lorem Ipsum Dolor Si Amet

- -
- - Mar 9 2019 - -
- - - Tags: markdown, text - -
-
- -
- -
- - - diff --git a/exampleSite/public/tags/markdown/index.xml b/exampleSite/public/tags/markdown/index.xml deleted file mode 100644 index 874ae90..0000000 --- a/exampleSite/public/tags/markdown/index.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - markdown on title - https://example.com/tags/markdown/ - Recent content in markdown on title - Hugo -- gohugo.io - en-us - Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved. - Mon, 11 Mar 2019 00:00:00 +0000 - - - - - - Markdown Syntax Guide - https://example.com/blog/markdown-syntax/ - Mon, 11 Mar 2019 00:00:00 +0000 - - https://example.com/blog/markdown-syntax/ - <p>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.</p> - - - - Placeholder Text - https://example.com/blog/placeholder-text/ - Sat, 09 Mar 2019 00:00:00 +0000 - - https://example.com/blog/placeholder-text/ - <p>Lorem est tota propiore conpellat pectoribus de -pectora summo.</p> - - - - \ No newline at end of file diff --git a/exampleSite/public/tags/privacy/index.html b/exampleSite/public/tags/privacy/index.html deleted file mode 100644 index 437788d..0000000 --- a/exampleSite/public/tags/privacy/index.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - title - -
- -
-
- tags - -
- Rich Content - - -

A brief description of Hugo Shortcodes

- -
- - Mar 10 2019 - -
- - - Tags: shortcodes, privacy - -
-
- -
- -
- - - diff --git a/exampleSite/public/tags/privacy/index.xml b/exampleSite/public/tags/privacy/index.xml deleted file mode 100644 index 25179f5..0000000 --- a/exampleSite/public/tags/privacy/index.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - privacy on title - https://example.com/tags/privacy/ - Recent content in privacy on title - Hugo -- gohugo.io - en-us - Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved. - Sun, 10 Mar 2019 00:00:00 +0000 - - - - - - Rich Content - https://example.com/blog/rich-content/ - Sun, 10 Mar 2019 00:00:00 +0000 - - https://example.com/blog/rich-content/ - <p>Hugo ships with several <a href="https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes">Built-in Shortcodes</a> for rich content, along with a <a href="https://gohugo.io/about/hugo-and-gdpr/">Privacy Config</a> and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.</p> - - - - \ No newline at end of file diff --git a/exampleSite/public/tags/shortcodes/index.html b/exampleSite/public/tags/shortcodes/index.html deleted file mode 100644 index 437788d..0000000 --- a/exampleSite/public/tags/shortcodes/index.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - title - -
- -
-
- tags - -
- Rich Content - - -

A brief description of Hugo Shortcodes

- -
- - Mar 10 2019 - -
- - - Tags: shortcodes, privacy - -
-
- -
- -
- - - diff --git a/exampleSite/public/tags/shortcodes/index.xml b/exampleSite/public/tags/shortcodes/index.xml deleted file mode 100644 index d5833d9..0000000 --- a/exampleSite/public/tags/shortcodes/index.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - shortcodes on title - https://example.com/tags/shortcodes/ - Recent content in shortcodes on title - Hugo -- gohugo.io - en-us - Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved. - Sun, 10 Mar 2019 00:00:00 +0000 - - - - - - Rich Content - https://example.com/blog/rich-content/ - Sun, 10 Mar 2019 00:00:00 +0000 - - https://example.com/blog/rich-content/ - <p>Hugo ships with several <a href="https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes">Built-in Shortcodes</a> for rich content, along with a <a href="https://gohugo.io/about/hugo-and-gdpr/">Privacy Config</a> and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.</p> - - - - \ No newline at end of file diff --git a/exampleSite/public/tags/text/index.html b/exampleSite/public/tags/text/index.html deleted file mode 100644 index 9ceed1b..0000000 --- a/exampleSite/public/tags/text/index.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - title - -
- -
-
- tags - -
- Placeholder Text - - -

Lorem Ipsum Dolor Si Amet

- -
- - Mar 9 2019 - -
- - - Tags: markdown, text - -
-
- -
- -
- - - diff --git a/exampleSite/public/tags/text/index.xml b/exampleSite/public/tags/text/index.xml deleted file mode 100644 index 546f89d..0000000 --- a/exampleSite/public/tags/text/index.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - text on title - https://example.com/tags/text/ - Recent content in text on title - Hugo -- gohugo.io - en-us - Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved. - Sat, 09 Mar 2019 00:00:00 +0000 - - - - - - Placeholder Text - https://example.com/blog/placeholder-text/ - Sat, 09 Mar 2019 00:00:00 +0000 - - https://example.com/blog/placeholder-text/ - <p>Lorem est tota propiore conpellat pectoribus de -pectora summo.</p> - - - - \ No newline at end of file diff --git a/exampleSite/public/tags/themes/index.html b/exampleSite/public/tags/themes/index.html deleted file mode 100644 index 847e918..0000000 --- a/exampleSite/public/tags/themes/index.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - title - -
- -
-
- tags - -
- Markdown Syntax Guide - - -

Sample article showcasing basic Markdown syntax and formatting for HTML elements.

- -
- - Mar 11 2019 - -
- - - Tags: markdown, css, html, themes - -
-
- -
- -
- - - diff --git a/exampleSite/public/tags/themes/index.xml b/exampleSite/public/tags/themes/index.xml deleted file mode 100644 index 76a78a9..0000000 --- a/exampleSite/public/tags/themes/index.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - themes on title - https://example.com/tags/themes/ - Recent content in themes on title - Hugo -- gohugo.io - en-us - Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved. - Mon, 11 Mar 2019 00:00:00 +0000 - - - - - - Markdown Syntax Guide - https://example.com/blog/markdown-syntax/ - Mon, 11 Mar 2019 00:00:00 +0000 - - https://example.com/blog/markdown-syntax/ - <p>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.</p> - - - - \ No newline at end of file