0d667e6183
Travis build: 1386
2019-08-22 07:37:04 +00:00
fe4aa164d1
Add sitemap generation
2019-08-22 10:34:38 +03:00
615c5ddea1
Travis build: 1384
2019-08-22 07:23:26 +00:00
f273668f2a
Add Google site verification code
2019-08-22 10:20:55 +03:00
8c3633dafb
Travis build: 1380 [cron]
2019-08-19 16:31:40 +00:00
1b8782644c
Travis build: 1378
2019-08-19 15:16:02 +00:00
ebbb22db7c
Merge remote-tracking branch 'origin/master'
2019-08-19 18:13:23 +03:00
91d911f771
Merge branch 'from-starter'
2019-08-19 18:11:54 +03:00
136281b8c5
Final updates to the new template and codebase
2019-08-19 17:59:08 +03:00
029beae03b
Travis build: 1375
2019-08-19 11:26:23 +00:00
2dac07aad2
Update snippet-template.md
2019-08-19 14:23:52 +03:00
6281883952
Housekeeping, fix security vulnerabilities
2019-08-19 11:18:37 +03:00
3ed60da1cd
Fix a minor bug with snippet pages
...
Not displaying explanation.
2019-08-19 10:45:34 +03:00
0260876974
Add glossary page
2019-08-19 10:40:50 +03:00
25aeb11e43
Add beginner page
2019-08-19 10:28:45 +03:00
f9656c18ac
Fix archive issues, add archive listing page
2019-08-19 10:02:32 +03:00
26904954ab
Revert a change in tag pages
...
Would cause a bug with tag page listing
2019-08-18 12:51:27 +03:00
a71f3426f3
Add archived snippets to list page
...
No archive page just yet
2019-08-18 12:44:36 +03:00
41d22130b5
Update npm ignores with new file structure
2019-08-17 12:35:39 +03:00
e83edd4234
Update robots for SEO
2019-08-16 14:39:45 +03:00
3624d5b413
Minor UI changes
2019-08-16 14:25:50 +03:00
3b78616102
Improve accessibility scores
2019-08-16 14:02:33 +03:00
7df5cd4a8c
Test performance improvements by trimming views
2019-08-16 13:47:46 +03:00
a2612fbf1b
Clean up CSS fix
2019-08-16 10:39:35 +03:00
f8c77a621f
Temporary fix for SCSS import
2019-08-16 09:18:50 +03:00
a5f7a81930
Refresh packages
2019-08-16 09:02:24 +03:00
39852f5b86
Configure Google Analytics
2019-08-15 14:08:27 +03:00
57be53ccc6
Delete migrator.js
2019-08-13 14:38:10 +03:00
902fea8b1e
Update remaining assets and code, add webber
2019-08-13 14:22:41 +03:00
91acf51cf7
Update repo except webber
2019-08-13 13:49:13 +03:00
42e77619bd
Evaluate vscoder script
2019-08-13 13:30:12 +03:00
199fe3a110
Update packager script
...
Also check test and tester scripts
2019-08-13 13:26:59 +03:00
e54329cb28
Update builder script
2019-08-13 12:12:28 +03:00
7c84eea7cb
Update extractor script
2019-08-13 11:39:11 +03:00
233815cc22
Import gatsby from starter
2019-08-13 11:20:10 +03:00
8e47a2c8e7
Glossary format update
2019-08-13 11:19:29 +03:00
611729214a
Snippet format update
...
To match the starter (for the migration)
2019-08-13 10:29:12 +03:00
a5164f392a
Travis build: 1341 [cron]
2019-08-12 16:28:43 +00:00
43b75db27c
Travis build: 1339
2019-08-11 17:27:12 +00:00
506164f7cb
Merge pull request #1006 from fatedeity/master
...
fix findLastIndex: return default index when not found
2019-08-11 10:24:33 -07:00
80164c8a52
return default index when not found
2019-08-11 16:20:26 +08:00
1cee67393c
Travis build: 1315 [cron]
2019-07-20 16:17:31 +00:00
ce08cc1234
Travis build: 1313
2019-07-20 09:46:25 +00:00
a4b831fe82
Merge pull request #1002 from 30-seconds/simplify-isWeekend
...
Simplify the comparison for a weekend
2019-07-20 12:43:06 +03:00
d41b86fa31
Travis build: 1311
2019-07-20 09:39:17 +00:00
63783ad82a
Merge pull request #1003 from 30-seconds/simplify-isWeekday
...
Update isWeekday.md
2019-07-20 12:35:43 +03:00
5033e1b471
speeling
...
auto correct is the bane of my existence and my best friend
2019-07-19 15:49:03 -07:00
4633605dc6
Update isWeekday.md
...
We should probably make this and the isWeekend snippet have the same description...
2019-07-19 15:47:09 -07:00
7506499f8c
Simplify the comparison for a weekend
...
Since a weekend is either `0` or `6` from `Date#getDay()`, using `X % 6 === 0` will return the right Boolean value and lead to less function calls or comparisons
2019-07-19 15:43:50 -07:00
f47b1fa5b7
Travis build: 1306
2019-07-19 16:23:29 +00:00