PaperMod
PaperMod is a simple but fast and responsive theme with a useful feature-set that enhances UX.
Do give a 🌟 on Github !
PaperMod is based on the hugo-PaperMod theme.
diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/404.html b/404.html new file mode 100644 index 0000000..5161885 --- /dev/null +++ b/404.html @@ -0,0 +1 @@ +
This is a page summary, it should show up in the main posts area and provide readers with a preview.
Consectetur eos similique exercitationem facere magni Sit ullam molestias.
Consectetur eos similique exercitationem facere magni Sit ullam molestias.
This article offers a sample of basic Markdown syntax that can be used in Hugo Zola content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo Zola theme.
Click here to be redirected. \ No newline at end of file diff --git a/page/2/index.html b/page/2/index.html new file mode 100644 index 0000000..46155c5 --- /dev/null +++ b/page/2/index.html @@ -0,0 +1 @@ +
Consectetur eos similique exercitationem facere magni Sit ullam molestias.
Consectetur eos similique exercitationem facere magni Sit ullam molestias excepturi nemo deleniti Dicta quasi temporibus sint doloremque eum omnis Non doloremque tenetur exercitationem iure culpa dolore minus Veritatis suscipit qui?
Ipsum nulla iusto nostrum neque deserunt Saepe ipsa soluta asperiores excepturi maiores repellendus nesciunt Explicabo illo veritatis sequi accusantium quis rerum? Soluta nisi voluptatibus vitae amet sapiente? Cupiditate blanditiis laudantium.
Consectetur eos similique exercitationem facere magni Sit ullam molestias.
Consectetur eos similique exercitationem facere magni Sit ullam molestias excepturi nemo deleniti Dicta quasi temporibus sint doloremque eum omnis Non doloremque tenetur exercitationem iure culpa dolore minus Veritatis suscipit qui?
Ipsum nulla iusto nostrum neque deserunt Saepe ipsa soluta asperiores excepturi maiores repellendus nesciunt Explicabo illo veritatis sequi accusantium quis rerum? Soluta nisi voluptatibus vitae amet sapiente? Cupiditate blanditiis laudantium.
This is a page summary, it should show up in the main posts area and provide readers with a preview.
Consectetur eos similique exercitationem facere magni Sit ullam molestias.
Consectetur eos similique exercitationem facere magni Sit ullam molestias.
This article offers a sample of basic Markdown syntax that can be used in Hugo Zola content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo Zola theme.
This article offers a sample of basic Markdown syntax that can be used in Hugo Zola content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo Zola theme.
The following HTML <h1>
—<h6>
elements represent six levels of section headings. <h1>
is the highest section level while <h6>
is the lowest.
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.
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.
Tiam, ad mint andaepu dandae nostion secatur sequo quae. Note that you can use Markdown syntax within a blockquote.
Don't communicate by sharing memory, share memory by communicating.
— Rob Pike1
The above quote is excerpted from Rob Pike's talk during Gopherfest, November 18, 2015.
Tables aren't part of the core Markdown spec, but Hugo Zola supports them out-of-the-box.
Name | Age |
---|---|
Bob | 27 |
Alice | 23 |
Italics | Bold | Code |
---|---|---|
italics | bold | code |
This is Inline Code
pre
+This is pre text +
<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8" />
+ <title>Example HTML5 Document</title>
+ </head>
+ <body>
+ <p>Test</p>
+ </body>
+</html>
+
1 <!DOCTYPE html>
+ 2 <html lang="en">
+ 3 <head>
+ 4 <meta charset="utf-8" />
+ 5 <title>Example HTML5 Document</title>
+ 6 <meta name="description" content="Sample article showcasing basic Markdown syntax and formatting for HTML elements.">
+ 7 </head>
+ 8 <body>
+ 9 <p>Test</p>
+ 10 </body>
+ 11 </html>
+
<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <title>Example HTML5 Document</title>
+</head>
+<body>
+ <p>Test</p>
+</body>
+</html>
+
{{< highlight html >}}
Test
{{< /highlight >}}{{< gist spf13 7896402 >}}
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.
Click here to be redirected. \ No newline at end of file diff --git a/posts/papermod-installation/index.html b/posts/papermod-installation/index.html new file mode 100644 index 0000000..4b94a92 --- /dev/null +++ b/posts/papermod-installation/index.html @@ -0,0 +1 @@ +
This is a page summary, it should show up in the main posts area and provide readers with a preview.
[extra]
+
+[extra.papermod]
+title = "PaperMod"
+default_theme = "auto"
+theme = "light"
+language_direction = "auto"
+keywords = ["keyword1", "keyword2", "keyword3"]
+disable_theme_toggle = false
+show_code_copy_buttons = true
+show_reading_time = true
+show_word_count = false
+show_post_nav_links = true
+show_post_meta = true
+default_toc_open = false
+edit_post_url = "https://github.com/cydave/zola-theme-papermod/tree/master"
+copyright = ""
+date_format = "%Y-%m-%d"
+
- martin:
+ name: Martin D'vloper
+ job: Developer
+ skills:
+ - python
+ - perl
+ - pascal
+- tabitha:
+ name: Tabitha Bitumen
+ job: Developer
+ skills:
+ - lisp
+ - fortran
+ - erlang
+
98 class MockResponse:
+ 99 """Wraps a `httplib.HTTPMessage` to mimic a `urllib.addinfourl`.
+ 100 ...what? Basically, expose the parsed HTTP headers from the server response
+ 101 the way `cookielib` expects to see them.
+ 102 """
+ 103
+ 104 def __init__(self, headers):
+ 105 """Make a MockResponse for `cookielib` to read.
+ 106 :param headers: a httplib.HTTPMessage or analogous carrying the headers
+ 107 """
+ 108 self._headers = headers
+ 109
+ 110 def info(self):
+ 111 return self._headers
+ 112
+ 113 def getheaders(self, name):
+ 114 self._headers.getheaders(name)
+
Click here to be redirected.
\ No newline at end of file
diff --git a/tags/papermod/atom.xml b/tags/papermod/atom.xml
new file mode 100644
index 0000000..0e04320
--- /dev/null
+++ b/tags/papermod/atom.xml
@@ -0,0 +1,38 @@
+
+
Consectetur eos similique exercitationem facere magni Sit ullam molestias.
Consectetur eos similique exercitationem facere magni Sit ullam molestias.
This article offers a sample of basic Markdown syntax that can be used in Hugo Zola content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo Zola theme.
This article offers a sample of basic Markdown syntax that can be used in Hugo Zola content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo Zola theme.
This article offers a sample of basic Markdown syntax that can be used in Hugo Zola content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo Zola theme.