-
Notifications
You must be signed in to change notification settings - Fork 5
Import tumblr #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…om repo, add .gitignore
This was completed with the jekyll-import tool but has a few issues. * Markdown support was poor so html files were imported. * Images are not imported so image paths link to Tumblr Also a few points to note on this commit * A redirect is created for the old URLs to redirect to /blog/:title. We will need to CNAME blog.pebblecode.com to pebblecode.com once this is released. The importer does this by creating an html page for the old post with a meta refresh tag.
|
this looks to have some horrible merge going on with having removed .sass-cache It might be simpler to delete the repo and start again.. |
Conflicts: css/main.scss
I think it looked worse than it was, should be a-okay now. Just realised we will need to make sure the 3 latest posts that weren't included in the tumblr import will need a redirect. |
yeah and we'll just need to create a CNAME for blog.pebblecode.com As it won't affect tumblr we could merge this, publish and switch over DNS at our leisure. |
Haven't added the CNAME, but we've now got redirect on the recent posts. It's pretty much good to go when all are happy... |
This was completed with the jekyll-import tool but has a few issues.
Also a few points to note on this commit
We also need to remove
.sass-cache
and_site
folders from the git repo as this will make it massive over time.