initial commit
This commit is contained in:
commit
a6261020ee
130 changed files with 3179 additions and 0 deletions
129
public/index.html
Normal file
129
public/index.html
Normal file
|
@ -0,0 +1,129 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr-FR">
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.143.1"><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>console-demo/</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="all,follow">
|
||||
<meta name="googlebot" content="index,follow,snippet,archive">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/terminal-0.7.4.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/animate-4.1.1.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/console.css">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<link href="http://localhost:1313/index.xml" rel="alternate" type="application/rss+xml" title="console-demo" />
|
||||
<meta property="og:title" content="console-demo" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="http://localhost:1313/" />
|
||||
|
||||
|
||||
<meta name="twitter:title" content="console-demo"/>
|
||||
<meta name="twitter:description" content=""/>
|
||||
|
||||
</head>
|
||||
<body class="terminal">
|
||||
<div class="container">
|
||||
<div class="terminal-nav">
|
||||
<header class="terminal-logo">
|
||||
<div class="logo terminal-prompt">
|
||||
|
||||
|
||||
<a href="http://localhost:1313/" class="no-style site-name">console-demo</a>:~#
|
||||
</div></header>
|
||||
<nav class="terminal-menu">
|
||||
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
||||
|
||||
<li><a href="http://localhost:1313/about/" typeof="ListItem">about/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/posts/" typeof="ListItem">posts/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/photos/" typeof="ListItem">photos/</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container animated zoomIn fast" >
|
||||
|
||||
|
||||
<h1>About</h1>
|
||||
|
||||
<p>
|
||||
Console is a minimal, responsive and light theme for Hugo inspired by Linux console. <a href="about/">(more)</a>
|
||||
</p>
|
||||
<br/>
|
||||
|
||||
<h1>Latest posts</h1>
|
||||
|
||||
<div class="posts-list">
|
||||
|
||||
|
||||
<div class="post">
|
||||
<p>
|
||||
<div class="date">3 Aoû 2019</div>
|
||||
<h1><a href="http://localhost:1313/posts/what-is-hugo/" title="Introduction">Introduction</a></h1>
|
||||
<p>Hugo is an open-source project and lives by the work of its contributors. There are plenty of open issues, and we need your help to make Hugo even more awesome. You don’t need to be a Go guru to contribute to the project’s development.</p>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="post">
|
||||
<p>
|
||||
<div class="date">1 Juil 2019</div>
|
||||
<h1><a href="http://localhost:1313/posts/introduction/" title="What is Hugo">What is Hugo</a></h1>
|
||||
<p>Hugo is a fast and modern static site generator written in Go, and designed to make website creation fun again.</p>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<h1>Latest photos</h1>
|
||||
|
||||
<div class="image-grid">
|
||||
|
||||
|
||||
<a href="http://localhost:1313/photos/warsaw-poland/" title="Warsaw, Poland">
|
||||
|
||||
|
||||
|
||||
<img src="/photos/warsaw-poland/warsaw-poland_hu_3d3e930312d915a3.jpg" alt="warsaw-poland.jpg" class="img-responsive">
|
||||
|
||||
</a>
|
||||
|
||||
<a href="http://localhost:1313/photos/hel-poland-3/" title="Hel, Poland">
|
||||
|
||||
|
||||
|
||||
<img src="/photos/hel-poland-3/hel-poland-3_hu_43ecd3203cc8a30d.jpg" alt="hel-poland-3.jpg" class="img-responsive">
|
||||
|
||||
</a>
|
||||
|
||||
<a href="http://localhost:1313/photos/hel-poland-2/" title="Hel, Poland">
|
||||
|
||||
|
||||
|
||||
<img src="/photos/hel-poland-2/hel-poland-2_hu_1288e95b0687afc1.jpg" alt="hel-poland-2.jpg" class="img-responsive">
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
Powered by <a href="https://gohugo.io/">Hugo</a> with
|
||||
<a href="https://github.com/mrmierzejewski/hugo-theme-console/">Console Theme</a>.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue