mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 09:56:51 +01:00
package updates, add gatsby-redirect-from
This commit is contained in:
parent
c78e62094e
commit
a04ab0e4b5
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ package-lock.json
|
|||||||
public
|
public
|
||||||
.cache
|
.cache
|
||||||
src/components/svg
|
src/components/svg
|
||||||
|
plugins/gatsby-redirect-from
|
||||||
|
@ -23,7 +23,7 @@ These icons are free for your personal use and include icons for all file types
|
|||||||
- Leopard ready (512×512)
|
- Leopard ready (512×512)
|
||||||
- custom 32px and 16px icons
|
- custom 32px and 16px icons
|
||||||
|
|
||||||
Get them from [the goodies-page](https://kremalicious.com/goodies/) and have fun.
|
Get them and have fun.
|
||||||
|
|
||||||
<p class="content-download">
|
<p class="content-download">
|
||||||
<a class="icon-download" href="../media/aperturefiletypes_by_kremalicious.zip">Download</a>
|
<a class="icon-download" href="../media/aperturefiletypes_by_kremalicious.zip">Download</a>
|
||||||
|
8
content/redirects.yml
Normal file
8
content/redirects.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
- from: '/new-goodies-aperture-file-types-icons/'
|
||||||
|
to: '/aperture-file-types/'
|
||||||
|
|
||||||
|
- from: '/2008/02/how-to-quickly-generate-encrypted-logins-on-a-mac-for-htaccess-protected-sites/'
|
||||||
|
to: '/how-to-quickly-generate-encrypted-logins-on-a-mac-for-htaccess-protected-sites/'
|
||||||
|
|
||||||
|
- from: '/2007/06/finally-a-universal-scanner-driver-for-the-canon-canoscan-lide-500f-for-intel-macs/'
|
||||||
|
to: '/finally-a-universal-scanner-driver-for-the-canon-canoscan-lide-500f-for-intel-macs/'
|
@ -108,6 +108,7 @@ module.exports = {
|
|||||||
'gatsby-transformer-sharp',
|
'gatsby-transformer-sharp',
|
||||||
'gatsby-plugin-sharp',
|
'gatsby-plugin-sharp',
|
||||||
'gatsby-plugin-sitemap',
|
'gatsby-plugin-sitemap',
|
||||||
'gatsby-plugin-catch-links'
|
'gatsby-plugin-catch-links',
|
||||||
|
'gatsby-redirect-from'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
33
package.json
33
package.json
@ -22,24 +22,25 @@
|
|||||||
"last 3 versions"
|
"last 3 versions"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"gatsby": "^2.0.0-rc.0",
|
"gatsby": "^2.0.0-rc.4",
|
||||||
"gatsby-image": "^2.0.0-rc.0",
|
"gatsby-image": "^2.0.0-rc.1",
|
||||||
"gatsby-plugin-catch-links": "^2.0.2-rc.0",
|
"gatsby-plugin-catch-links": "^2.0.2-rc.1",
|
||||||
"gatsby-plugin-lunr": "^1.1.0",
|
"gatsby-plugin-lunr": "^1.1.0",
|
||||||
"gatsby-plugin-matomo": "^0.5.0",
|
"gatsby-plugin-matomo": "^0.5.0",
|
||||||
"gatsby-plugin-react-helmet": "^3.0.0-rc.0",
|
"gatsby-plugin-react-helmet": "^3.0.0-rc.1",
|
||||||
"gatsby-plugin-sass": "^2.0.0-rc.0",
|
"gatsby-plugin-sass": "^2.0.0-rc.1",
|
||||||
"gatsby-plugin-sharp": "^2.0.0-rc.0",
|
"gatsby-plugin-sharp": "^2.0.0-rc.2",
|
||||||
"gatsby-plugin-sitemap": "^2.0.0-rc.0",
|
"gatsby-plugin-sitemap": "^2.0.0-rc.1",
|
||||||
"gatsby-remark-autolink-headers": "^2.0.0-rc.0",
|
"gatsby-redirect-from": "0.0.3",
|
||||||
"gatsby-remark-copy-linked-files": "^2.0.0-rc.0",
|
"gatsby-remark-autolink-headers": "^2.0.0-rc.1",
|
||||||
"gatsby-remark-images": "^2.0.1-rc.0",
|
"gatsby-remark-copy-linked-files": "^2.0.0-rc.1",
|
||||||
"gatsby-remark-prismjs": "^3.0.0-rc.0",
|
"gatsby-remark-images": "^2.0.1-rc.1",
|
||||||
"gatsby-remark-smartypants": "^2.0.0-rc.0",
|
"gatsby-remark-prismjs": "^3.0.0-rc.2",
|
||||||
"gatsby-source-filesystem": "^2.0.1-rc.0",
|
"gatsby-remark-smartypants": "^2.0.0-rc.1",
|
||||||
"gatsby-transformer-remark": "^2.1.1-rc.0",
|
"gatsby-source-filesystem": "^2.0.1-rc.1",
|
||||||
"gatsby-transformer-sharp": "^2.1.1-rc.0",
|
"gatsby-transformer-remark": "^2.1.1-rc.1",
|
||||||
"gatsby-transformer-yaml": "^2.1.1-rc.0",
|
"gatsby-transformer-sharp": "^2.1.1-rc.2",
|
||||||
|
"gatsby-transformer-yaml": "^2.1.1-rc.1",
|
||||||
"graphql": "^0.13.2",
|
"graphql": "^0.13.2",
|
||||||
"intersection-observer": "^0.5.0",
|
"intersection-observer": "^0.5.0",
|
||||||
"node-sass": "^4.9.3",
|
"node-sass": "^4.9.3",
|
||||||
|
Loading…
Reference in New Issue
Block a user