change to jekyll page engine
This commit is contained in:
parent
ba8b789f12
commit
74cfbc1488
19 changed files with 353 additions and 258 deletions
31
_layouts/defaults.html
Normal file
31
_layouts/defaults.html
Normal file
|
@ -0,0 +1,31 @@
|
|||
---
|
||||
---
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<title>Hiajen - {{ page.title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="main-container">
|
||||
<div class="header">
|
||||
<h1>>> Hiajen</h1>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
{% include navigation.html %}
|
||||
|
||||
<div class="col-9 col-s-9">
|
||||
<h1>{{ page.title }}</h1>
|
||||
<p>{{ content | markdownify }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<marquee DIRECTION=left>CYBER CYBER CYBER</marquee>
|
||||
<p>made with <a href="https://jekyllrb.com/">Jekyll</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue