diff options
-rw-r--r-- | .rsyncignore | 1 | ||||
-rw-r--r-- | blog/.gitignore | 2 | ||||
-rw-r--r-- | blog/src/_header.html | 1 | ||||
-rw-r--r-- | blog/src/index.md | 1 | ||||
-rw-r--r-- | luevano/index.html | 2 |
5 files changed, 6 insertions, 1 deletions
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 @@ +<html><title>Hello?</title> 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 @@ </p> <p> - But for now, this place is under construction (as you can notice from most links being broken).<br/> + But for now, this place is under construction (as you may notice from most links being broken).<br/> <img src="https://static.luevano.xyz/images/gifs/worker1.gif" alt="Under construction"> </p> |