1
0
mirror of https://github.com/arsenetar/pelican-red.git synced 2026-01-23 15:11:38 +00:00

Initial Commit

Adds .gitattributes, .gitignore, and README.md as well as
static\config.rb which is the compass configuration file for the sass
(scss) style-sheets.  The README.md is an initial version.
This commit is contained in:
2013-05-24 07:31:52 -04:00
commit d1087733af
4 changed files with 175 additions and 0 deletions

6
.gitattributes vendored Normal file
View File

@@ -0,0 +1,6 @@
# Auto detect text files and perform LF normalization
* text=auto
# Diff Settings
*.html diff=html
*.rb diff=ruby