1
0
Fork 0

package updates, add gatsby-redirect-from

This commit is contained in:
Matthias Kretschmann 2018-08-30 01:54:01 +02:00
parent c78e62094e
commit a04ab0e4b5
Signed by: m
GPG Key ID: 606EEEF3C479A91F
5 changed files with 29 additions and 18 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ package-lock.json
public
.cache
src/components/svg
plugins/gatsby-redirect-from

View File

@ -23,7 +23,7 @@ These icons are free for your personal use and include icons for all file types
- Leopard ready (512×512)
- 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">
<a class="icon-download" href="../media/aperturefiletypes_by_kremalicious.zip">Download</a>

8
content/redirects.yml Normal file
View 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/'

View File

@ -108,6 +108,7 @@ module.exports = {
'gatsby-transformer-sharp',
'gatsby-plugin-sharp',
'gatsby-plugin-sitemap',
'gatsby-plugin-catch-links'
'gatsby-plugin-catch-links',
'gatsby-redirect-from'
]
}

View File

@ -22,24 +22,25 @@
"last 3 versions"
],
"dependencies": {
"gatsby": "^2.0.0-rc.0",
"gatsby-image": "^2.0.0-rc.0",
"gatsby-plugin-catch-links": "^2.0.2-rc.0",
"gatsby": "^2.0.0-rc.4",
"gatsby-image": "^2.0.0-rc.1",
"gatsby-plugin-catch-links": "^2.0.2-rc.1",
"gatsby-plugin-lunr": "^1.1.0",
"gatsby-plugin-matomo": "^0.5.0",
"gatsby-plugin-react-helmet": "^3.0.0-rc.0",
"gatsby-plugin-sass": "^2.0.0-rc.0",
"gatsby-plugin-sharp": "^2.0.0-rc.0",
"gatsby-plugin-sitemap": "^2.0.0-rc.0",
"gatsby-remark-autolink-headers": "^2.0.0-rc.0",
"gatsby-remark-copy-linked-files": "^2.0.0-rc.0",
"gatsby-remark-images": "^2.0.1-rc.0",
"gatsby-remark-prismjs": "^3.0.0-rc.0",
"gatsby-remark-smartypants": "^2.0.0-rc.0",
"gatsby-source-filesystem": "^2.0.1-rc.0",
"gatsby-transformer-remark": "^2.1.1-rc.0",
"gatsby-transformer-sharp": "^2.1.1-rc.0",
"gatsby-transformer-yaml": "^2.1.1-rc.0",
"gatsby-plugin-react-helmet": "^3.0.0-rc.1",
"gatsby-plugin-sass": "^2.0.0-rc.1",
"gatsby-plugin-sharp": "^2.0.0-rc.2",
"gatsby-plugin-sitemap": "^2.0.0-rc.1",
"gatsby-redirect-from": "0.0.3",
"gatsby-remark-autolink-headers": "^2.0.0-rc.1",
"gatsby-remark-copy-linked-files": "^2.0.0-rc.1",
"gatsby-remark-images": "^2.0.1-rc.1",
"gatsby-remark-prismjs": "^3.0.0-rc.2",
"gatsby-remark-smartypants": "^2.0.0-rc.1",
"gatsby-source-filesystem": "^2.0.1-rc.1",
"gatsby-transformer-remark": "^2.1.1-rc.1",
"gatsby-transformer-sharp": "^2.1.1-rc.2",
"gatsby-transformer-yaml": "^2.1.1-rc.1",
"graphql": "^0.13.2",
"intersection-observer": "^0.5.0",
"node-sass": "^4.9.3",