Remove ignored files

This commit is contained in:
Quentin Rouland 2025-01-09 16:25:38 +01:00
parent 9fffaebf18
commit bafcd6306a
5 changed files with 8 additions and 7 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
_site

View File

@ -2,7 +2,7 @@
site: site:
title: My Dev Blog title: My Dev Blog
description: My Dev Blog description: My Dev Blog
base_url: http://devblog.qrouland.com base_url: http://blog.qrouland.com
posts: posts:
rss: rss.xml rss: rss.xml
assets: assets:

View File

@ -5,12 +5,10 @@
<title>Index</title> <title>Index</title>
</head> </head>
<body> <body>
<section class="hero"> <div class="main">
<div class="hero-body"> <h1 class="title">Index</p>
<p class="title">Index</p> <p><h2>Blog!</h2>
<p class="subtitle"><h2>Blog!</h2>
</p> </p>
</div> </div>
</section>
</body> </body>
</html> </html>

View File

@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>My Dev Blog</title><link>http://devblog.qrouland.com</link><description>My Dev Blog</description></channel></rss> <?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>My Dev Blog</title><link>http://blog.qrouland.com</link><description>My Dev Blog</description></channel></rss>

View File

@ -3,6 +3,8 @@ layout: default.liquid
--- ---
## Blog! ## Blog!
WIP !
{% for post in collections.posts.pages %} {% for post in collections.posts.pages %}
#### {{post.title}} #### {{post.title}}