From bafcd6306aa5ca9f404bbb07ffdda156ab46245d Mon Sep 17 00:00:00 2001 From: Quentin Rouland Date: Thu, 9 Jan 2025 16:25:38 +0100 Subject: [PATCH] Remove ignored files --- .gitignore | 1 + _cobalt.yml | 2 +- _site/index.html | 8 +++----- _site/rss.xml | 2 +- index.md | 2 ++ 5 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c08f9ad --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +_site \ No newline at end of file diff --git a/_cobalt.yml b/_cobalt.yml index 646f20a..1b5fc9e 100644 --- a/_cobalt.yml +++ b/_cobalt.yml @@ -2,7 +2,7 @@ site: title: My Dev Blog description: My Dev Blog - base_url: http://devblog.qrouland.com + base_url: http://blog.qrouland.com posts: rss: rss.xml assets: diff --git a/_site/index.html b/_site/index.html index c746966..7813ce1 100644 --- a/_site/index.html +++ b/_site/index.html @@ -5,12 +5,10 @@ Index -
-
-

Index

-

Blog!

+
+

Index

+

Blog!

-
diff --git a/_site/rss.xml b/_site/rss.xml index 7f8785c..2a38c9b 100644 --- a/_site/rss.xml +++ b/_site/rss.xml @@ -1 +1 @@ -My Dev Bloghttp://devblog.qrouland.comMy Dev Blog +My Dev Bloghttp://blog.qrouland.comMy Dev Blog diff --git a/index.md b/index.md index ad063cb..97e0a43 100644 --- a/index.md +++ b/index.md @@ -3,6 +3,8 @@ layout: default.liquid --- ## Blog! +WIP ! + {% for post in collections.posts.pages %} #### {{post.title}}