Added README, removed .gitmodules

This commit is contained in:
Bastian de Byl
2018-12-19 23:31:05 -05:00
parent f6ac6ee3fd
commit c65faeaa13
2 changed files with 5 additions and 3 deletions

5
README.md Normal file
View File

@@ -0,0 +1,5 @@
# hugo-site
This repository houses the posts for my site [bdebyl.net](https://bdebyl.net).
I make occasional updates to add blog posts, tutorials, projects write-ups, etc. The binary static content is all hosted on S3 (i.e. `.jpeg`, `.png`, etc.).
It was setup using **Terraform**, or more specifically [alimac/terraform-s3 (from commit 4b32c8d)](https://github.com/alimac/terraform-s3/tree/4b32c8d336ffacc4318c065f8d135973210f535c) -- big thank you to @alimac on GitHub for that!