Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1ae4d19

Browse files
committed
Add gitignore, _config.yml, editorconfig
1 parent eb12db9 commit 1ae4d19

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

.editorconfig

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
indent_size = 4
7+
end_of_line = lf
8+
indent_style = space
9+
insert_final_newline = true
10+
trim_trailing_whitespace = true
11+
12+
# config files
13+
[*.{ini,yaml,yml}]
14+
indent_size = 2

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### Jekyll ###
2+
_site/
3+
.sass-cache/
4+
.jekyll-metadata

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
theme: jekyll-theme-cayman

0 commit comments

Comments
 (0)