Skip to content

Commit c69c78b

Browse files
committed
Updates
1 parent e072603 commit c69c78b

41 files changed

Lines changed: 347 additions & 59 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Ž404.htmlβ€Ž

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

β€Ž404/index.htmlβ€Ž

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

β€Ž546641dfde76ed00139ea2c3eae09499c5f2164a-bfc3051658058fc6c0e8.jsβ€Ž

Lines changed: 137 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 144 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,144 @@
1+
/*! *****************************************************************************
2+
Copyright (c) Microsoft Corporation. All rights reserved.
3+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
4+
this file except in compliance with the License. You may obtain a copy of the
5+
License at http://www.apache.org/licenses/LICENSE-2.0
6+
7+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
8+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
9+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
10+
MERCHANTABLITY OR NON-INFRINGEMENT.
11+
12+
See the Apache Version 2.0 License for specific language governing permissions
13+
and limitations under the License.
14+
***************************************************************************** */
15+
16+
/*! @license Rematrix v0.3.0
17+
18+
Copyright 2018 Julian Lloyd.
19+
20+
Permission is hereby granted, free of charge, to any person obtaining a copy
21+
of this software and associated documentation files (the "Software"), to deal
22+
in the Software without restriction, including without limitation the rights
23+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
24+
copies of the Software, and to permit persons to whom the Software is
25+
furnished to do so, subject to the following conditions:
26+
27+
The above copyright notice and this permission notice shall be included in
28+
all copies or substantial portions of the Software.
29+
30+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
34+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
35+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
36+
THE SOFTWARE.
37+
*/
38+
39+
/*! @license Tealight v0.3.6
40+
41+
Copyright 2018 Fisssion LLC.
42+
43+
Permission is hereby granted, free of charge, to any person obtaining a copy
44+
of this software and associated documentation files (the "Software"), to deal
45+
in the Software without restriction, including without limitation the rights
46+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
47+
copies of the Software, and to permit persons to whom the Software is
48+
furnished to do so, subject to the following conditions:
49+
50+
The above copyright notice and this permission notice shall be included in all
51+
copies or substantial portions of the Software.
52+
53+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
54+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
55+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
56+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
57+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
58+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
59+
SOFTWARE.
60+
61+
*/
62+
63+
/*! @license is-dom-node v1.0.4
64+
65+
Copyright 2018 Fisssion LLC.
66+
67+
Permission is hereby granted, free of charge, to any person obtaining a copy
68+
of this software and associated documentation files (the "Software"), to deal
69+
in the Software without restriction, including without limitation the rights
70+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
71+
copies of the Software, and to permit persons to whom the Software is
72+
furnished to do so, subject to the following conditions:
73+
74+
The above copyright notice and this permission notice shall be included in all
75+
copies or substantial portions of the Software.
76+
77+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
78+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
79+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
80+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
81+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
82+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
83+
SOFTWARE.
84+
85+
*/
86+
87+
/*! @license is-dom-node-list v1.2.1
88+
89+
Copyright 2018 Fisssion LLC.
90+
91+
Permission is hereby granted, free of charge, to any person obtaining a copy
92+
of this software and associated documentation files (the "Software"), to deal
93+
in the Software without restriction, including without limitation the rights
94+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
95+
copies of the Software, and to permit persons to whom the Software is
96+
furnished to do so, subject to the following conditions:
97+
98+
The above copyright notice and this permission notice shall be included in all
99+
copies or substantial portions of the Software.
100+
101+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
102+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
103+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
104+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
105+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
106+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
107+
SOFTWARE.
108+
109+
*/
110+
111+
/*! @license miniraf v1.0.0
112+
113+
Copyright 2018 Fisssion LLC.
114+
115+
Permission is hereby granted, free of charge, to any person obtaining a copy
116+
of this software and associated documentation files (the "Software"), to deal
117+
in the Software without restriction, including without limitation the rights
118+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
119+
copies of the Software, and to permit persons to whom the Software is
120+
furnished to do so, subject to the following conditions:
121+
122+
The above copyright notice and this permission notice shall be included in all
123+
copies or substantial portions of the Software.
124+
125+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
126+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
127+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
128+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
129+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
130+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
131+
SOFTWARE.
132+
133+
*/
134+
135+
/*! smooth-scroll v16.1.3 | (c) 2020 Chris Ferdinandi | MIT License | http://github.com/cferdinandi/smooth-scroll */
136+
137+
/** @license React v16.13.1
138+
* react-is.production.min.js
139+
*
140+
* Copyright (c) Facebook, Inc. and its affiliates.
141+
*
142+
* This source code is licensed under the MIT license found in the
143+
* LICENSE file in the root directory of this source tree.
144+
*/

β€Ž546641dfde76ed00139ea2c3eae09499c5f2164a-bfc3051658058fc6c0e8.js.mapβ€Ž

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žarchive/index.htmlβ€Ž

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

β€Žchunk-map.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"polyfill":["/polyfill-392ddb1ecfb63b36d39b.js"],"app":["/app-78482a06e7bc02dba29b.js"],"component---cache-caches-gatsby-plugin-offline-app-shell-js":["/component---cache-caches-gatsby-plugin-offline-app-shell-js-46b4173e1060a5c82475.js"],"component---src-pages-404-js":["/component---src-pages-404-js-5bcd061b39466a7ddda2.js"],"component---src-pages-archive-js":["/component---src-pages-archive-js-9ebdc5e3e13d3de46584.js"],"component---src-pages-index-js":["/component---src-pages-index-js-f6a7a6b738a9f719431b.js"],"component---src-pages-pensieve-index-js":["/component---src-pages-pensieve-index-js-bf7382ee3ff25176d7d3.js"],"component---src-pages-pensieve-tags-js":["/component---src-pages-pensieve-tags-js-05546e053c62d0bee983.js"],"component---src-templates-post-js":["/component---src-templates-post-js-b44e5b3c3236424e1960.js"],"component---src-templates-tag-js":["/component---src-templates-tag-js-839aa1b9cc8836da471f.js"]}
1+
{"polyfill":["/polyfill-392ddb1ecfb63b36d39b.js"],"app":["/app-78482a06e7bc02dba29b.js"],"component---cache-caches-gatsby-plugin-offline-app-shell-js":["/component---cache-caches-gatsby-plugin-offline-app-shell-js-46b4173e1060a5c82475.js"],"component---src-pages-404-js":["/component---src-pages-404-js-5bcd061b39466a7ddda2.js"],"component---src-pages-archive-js":["/component---src-pages-archive-js-9ebdc5e3e13d3de46584.js"],"component---src-pages-index-js":["/component---src-pages-index-js-6974c54396f2e3506a95.js"],"component---src-pages-pensieve-index-js":["/component---src-pages-pensieve-index-js-bf7382ee3ff25176d7d3.js"],"component---src-pages-pensieve-tags-js":["/component---src-pages-pensieve-tags-js-05546e053c62d0bee983.js"],"component---src-templates-post-js":["/component---src-templates-post-js-b44e5b3c3236424e1960.js"],"component---src-templates-tag-js":["/component---src-templates-tag-js-839aa1b9cc8836da471f.js"]}

β€Žcomponent---src-pages-index-js-6974c54396f2e3506a95.jsβ€Ž

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žcomponent---src-pages-index-js-6974c54396f2e3506a95.js.mapβ€Ž

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žindex.htmlβ€Ž

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
Β (0)