Update: default page style
- use [SimpleCSS](https://simplecss.org) as main CSS file. - page title with name of website
This commit is contained in:
@@ -2,14 +2,28 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>{{ page.title }}</title>
|
<meta width="device-width" initial-scale="1.0">
|
||||||
|
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
|
||||||
|
<title>{{ page.title }} | kamat's website</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div>
|
<header>
|
||||||
|
<h1>kamat's website</h1>
|
||||||
|
<nav>
|
||||||
|
<ul>
|
||||||
|
<li><a href="/">Home</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div id='content'>
|
||||||
<article>
|
<article>
|
||||||
<h2>{{ page.title }}</h2>
|
<h2>{{ page.title }}</h2>
|
||||||
{{ page.content }}
|
{{ page.content }}
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
|
<footer>
|
||||||
|
<small>Author: KAMATAKI Yuya</small>
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
2
index.md
2
index.md
@@ -1,5 +1,7 @@
|
|||||||
---
|
---
|
||||||
|
published_date: 2023-10-08 12:49:19.577143497 +0000
|
||||||
layout: default.liquid
|
layout: default.liquid
|
||||||
|
is_draft: false
|
||||||
---
|
---
|
||||||
## Blog!
|
## Blog!
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: default.liquid
|
|
||||||
|
|
||||||
title: First Post
|
title: First Post
|
||||||
is_draft: true
|
published_date: 2023-10-08 12:49:56.171857272 +0000
|
||||||
|
layout: default.liquid
|
||||||
|
is_draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
# This is our first Post!
|
# This is our first Post!
|
||||||
|
|
||||||
Welcome to the first post ever on cobalt.rs!
|
Welcome to the first post ever on cobalt.rs!
|
||||||
|
|||||||
Reference in New Issue
Block a user