Skip to content

Commit 6c296ed

Browse files
committed
Heroku Deployment
1 parent 1c060db commit 6c296ed

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

.editorconfig

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# editorconfig.org
2+
3+
root = true
4+
5+
[*]
6+
charset = utf-8
7+
end_of_line = lf
8+
indent_size = 4
9+
indent_style = space
10+
insert_final_newline = true
11+
trim_trailing_whitespace = true
12+
13+
[*.md]
14+
trim_trailing_whitespace = false
15+
16+
[*.yml]
17+
charset = utf-8
18+
end_of_line = lf
19+
indent_size = 2
20+
indent_style = space
21+
insert_final_newline = false
22+
trim_trailing_whitespace = true
23+
24+
[LICENSE.code.txt]
25+
charset = utf-8
26+
end_of_line = lf
27+
indent_size = 3
28+
indent_style = space
29+
insert_final_newline = false
30+
trim_trailing_whitespace = true

_config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
theme: jekyll-theme-slate
1+
theme: jekyll-theme-slate
2+
title: Simpleworklist
3+
description: Todo List for Getting Things Done
4+
google_analytics: UA-17174370-7

0 commit comments

Comments
 (0)