From 0f200a846db9bd4eda23f800248ca73d4a97b102 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Sun, 14 Jun 2020 21:12:21 -0400 Subject: [PATCH] Update repo files --- .gitignore | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 5 ++--- 2 files changed, 65 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a8eb20d --- /dev/null +++ b/.gitignore @@ -0,0 +1,63 @@ +# Global gitignore file + +## +# Stolen from octocat: https://gist.github.com/octocat/9257657 +## + +# Compiled source # +################### +*.com +*.class +*.dll +*.exe +*.o +*.so + +# Packages # +############ +# it's better to unpack these files and commit the raw source +# git has its own built in compression methods +*.7z +*.dmg +*.gz +*.iso +*.jar +*.rar +*.tar +*.zip + +# Logs and databases # +###################### +*.log +*.sql +*.sqlite + +# OS generated files # +###################### +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +## +# Additions +## + +# Vim Related # +############### +*.swp +.netrwhist +*.un~ + +# Ruby # +######## +*.gem +/.yardoc/ + +# Jekyll # +########## +.jekyll* +_site* diff --git a/README.md b/README.md index 0194513..bd7509e 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,10 @@ All stuff here is my opinion yada yada yada. ### To-Do * [ ] Update 404 page -* [ ] Research and implement nicer typography -* [ ] Finalize theme, and publish it? #### Latest Technology Update :: 2018-02-19 -* Update Corrupted to use CSS Grid +* Improved the handling of code blocks, both in-line and stand-alone +* Added styles for a "Sources" table. See rule `h3 + table` in the styles ### License