Exclude files for deployment
Remove deprecated Hakyll files
This commit is contained in:
parent
4190f85a2b
commit
5d38e08010
3 changed files with 8 additions and 86 deletions
|
@ -1,30 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>Fabien Freling's website</title>
|
||||
<link rel="icon" type="image/png" href="http://www.ffreling.com/favicon.png">
|
||||
<link href='http://fonts.googleapis.com/css?family=Anaheim' rel='stylesheet' type='text/css'>
|
||||
<link href='http://fonts.googleapis.com/css?family=Average+Sans' rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" type="text/css" href="/css/default.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/syntax.css" />
|
||||
<link rel="stylesheet" href="/font/font-awesome-4.3.0/css/font-awesome.min.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="banner"></div>
|
||||
|
||||
<div id="navigation">
|
||||
<a href="/index.html">Home</a>
|
||||
<a href="/projects.html">Projects</a>
|
||||
<a href="/about.html">About</a>
|
||||
</div>
|
||||
|
||||
<h1>$title$</h1>
|
||||
|
||||
$body$
|
||||
|
||||
<div id="footer">
|
||||
Copyright © Fabien Freling 2007-2016
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue