summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-02-25 04:21:13 -0700
committerDavid Luevano Alvarado <david@luevano.xyz>2021-02-25 04:21:13 -0700
commit675e396851c99e957ca86865bce1ce0ddf4faa15 (patch)
tree588128dbd3dd896e09b367db79a06c426097ef33
parent6dec2245b84bb90384834f85ba0270d9167df94f (diff)
Add rsyncignore and update readme
-rw-r--r--.rsyncignore9
-rw-r--r--README.md23
2 files changed, 31 insertions, 1 deletions
diff --git a/.rsyncignore b/.rsyncignore
new file mode 100644
index 0000000..8024943
--- /dev/null
+++ b/.rsyncignore
@@ -0,0 +1,9 @@
+# List of directories and files to ignore
+# Git specific
+.gitignore
+README.md
+LICENSE
+.git/
+
+# Rsync specific
+.rsyncignore
diff --git a/README.md b/README.md
index cb4f89e..5a51969 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,23 @@
# luevano.xyz
-My webpage.
+
+This is my website repo, where I (of course) keep track of everything I do.
+
+This is only for version control, the way I "push" the content to my website is through a rsync command.
+
+I shouldn't keep tracking of font awesome's stuff, but the files are really small, so I have no problem.
+
+## Blog (blog.luevano.xyz)
+
+The blog is managed via [``ssg5``](https://www.romanzolotarev.com/ssg.html), [``rssg``](https://www.romanzolotarev.com/rssg.html) and [``lowdow``](https://github.com/kristapsdz/lowdown).
+
+## Gameboy (gb.luevano.xyz)
+
+Thanks to [Aaron Liu (HFO4)](https://github.com/HFO4) the author of [gameboy.live](https://github.com/HFO4/gameboy.live) for the gameboy emulator that I run in my server, hence the website.
+
+## Static (static.luevano.xyz)
+
+I also have a subdomain to keep all static content, just general stuff I use throughout my website.
+
+## Git (git.luevano.xyz)
+
+This is not present here on github, since it's managed by [``cgit``](https://git.zx2c4.com/cgit/), but it's worth mentioning since it's present in my website.