Skip to content
This repository was archived by the owner on Jan 1, 2022. It is now read-only.

Commit 2434a8e

Browse files
committed
chore: Updated for v2.16
1 parent 60d3baf commit 2434a8e

File tree

5 files changed

+178
-152
lines changed

5 files changed

+178
-152
lines changed

gatsby-config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ const searchData = require('./src/algolia')
44

55
const plugins = [
66
`gatsby-plugin-sass`,
7-
// Automatically restores your cache and caches new files within the Netlify cache folder.
8-
// To reset the cache, hit the Clear build cache checkbox in the Netlify app.
9-
'gatsby-plugin-netlify-cache',
107
{
118
resolve: 'gatsby-plugin-nprogress',
129
options: {

markdown

Submodule markdown updated 183 files

package.json

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@
1818
"@fontsource/permanent-marker": "^4.2.2",
1919
"@fontsource/roboto-mono": "^4.2.2",
2020
"@fontsource/ubuntu": "^4.2.2",
21-
"@freesewing/components": "2.15.2",
22-
"@freesewing/core": "2.15.2",
23-
"@freesewing/css-theme": "2.15.2",
24-
"@freesewing/examples": "2.15.2",
25-
"@freesewing/i18n": "^2.15.2",
26-
"@freesewing/models": "2.15.2",
27-
"@freesewing/mui-theme": "2.15.2",
28-
"@freesewing/pattern-info": "2.15.2",
29-
"@freesewing/plugin-bundle": "2.15.2",
30-
"@freesewing/plugin-buttons": "2.15.2",
31-
"@freesewing/plugin-theme": "^2.15.2",
32-
"@freesewing/rendertest": "2.15.2",
33-
"@freesewing/tutorial": "2.15.2",
34-
"@freesewing/utils": "2.15.2",
21+
"@freesewing/components": "2.16.0",
22+
"@freesewing/core": "2.16.0",
23+
"@freesewing/css-theme": "2.16.0",
24+
"@freesewing/examples": "2.16.0",
25+
"@freesewing/i18n": "^2.16.0",
26+
"@freesewing/models": "2.16.0",
27+
"@freesewing/mui-theme": "2.16.0",
28+
"@freesewing/pattern-info": "2.16.0",
29+
"@freesewing/plugin-bundle": "2.16.0",
30+
"@freesewing/plugin-buttons": "2.16.0",
31+
"@freesewing/plugin-theme": "^2.16.0",
32+
"@freesewing/rendertest": "2.16.0",
33+
"@freesewing/tutorial": "2.16.0",
34+
"@freesewing/utils": "2.16.0",
3535
"@material-ui/core": "4.11.4",
3636
"@material-ui/icons": "4.11.2",
3737
"@material-ui/lab": "4.0.0-alpha.58",
@@ -49,7 +49,6 @@
4949
"gatsby-plugin-manifest": "^3.4.0",
5050
"gatsby-plugin-mdx": "2.4.0",
5151
"gatsby-plugin-netlify": "3.4.0",
52-
"gatsby-plugin-netlify-cache": "^1.2.0",
5352
"gatsby-plugin-nprogress": "3.4.0",
5453
"gatsby-plugin-offline": "^4.4.0",
5554
"gatsby-plugin-react-helmet": "4.4.0",
@@ -59,7 +58,7 @@
5958
"gatsby-remark-autolink-headers": "4.1.0",
6059
"gatsby-remark-copy-linked-files": "4.1.0",
6160
"gatsby-remark-images": "5.1.0",
62-
"gatsby-remark-jargon": "2.15.2",
61+
"gatsby-remark-jargon": "2.16.0",
6362
"gatsby-remark-prismjs": "5.1.0",
6463
"gatsby-remark-smartypants": "4.1.0",
6564
"gatsby-source-filesystem": "3.4.0",
@@ -74,7 +73,7 @@
7473
"react-helmet": "6.1.0",
7574
"react-instantsearch-dom": "6.11.0",
7675
"react-markdown": "^6.0.1",
77-
"remark-jargon": "2.15.2",
76+
"remark-jargon": "2.16.0",
7877
"sharp": "^0.28.1",
7978
"styled-components": "^5.3.0",
8079
"tlds": "1.221.1"

src/pages/index.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,16 @@ const Page = props => {
1919
noLayout
2020
>
2121
<div id="homepage">
22+
<div style={{maxWidth: '500px', margin: '2rem auto'}}>
23+
<h5 style={{textAlign: 'center', marginBottom: '-1.5rem', padding: 0}}>TL;DR</h5>
24+
<div className="gatsby-highlight" data-language="bash">
25+
<pre class="language-bash">
26+
<code className="language-bash">npx create-freesewing-pattern</code>
27+
</pre>
28+
</div>
29+
</div>
2230
<Iconbar />
23-
<Splash app={app} />
31+
<Splash />
2432
<div className="news">
2533
<LatestNews homepage />
2634
</div>

0 commit comments

Comments
 (0)