Files
blog/index.md
KAMATAKI Yuya 3b79660c74 Update: default page style
- use [SimpleCSS](https://simplecss.org) as main CSS file.
- page title with name of website
2023-10-23 22:04:46 +09:00

13 lines
226 B
Markdown

---
published_date: 2023-10-08 12:49:19.577143497 +0000
layout: default.liquid
is_draft: false
---
## Blog!
{% for post in collections.posts.pages %}
#### {{post.title}}
[{{ post.title }}]({{ post.permalink }})
{% endfor %}