diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2021-02-25 09:31:10 -0700 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2021-02-25 09:31:10 -0700 |
commit | 89724572c5250e2eb531754e33ac112896fa0226 (patch) | |
tree | df38a072b4aafd76410ddbcc0c8c30fab9665f13 /blog | |
parent | 96d8e440ddc9a3a0651468d0914454f4688589c7 (diff) |
Add ignores for the blog directory
Diffstat (limited to 'blog')
-rw-r--r-- | blog/.gitignore | 2 | ||||
-rw-r--r-- | blog/src/_header.html | 1 | ||||
-rw-r--r-- | blog/src/index.md | 1 |
3 files changed, 4 insertions, 0 deletions
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! |