feat: add exampleSite
This commit is contained in:
52
exampleSite/public/index.html
Normal file
52
exampleSite/public/index.html
Normal file
@@ -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 © 2018 | Built with <a href="gohugo.io">Hugo</a></div>
|
||||
</nav>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user