From 89724572c5250e2eb531754e33ac112896fa0226 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Thu, 25 Feb 2021 09:31:10 -0700 Subject: Add ignores for the blog directory --- .rsyncignore | 1 + blog/.gitignore | 2 ++ blog/src/_header.html | 1 + blog/src/index.md | 1 + luevano/index.html | 2 +- 5 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 blog/.gitignore create mode 100644 blog/src/_header.html create mode 100644 blog/src/index.md diff --git a/.rsyncignore b/.rsyncignore index 8024943..24e7c08 100644 --- a/.rsyncignore +++ b/.rsyncignore @@ -7,3 +7,4 @@ LICENSE # Rsync specific .rsyncignore +blog/ diff --git a/blog/.gitignore b/blog/.gitignore new file mode 100644 index 0000000..91a609f --- /dev/null +++ b/blog/.gitignore @@ -0,0 +1,2 @@ +# Only keep track of source. +dst/ diff --git a/blog/src/_header.html b/blog/src/_header.html new file mode 100644 index 0000000..61686bb --- /dev/null +++ b/blog/src/_header.html @@ -0,0 +1 @@ +Hello? diff --git a/blog/src/index.md b/blog/src/index.md new file mode 100644 index 0000000..a1e7613 --- /dev/null +++ b/blog/src/index.md @@ -0,0 +1 @@ +# hello, world! diff --git a/luevano/index.html b/luevano/index.html index 30631d0..7afb248 100644 --- a/luevano/index.html +++ b/luevano/index.html @@ -60,7 +60,7 @@

- But for now, this place is under construction (as you can notice from most links being broken).
+ But for now, this place is under construction (as you may notice from most links being broken).
Under construction

-- cgit v1.2.3-54-g00ecf