Skip to content

Commit 2eac04e

Browse files
Add editorconfig and formated existing files (#17)
1 parent 25e939e commit 2eac04e

20 files changed

+37
-28
lines changed

.editorconfig

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ _site
22
.sass-cache
33
.jekyll-metadata
44
.DS_Store
5-
node_modules
5+
node_modules

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
##
22

3-
Site for GitPoint :)
3+
Site for GitPoint :)

_includes/donate-button.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<a href="https://opencollective.com/git-point/donate" target="_blank">
22
<img src="https://opencollective.com/git-point/donate/[email protected]?color=blue" width=300 />
3-
</a>
3+
</a>

_includes/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ <h4 class="f6 mid-gray fw4 ttu tracked">{{ name[0] }}</h4>
2929
{% endfor %}
3030

3131
</div>
32-
</footer>
32+
</footer>

_includes/github-button-script.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<script async defer src="https://buttons.github.io/buttons.js"></script>
1+
<script async defer src="https://buttons.github.io/buttons.js"></script>

_includes/github-button.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<a class="github-button" href="https://github.com/gitpoint/git-point" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star gitpoint/git-point on GitHub">Star</a>
1+
<a class="github-button" href="https://github.com/gitpoint/git-point" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star gitpoint/git-point on GitHub">Star</a>

_includes/google-analytics.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
ga('send', 'pageview');
99

1010
</script>
11-
11+

_includes/head.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
" | relative_url }}"> {% if jekyll.environment == 'production' and site.google_analytics %} {% include google-analytics.html %} {% endif %}
3838
<link rel="manifest" href="/assets/manifest.json">
3939
<link rel="icon" href="{{ " /assets/favicon.ico " | relative_url }}">
40-
</head>
40+
</head>

_includes/header.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<div class="vh-85 dt w-100 bg-header bg-primary flex flex-column items-center justify-center">
1+
<div class="vh-85 dt w-100 bg-header bg-primary flex flex-column items-center justify-center">
22
<div class="grow mb5 dn db-ns">
33
{% include donate-button.html %}
4-
</div>
4+
</div>
55

66
<div class="dtc v-mid tc ph3 ph4-l">
77
<div class="link header-logo br-100 pa4 ba bg-dark-gray h4 w4 dib flex items-center justify-center" href="/">
@@ -15,7 +15,7 @@ <h1 class="pt3 mb0 f3 f2-m f2-l fw6 tc dark-gray">GitPoint</h1>
1515
<p class="f5 f3-ns mid-gray lh-copy mt2 mb4 mw6">
1616
GitHub in your pocket
1717
</p>
18-
18+
1919
<div class="flex">
2020
<a href="https://itunes.apple.com/app/gitpoint/id1251245162?mt=8" class="dib grow mr2">
2121
{% include icon-app-store.svg %}
@@ -27,10 +27,10 @@ <h1 class="pt3 mb0 f3 f2-m f2-l fw6 tc dark-gray">GitPoint</h1>
2727

2828
<div class="grow mt5 db dn-ns">
2929
{% include donate-button.html %}
30-
</div>
30+
</div>
3131

3232
<div class="mt4 mt5-ns">
3333
{% include github-button.html %}
34-
</div>
34+
</div>
3535
</div>
36-
</div>
36+
</div>

_includes/service-worker-register.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
});
99
});
1010
}
11-
</script>
11+
</script>

_layouts/additional.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313

1414
</body>
1515

16-
</html>
16+
</html>

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
{% include service-worker-register.html %}
1919
{% include github-button-script.html %}
20-
20+
2121
</body>
2222

2323
</html>

_layouts/home.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
---
2-
layout: default
1+
---
2+
layout: default
33
---
44
<section class="dn db-ns">
55
<div class="flex flex-column justify-center center pv5 karla bg-secondary">
@@ -226,4 +226,4 @@ <h2 class="f3 fw7 dark-gray mb2">
226226
</div>
227227
</div>
228228
</div>
229-
</div>
229+
</div>

_plugins/jekyll_get.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ def generate(site)
3737
end
3838
end
3939
end
40-
end
40+
end

android-launch.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1 class="pt3 mb0 f2 fw6 tc near-white">GitPoint</h1>
1717
<p class="f3 near-white lh-copy mt2 mb4 mw6">
1818
Now on Android
1919
</p>
20-
20+
2121
<div class="flex flex-column">
2222
<a href="https://play.google.com/store/apps/details?id=com.gitpoint&hl=en" class="dib grow mb3">
2323
<img class="w4" src="http://i.imgur.com/mtGRPuM.png" />
@@ -50,7 +50,7 @@ <h1 class="pt3 mb0 f3 f2-m f2-l fw6 tc near-white">GitPoint</h1>
5050
<p class="f5 f3-ns near-white lh-copy mt2 mb4 mw6">
5151
Now on Android
5252
</p>
53-
53+
5454
<div class="flex flex-column">
5555
<a href="https://play.google.com/store/apps/details?id=com.gitpoint&hl=en" class="dib grow mb3">
5656
{% include icon-play-store.svg %}
@@ -62,4 +62,4 @@ <h1 class="pt3 mb0 f3 f2-m f2-l fw6 tc near-white">GitPoint</h1>
6262
</div>
6363
</div>
6464
</div>
65-
</div>
65+
</div>

assets/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
"sizes": "600x600"
1414
}
1515
]
16-
}
16+
}

firebase.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
"README.md"
1111
]
1212
}
13-
}
13+
}

robots.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ layout: null
33
---
44

55
User-agent: *
6-
Sitemap: {{ site.url }}/sitemap.xml
6+
Sitemap: {{ site.url }}/sitemap.xml

sw-precache-config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ module.exports = {
44
"_site/assets/**/*"
55
],
66
stripPrefix: '_site/'
7-
};
7+
};

0 commit comments

Comments
 (0)