alxshelepenok
03d84009be
Update menu
2018-11-13 00:24:20 +03:00
alxshelepenok
a10db95540
Update dependencies
2018-11-13 00:23:45 +03:00
alxshelepenok
0b98162d78
Update content
2018-11-13 00:23:02 +03:00
alxshelepenok
fb5f9c89fc
Rename slug field
2018-11-12 20:38:36 +03:00
alxshelepenok
913da4453b
Update snapshots
2018-11-11 23:43:22 +03:00
alxshelepenok
5272e4052e
Fix slugs
2018-11-11 23:40:08 +03:00
alxshelepenok
042caa13f8
Fix feed query
2018-11-11 19:43:29 +03:00
alxshelepenok
fd85dc355a
Add NetlifyCMS config
2018-11-11 19:36:32 +03:00
alxshelepenok
440d4e88c7
Change frontmatter fields
2018-11-11 19:32:51 +03:00
alxshelepenok
de05e137ba
Rename workflow
2018-11-11 15:59:49 +03:00
alxshelepenok
76ff1f5eec
Rename lint script
2018-11-11 15:54:42 +03:00
alxshelepenok
80973fab84
Update circleci config
2018-11-11 15:51:30 +03:00
alxshelepenok
17f9779c72
Fix cicleci config
2018-11-11 15:14:34 +03:00
alxshelepenok
a8c4f4e1a8
Fix cicleci config
2018-11-11 15:07:39 +03:00
alxshelepenok
55e877a81b
Update tests
2018-11-11 14:51:07 +03:00
alxshelepenok
cca1567f16
Update button styles
2018-11-11 14:45:46 +03:00
alxshelepenok
ffbe3e2c4f
Fix lint issues
2018-11-11 14:23:45 +03:00
alxshelepenok
338317803e
Add pagination
2018-11-11 14:19:06 +03:00
alxshelepenok
38090a3a0f
Update tests
2018-11-09 23:03:28 +03:00
alxshelepenok
10d4784cdd
Delete old travis config
2018-11-09 22:51:19 +03:00
alxshelepenok
df4c05e0fe
Rename Travis config
2018-11-09 22:50:04 +03:00
alxshelepenok
d48ee55dda
Update travis.yml
2018-11-09 22:45:11 +03:00
alxshelepenok
621806e5c6
Add codecov
2018-11-09 22:39:40 +03:00
alxshelepenok
4cc45f66da
Move author photo to config
2018-11-09 22:20:44 +03:00
alxshelepenok
8f6203460b
Rename script
2018-11-09 20:18:53 +03:00
alxshelepenok
8b92891329
Upgrade to Gatsby v2
2018-11-09 20:08:48 +03:00
alxshelepenok
e83dfc6dff
Update changelog
2018-11-09 19:51:32 +03:00
wpioneer
00c468d258
Add scripts and CHANGELOG.md
2018-10-24 12:32:55 +03:00
Alexander Shelepenok
5c4e5e32de
Merge pull request #70 from yodahuang/master
...
Refactor the React logic and introduce Fragment
2018-10-15 22:44:53 +03:00
Alexander Shelepenok
96f03af330
Merge pull request #63 from GatsbyCentral/chmac-patch-1
...
We want `yarn.lock` in git
2018-10-15 22:29:52 +03:00
Yanda Huang
2ceac61daf
Try fix the new line format again
2018-05-06 15:48:03 -04:00
Yanda Huang
448541831f
Fix format
2018-05-06 15:43:52 -04:00
Yanda Huang
1dd12522e5
Refactor duplicate GraphQL to Fragment, eliminate all the spread syntax
2018-05-06 15:32:25 -04:00
Callum Macdonald
f32155725c
We want yarn.lock
in git
2018-03-30 14:46:01 +02:00
wpioneer
2a6e053ab9
Update contributors list
2018-02-21 18:25:10 +03:00
Alexander Shelepenok
1e2b739b55
Merge pull request #56 from mariolopjr/master
...
Add Simple Netlify Deploy Support
2018-02-21 17:25:40 +03:00
Mario Lopez
bf4c94b138
Changed to gatsby build
2018-02-20 20:53:35 -05:00
Mario Lopez
eae733b5d0
Changed URL to master repo
2018-02-20 20:47:42 -05:00
Mario Lopez
47923064d7
Netlify deploy button open in new tab
2018-02-20 20:41:53 -05:00
Mario Lopez
6231ec81ee
Tweaked Netlify text, added Netlify config
2018-02-20 20:39:48 -05:00
Mario Lopez
5d9f4e8eca
Added Netlify deploy -- currently tied to my fork
2018-02-20 20:32:25 -05:00
wpioneer
8dcfb7f0c1
Update contributors list
2018-02-13 19:13:25 +03:00
Alexander Shelepenok
6e72910e7e
Merge pull request #55 from vvasiloud/master
...
Fix prefix-links error upon deploy
2018-02-13 10:48:01 +03:00
Vasilis Vasiloudis
b330770f4c
Fix prefix-links error upon deploy
2018-02-13 02:12:09 +01:00
wpioneer
c27d5ba013
Add trackingId
2018-02-12 12:24:39 +03:00
wpioneer
aeb4048fcf
Update contributors list
2018-02-12 12:06:58 +03:00
Alexander Shelepenok
ac35b8165a
Merge pull request #54 from reed-jones/master
...
Improve RSS channel defaults
2018-02-12 03:59:14 -05:00
Reed Jones
83ed5150f1
Improve RSS channel defaults
2018-02-11 16:14:51 -07:00
Alexander Shelepenok
ccc8c48085
Merge pull request #51 from ybbarng/decoupling-gatsby-config-and-web
...
Decouple the node side code and the browser side code
2018-02-07 13:13:38 +03:00
ybbarng
1995b25ba3
Get siteMetadata via GraphQL
...
It is important that decoupling between node code and browser code.
The 'gatsby-config.js' file must be kept in node code, but it exposed
into browser code because of the Disqus module.
To decouple this, all of the siteMetadata information is served via
GraphQL.
This commit has this change.
2018-02-06 17:45:30 +09:00