diff options
-rw-r--r-- | .rsyncignore | 9 | ||||
-rw-r--r-- | README.md | 23 |
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 @@ -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. |