Update repo files
This commit is contained in:
parent
987327e479
commit
0f200a846d
2 changed files with 65 additions and 3 deletions
63
.gitignore
vendored
Normal file
63
.gitignore
vendored
Normal file
|
@ -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*
|
|
@ -6,11 +6,10 @@ All stuff here is my opinion yada yada yada.
|
||||||
|
|
||||||
### To-Do
|
### To-Do
|
||||||
* [ ] Update 404 page
|
* [ ] Update 404 page
|
||||||
* [ ] Research and implement nicer typography
|
|
||||||
* [ ] Finalize theme, and publish it?
|
|
||||||
|
|
||||||
#### Latest Technology Update :: 2018-02-19
|
#### 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
|
### License
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue