mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
adding baseurl and updating index.md
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
title: "Richie Cahill"
|
title: "Richie Cahill"
|
||||||
description: "ALL THE CHAOS THAT I CANT DO AT WORK"
|
description: "ALL THE CHAOS THAT I CANT DO AT WORK"
|
||||||
baseurl: "" # empty for user site, or "/my-blog" for project site
|
baseurl: "/dotfiles"
|
||||||
url: "https://richiecahill.github.io"
|
url: "https://richiecahill.github.io"
|
||||||
|
|
||||||
remote_theme: pages-themes/hacker@v0.2.0
|
remote_theme: pages-themes/hacker@v0.2.0
|
||||||
|
|||||||
@@ -1,10 +1,17 @@
|
|||||||
---
|
---
|
||||||
layout: home
|
layout: default
|
||||||
title: "Welcome"
|
title: "Welcome"
|
||||||
---
|
---
|
||||||
|
|
||||||
# 👋 Hey there
|
|
||||||
|
|
||||||
Welcome to my build logs, notes, and experiments.
|
Welcome to my build logs, notes, and experiments.
|
||||||
|
|
||||||
You can read my latest posts below — or check out the [About](/about) page.
|
You can read my latest posts below
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
{% for post in site.posts %}
|
||||||
|
<li>
|
||||||
|
<a href="{{ post.url | relative_url }}">{{ post.title }}</a>
|
||||||
|
<small>— {{ post.date | date: "%Y-%m-%d" }}</small>
|
||||||
|
</li>
|
||||||
|
{% endfor %}
|
||||||
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user