Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/public')
-rw-r--r--exampleSite/public/css/main.css294
-rw-r--r--exampleSite/public/css/normalize.css1
-rw-r--r--exampleSite/public/css/pygments.css65
-rw-r--r--exampleSite/public/index.html52
-rw-r--r--exampleSite/public/index.xml14
-rw-r--r--exampleSite/public/sitemap.xml15
-rw-r--r--exampleSite/public/tags/index.html60
-rw-r--r--exampleSite/public/tags/index.xml14
8 files changed, 515 insertions, 0 deletions
diff --git a/exampleSite/public/css/main.css b/exampleSite/public/css/main.css
new file mode 100644
index 0000000..2b00d3f
--- /dev/null
+++ b/exampleSite/public/css/main.css
@@ -0,0 +1,294 @@
+body {
+ font-family: "ubuntu", sans-serif;
+ font-weight: 300;
+ color: #333;
+ line-height: 1.6;
+ font-size: 16px;
+}
+
+a, a:hover {
+ color: #a00;
+ text-decoration: none;
+}
+
+html,button,input,select,textarea {
+ color: #222
+}
+
+::-moz-selection {
+ background: #b3d4fc;
+ text-shadow: none
+}
+
+::selection {
+ background: #b3d4fc;
+ text-shadow: none
+}
+
+hr {
+ display: block;
+ height: 1px;
+ border: 0;
+ border-top: 1px solid #ccc;
+ margin: 1rem 0;
+ padding: 0
+}
+
+audio,canvas,img,video {
+ width: 100%;
+ vertical-align: middle
+}
+
+fieldset {
+ border: 0;
+ margin: 0;
+ padding: 0
+}
+
+textarea {
+ resize: vertical
+}
+
+blockquote {
+ margin-left: 1rem;
+ font-style: italic;
+ font-size: 1.4rem;
+ font-family: Georgia,bitstream charter,serif;
+ border-left: 3px solid;
+ border-color: #a00;
+ padding-left: 20px
+}
+
+blockquote cite {
+ font-size: 70%;
+ opacity: .8
+}
+
+a,a:hover {
+ color: #a00;
+ text-decoration: none
+}
+
+a:hover {
+ text-decoration: underline
+}
+
+h1,h2,h3,h4,h5,h6 {
+ font-family: raleway,sans-serif;
+ line-height: 1.2;
+ color: #333;
+ font-weight: 100
+}
+
+h1 {
+ font-size: 2.75rem
+}
+
+h2 {
+ font-size: 2rem
+}
+
+h3 {
+ font-size: 1.6rem
+}
+
+h4 {
+ font-size: 1.2rem
+}
+
+h5 {
+ font-weight: 300;
+ font-size: 1rem
+}
+
+h6 {
+ font-weight: 300;
+ font-size: .9rem
+}
+
+.container {
+ max-width: 800px
+}
+
+ul {
+ padding-left: 15px;
+}
+
+ul.flat {
+ margin: 0;
+ padding: 0;
+}
+
+ul.flat li {
+ display: inline-block;
+ list-style: none;
+ margin-left: 0
+}
+
+.prevent-collapse {
+ min-height: .1rem
+}
+
+.page-title {
+ margin: 0
+}
+
+.smaller {
+ font-size: 70%
+}
+
+ul {
+ list-style: disc inside
+}
+
+.highlight pre {
+ margin-bottom: 0;
+ margin-top: 0;
+ padding: 20px;
+ background-color: #FAFAFA !important;
+}
+
+.highlight {
+ background: 0 0
+}
+
+.wrapper {
+ max-width: 760px;
+ margin: 0 auto;
+}
+
+.container {
+ margin-top: 50px;
+}
+
+.header {
+ margin-bottom: 20px;
+ padding-bottom: 20px;
+}
+
+.header h1,
+.header h2 {
+ margin: 0;
+ padding: 0;
+ font-size: 2rem;
+ line-height: 1.3em;
+}
+
+.header h2 {
+ font-size: 1.125rem;
+}
+
+.header nav {
+ margin-top: 20px;
+ border-top: 1px solid #f4f4f4;
+}
+
+.header nav ul,
+.header nav li {
+ margin: 0;
+}
+
+.header nav ul.flat {
+ padding: 0;
+}
+
+.header nav ul.flat li {
+ display: inline-block;
+ list-style: none;
+ margin-left: 0;
+ margin-right: 10px;
+ margin-top: 10px;
+ text-transform: capitalize;
+}
+
+.section .section-header {
+ font-size: 0.75rem;
+ font-weight: 600;
+ text-transform: uppercase;
+ color: #999;
+ margin-bottom: 20px;
+ letter-spacing: 1px;
+}
+
+.recent-posts .posts .post {
+ margin-bottom: 30px;
+}
+
+.recent-posts .posts .post .meta,
+.post .post-header .meta,
+.list .posts .post .meta {
+ font-size: 0.725rem;
+ color: #999;
+ margin-bottom: 4px;
+}
+
+.post .post-header {
+ margin-bottom: 30px;
+}
+
+.post .post-header .title {
+ margin: 0;
+}
+
+.post .post-header .meta {
+ padding-left: 5px;
+ margin-top: 10px;
+}
+
+.list .posts .post .meta {
+ margin-bottom: 0;
+ margin-left: 5px;
+}
+
+.footer {
+ text-align: right;
+ font-size: 0.75em;
+ color: #999;
+ border-top: 1px solid #f4f4f4;
+ padding: 20px 0;
+ margin-top: 40px;
+}
+
+.page-title {
+ margin-bottom: 0;
+}
+
+.tag-cloud {
+ margin-top: 20px;
+}
+
+.tag-cloud a {
+ margin-right: 15px;
+}
+
+@media (max-width: 767px) {
+ body {
+ padding: 20px;
+ }
+
+ h1 {
+ font-size: 2rem
+ }
+
+ h2 {
+ font-size: 1.6rem
+ }
+
+ h3 {
+ font-size: 1.2rem
+ }
+
+ h4 {
+ font-size: 1rem
+ }
+
+ .container {
+ margin-top: 10px;
+ }
+}
+
+@media (max-width: 480px) {
+ body {
+ font-size: 14px;
+ }
+}
diff --git a/exampleSite/public/css/normalize.css b/exampleSite/public/css/normalize.css
new file mode 100644
index 0000000..08ac354
--- /dev/null
+++ b/exampleSite/public/css/normalize.css
@@ -0,0 +1 @@
+/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */img,legend{border:0}legend,td,th{padding:0}html{font-family:serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0} \ No newline at end of file
diff --git a/exampleSite/public/css/pygments.css b/exampleSite/public/css/pygments.css
new file mode 100644
index 0000000..44111fe
--- /dev/null
+++ b/exampleSite/public/css/pygments.css
@@ -0,0 +1,65 @@
+/* Background */ .chroma { background-color: #ffffff }
+/* Error */ .chroma .err { color: #a61717; background-color: #e3d2d2 }
+/* 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; display: block; }
+/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em; }
+/* Keyword */ .chroma .k { font-weight: bold }
+/* KeywordConstant */ .chroma .kc { font-weight: bold }
+/* KeywordDeclaration */ .chroma .kd { font-weight: bold }
+/* KeywordNamespace */ .chroma .kn { font-weight: bold }
+/* KeywordPseudo */ .chroma .kp { font-weight: bold }
+/* KeywordReserved */ .chroma .kr { font-weight: bold }
+/* KeywordType */ .chroma .kt { color: #445588; font-weight: bold }
+/* NameAttribute */ .chroma .na { color: #008080 }
+/* NameBuiltin */ .chroma .nb { color: #999999 }
+/* NameClass */ .chroma .nc { color: #445588; font-weight: bold }
+/* NameConstant */ .chroma .no { color: #008080 }
+/* NameEntity */ .chroma .ni { color: #800080 }
+/* NameException */ .chroma .ne { color: #990000; font-weight: bold }
+/* NameFunction */ .chroma .nf { color: #990000; font-weight: bold }
+/* NameNamespace */ .chroma .nn { color: #555555 }
+/* NameTag */ .chroma .nt { color: #000080 }
+/* NameVariable */ .chroma .nv { color: #008080 }
+/* LiteralString */ .chroma .s { color: #bb8844 }
+/* LiteralStringAffix */ .chroma .sa { color: #bb8844 }
+/* LiteralStringBacktick */ .chroma .sb { color: #bb8844 }
+/* LiteralStringChar */ .chroma .sc { color: #bb8844 }
+/* LiteralStringDelimiter */ .chroma .dl { color: #bb8844 }
+/* LiteralStringDoc */ .chroma .sd { color: #bb8844 }
+/* LiteralStringDouble */ .chroma .s2 { color: #bb8844 }
+/* LiteralStringEscape */ .chroma .se { color: #bb8844 }
+/* LiteralStringHeredoc */ .chroma .sh { color: #bb8844 }
+/* LiteralStringInterpol */ .chroma .si { color: #bb8844 }
+/* LiteralStringOther */ .chroma .sx { color: #bb8844 }
+/* LiteralStringRegex */ .chroma .sr { color: #808000 }
+/* LiteralStringSingle */ .chroma .s1 { color: #bb8844 }
+/* LiteralStringSymbol */ .chroma .ss { color: #bb8844 }
+/* LiteralNumber */ .chroma .m { color: #009999 }
+/* LiteralNumberBin */ .chroma .mb { color: #009999 }
+/* LiteralNumberFloat */ .chroma .mf { color: #009999 }
+/* LiteralNumberHex */ .chroma .mh { color: #009999 }
+/* LiteralNumberInteger */ .chroma .mi { color: #009999 }
+/* LiteralNumberIntegerLong */ .chroma .il { color: #009999 }
+/* LiteralNumberOct */ .chroma .mo { color: #009999 }
+/* Operator */ .chroma .o { font-weight: bold }
+/* OperatorWord */ .chroma .ow { font-weight: bold }
+/* Comment */ .chroma .c { color: #999988; font-style: italic }
+/* CommentHashbang */ .chroma .ch { color: #999988; font-style: italic }
+/* CommentMultiline */ .chroma .cm { color: #999988; font-style: italic }
+/* CommentSingle */ .chroma .c1 { color: #999988; font-style: italic }
+/* CommentSpecial */ .chroma .cs { color: #999999; font-weight: bold; font-style: italic }
+/* CommentPreproc */ .chroma .cp { color: #999999; font-weight: bold }
+/* CommentPreprocFile */ .chroma .cpf { color: #999999; font-weight: bold }
+/* GenericDeleted */ .chroma .gd { color: #000000; background-color: #ffdddd }
+/* GenericEmph */ .chroma .ge { font-style: italic }
+/* GenericError */ .chroma .gr { color: #aa0000 }
+/* GenericHeading */ .chroma .gh { color: #999999 }
+/* GenericInserted */ .chroma .gi { color: #000000; background-color: #ddffdd }
+/* GenericOutput */ .chroma .go { color: #888888 }
+/* GenericPrompt */ .chroma .gp { color: #555555 }
+/* GenericStrong */ .chroma .gs { font-weight: bold }
+/* GenericSubheading */ .chroma .gu { color: #aaaaaa }
+/* GenericTraceback */ .chroma .gt { color: #aa0000 }
+/* TextWhitespace */ .chroma .w { color: #bbbbbb }
diff --git a/exampleSite/public/index.html b/exampleSite/public/index.html
new file mode 100644
index 0000000..06d3132
--- /dev/null
+++ b/exampleSite/public/index.html
@@ -0,0 +1,52 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta name="generator" content="Hugo 0.37.1" />
+ <meta charset="utf-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge"><title>Vivek R</title><meta name="viewport" content="width=device-width, initial-scale=1">
+
+ <link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,300italic,400italic|Raleway:500,100,300" rel="stylesheet">
+ <link rel="stylesheet" type="text/css" media="screen" href="/css/normalize.css" />
+ <link rel="stylesheet" type="text/css" media="screen" href="/css/main.css" />
+ <script src="main.js"></script>
+</head>
+<body>
+ <div class="container wrapper">
+ <div class="header">
+ <h1>Vivek R</h1>
+ <h2>Software developer <a href="https://zerodha.com">@zerodhatech</a></h2>
+
+ <nav class="nav">
+ <ul class="flat">
+ <li>
+ <a href="/">Home</a>
+ </li>
+
+ <li>
+ <a href="/posts">List</a>
+ </li>
+
+ <li>
+ <a href="/tags">Tags</a>
+ </li>
+
+ </ul>
+ </nav>
+</div>
+
+
+ <div class="recent-posts section">
+ <h2 class="section-header">
+ Recent posts
+ </h2>
+ <div class="posts"><a href="/posts">All articles →</a>
+ </div>
+ </div>
+ </div>
+ <div class="footer wrapper">
+ <nav class="nav">
+ <div>Vivek R &COPY; 2018 | Built with <a href="gohugo.io">Hugo</a></div>
+ </nav>
+</div>
+</body>
+</html>
diff --git a/exampleSite/public/index.xml b/exampleSite/public/index.xml
new file mode 100644
index 0000000..4f5f7ce
--- /dev/null
+++ b/exampleSite/public/index.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+ <channel>
+ <title>Vivek R</title>
+ <link>http://example.org/</link>
+ <description>Recent content on Vivek R</description>
+ <generator>Hugo -- gohugo.io</generator>
+ <language>en-us</language>
+
+ <atom:link href="http://example.org/index.xml" rel="self" type="application/rss+xml" />
+
+
+ </channel>
+</rss> \ No newline at end of file
diff --git a/exampleSite/public/sitemap.xml b/exampleSite/public/sitemap.xml
new file mode 100644
index 0000000..680640d
--- /dev/null
+++ b/exampleSite/public/sitemap.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
+ xmlns:xhtml="http://www.w3.org/1999/xhtml">
+
+ <url>
+ <loc>http://example.org/tags/</loc>
+ <priority>0</priority>
+ </url>
+
+ <url>
+ <loc>http://example.org/</loc>
+ <priority>0</priority>
+ </url>
+
+</urlset> \ No newline at end of file
diff --git a/exampleSite/public/tags/index.html b/exampleSite/public/tags/index.html
new file mode 100644
index 0000000..19243c0
--- /dev/null
+++ b/exampleSite/public/tags/index.html
@@ -0,0 +1,60 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge"><title>Tags - Vivek R</title><meta name="viewport" content="width=device-width, initial-scale=1">
+
+ <link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,300italic,400italic|Raleway:500,100,300" rel="stylesheet">
+ <link rel="stylesheet" type="text/css" media="screen" href="/css/normalize.css" />
+ <link rel="stylesheet" type="text/css" media="screen" href="/css/main.css" />
+ <script src="main.js"></script>
+</head>
+
+<body>
+ <div class="container wrapper tags">
+ <div class="header">
+ <h1>Vivek R</h1>
+ <h2>Software developer <a href="https://zerodha.com">@zerodhatech</a></h2>
+
+ <nav class="nav">
+ <ul class="flat">
+
+ <li>
+ <a href="/">Home</a>
+ </li>
+
+ <li>
+ <a href="/posts">List</a>
+ </li>
+
+ <li>
+ <a href="/tags">Tags</a>
+ </li>
+
+ </ul>
+ </nav>
+</div>
+
+
+ <h1 class="page-title">All tags</h1>
+
+
+
+
+
+
+
+
+ <div class="tag-cloud">
+
+ </div>
+ </div>
+
+ <div class="footer wrapper">
+ <nav class="nav">
+ <div>Vivek R &COPY; 2018 | Built with <a href="gohugo.io">Hugo</a></div>
+ </nav>
+</div>
+</body>
+
+</html>
diff --git a/exampleSite/public/tags/index.xml b/exampleSite/public/tags/index.xml
new file mode 100644
index 0000000..9865ddc
--- /dev/null
+++ b/exampleSite/public/tags/index.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+ <channel>
+ <title>Tags on Vivek R</title>
+ <link>http://example.org/tags/</link>
+ <description>Recent content in Tags on Vivek R</description>
+ <generator>Hugo -- gohugo.io</generator>
+ <language>en-us</language>
+
+ <atom:link href="http://example.org/tags/index.xml" rel="self" type="application/rss+xml" />
+
+
+ </channel>
+</rss> \ No newline at end of file