Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Converting from WordPress to Hakyll?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  13 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Conal Elliott  
View profile  
 More options Jul 9 2011, 2:37 pm
From: Conal Elliott <conal.elli...@gmail.com>
Date: Sat, 9 Jul 2011 11:37:07 -0700
Local: Sat, Jul 9 2011 2:37 pm
Subject: Converting from WordPress to Hakyll?

Has anyone converted their blog from WordPress to Hakyll? I'm looking for
some pointers.

I did find an article about wordpress-->jekyll (
http://vitobotta.com/how-to-migrate-from-wordpress-to-jekyll/), some of
which is helpful.

Thanks, - Conal


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mate...@loskot.net  
View profile  
 More options Jun 19 2012, 3:27 pm
From: mate...@loskot.net
Date: Tue, 19 Jun 2012 12:27:07 -0700 (PDT)
Local: Tues, Jun 19 2012 3:27 pm
Subject: Re: Converting from WordPress to Hakyll?

On Saturday, 9 July 2011 19:37:07 UTC+1, Conal wrote:

> Has anyone converted their blog from WordPress to Hakyll? I'm looking for
> some pointers.

> I did find an article about wordpress-->jekyll (
> http://vitobotta.com/how-to-migrate-from-wordpress-to-jekyll/), some of
> which is helpful.

Hi,

I'm bumping up this fairly old thread, but I have the very same question
and the thread has no follow-ups.

Would anyone care to give any suggestions about Wordpress to Hakyll
migration?
Are any of the 'popular' Wordpress to Jekyll workflows useful here?

Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net  


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ketil Malde  
View profile  
 More options Jun 20 2012, 5:56 am
From: Ketil Malde <ke...@malde.org>
Date: Wed, 20 Jun 2012 11:56:39 +0200
Local: Wed, Jun 20 2012 5:56 am
Subject: Re: [hakyll] Re: Converting from WordPress to Hakyll?

mate...@loskot.net writes:
>> Has anyone converted their blog from WordPress to Hakyll? I'm looking for
>> some pointers.

Yes.  Or, I'm still chipping away on it.

>> I did find an article about wordpress-->jekyll (
>> http://vitobotta.com/how-to-migrate-from-wordpress-to-jekyll/), some of
>> which is helpful.
> Would anyone care to give any suggestions about Wordpress to Hakyll
> migration?

Although I hesitate to call it a suggestion, I can tell you what I
did. Basically, I dumped the WP MySQL table to a file, and worked over
the HTML manually (using Emacs macros) to turn them into markdown.
There are probably better ways.

-k
--
If I haven't seen further, it is by standing in the footprints of giants


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Roman Cheplyaka  
View profile  
 More options Jun 20 2012, 7:44 am
From: Roman Cheplyaka <r...@ro-che.info>
Date: Wed, 20 Jun 2012 14:44:08 +0300
Local: Wed, Jun 20 2012 7:44 am
Subject: Re: [hakyll] Re: Converting from WordPress to Hakyll?
* Ketil Malde <ke...@malde.org> [2012-06-20 11:56:39+0200]

> Although I hesitate to call it a suggestion, I can tell you what I
> did. Basically, I dumped the WP MySQL table to a file, and worked over
> the HTML manually (using Emacs macros) to turn them into markdown.
> There are probably better ways.

I think pandoc can convert HTML to markdown.

--
Roman I. Cheplyaka :: http://ro-che.info/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mateusz Loskot  
View profile  
 More options Jun 24 2012, 10:27 am
From: Mateusz Loskot <mate...@loskot.net>
Date: Sun, 24 Jun 2012 15:27:20 +0100
Local: Sun, Jun 24 2012 10:27 am
Subject: Re: [hakyll] Re: Converting from WordPress to Hakyll?
On 20 June 2012 10:56, Ketil Malde <ke...@malde.org> wrote:

> mate...@loskot.net writes:
>> Would anyone care to give any suggestions about Wordpress to Hakyll
>> migration?

> Although I hesitate to call it a suggestion, I can tell you what I
> did. Basically, I dumped the WP MySQL table to a file, and worked over
> the HTML manually (using Emacs macros) to turn them into markdown.

I've thought about WP's raw data processing, but leaving it as last resort.

> There are probably better ways.

ATM, I'm a bit busy, but I think I'll try with migration through
planet/RSS engine
similar to this:

http://blog.cuboxlabs.com/blog/2012/04/20/migrate-your-blog-to-octopr...

When I manage to do it, I'll post here about results.

Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mate...@loskot.net  
View profile   Translate to Translated (View Original)
 More options Jun 26 2012, 7:22 pm
From: mate...@loskot.net
Date: Tue, 26 Jun 2012 16:22:10 -0700 (PDT)
Local: Tues, Jun 26 2012 7:22 pm
Subject: Re: [hakyll] Re: Converting from WordPress to Hakyll?

On Sunday, 24 June 2012 15:27:20 UTC+1, Mateusz Loskot wrote:
> ATM, I'm a bit busy, but I think I'll try with migration through
> planet/RSS engine similar to this:

> http://blog.cuboxlabs.com/blog/2012/04/20/migrate-your-blog-to-octopr...

> When I manage to do it, I'll post here about results.

I've tried to import my posts using the planet.rb [1]
It seems to have problems with <!-- more --!> so it imports incomplete
posts through the feed.
It also seems to have problems with handling titles, so it generates large
number of files with names like "2011-12-17-.markdown".
Not to mention it does not seem to handle HTML to Markdown well,
so most of my posts consist of HTML copied form original versions in
WordPress.

So, I'm going to try different option.

[1] https://github.com/pote/planet.rb

Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net  


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mateusz Loskot  
View profile   Translate to Translated (View Original)
 More options Jun 27 2012, 7:30 pm
From: Mateusz Loskot <mate...@loskot.net>
Date: Thu, 28 Jun 2012 00:30:46 +0100
Local: Wed, Jun 27 2012 7:30 pm
Subject: Re: [hakyll] Re: Converting from WordPress to Hakyll?
On 27 June 2012 00:22,  <mate...@loskot.net> wrote:

I have just tried to move all my posts (~400) and pages from
Wordpress to Markdown using exitwp [1] and it works well.
The result is impressively good.
I have had to take care of manual intervention wherever I used [text]
or [sourcecode] tags reltaed to syntax highlighting plugin.

So, I think exitwp could be recommend to Hakyll users who want to migrate.

[1] https://github.com/thomasf/exitwp

Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jasper Van der Jeugt  
View profile  
 More options Jun 28 2012, 3:43 am
From: Jasper Van der Jeugt <m...@jaspervdj.be>
Date: Thu, 28 Jun 2012 09:43:14 +0200
Local: Thurs, Jun 28 2012 3:43 am
Subject: Re: [hakyll] Re: Converting from WordPress to Hakyll?
exitwp certainly sounds interesting. You're always welcome to write a
short tutorial on it, or I could just link to it in the Hakyll FAQ?

Peace,
Jasper


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mateusz Loskot  
View profile   Translate to Translated (View Original)
 More options Jun 28 2012, 4:36 am
From: Mateusz Loskot <mate...@loskot.net>
Date: Thu, 28 Jun 2012 09:36:40 +0100
Local: Thurs, Jun 28 2012 4:36 am
Subject: Re: [hakyll] Re: Converting from WordPress to Hakyll?
On 28 June 2012 08:43, Jasper Van der Jeugt <m...@jaspervdj.be> wrote:

> exitwp certainly sounds interesting. You're always welcome to write a
> short tutorial on it, or I could just link to it in the Hakyll FAQ?

I haven't completed my migration yet and there may be some issues hiding.
So it's not ready to wrap up.
Once it's done, I'll try to describe the procedure.

Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
danny.picciri...@gmail.com  
View profile  
 More options Aug 31 2012, 9:36 pm
From: danny.picciri...@gmail.com
Date: Fri, 31 Aug 2012 18:36:51 -0700 (PDT)
Local: Fri, Aug 31 2012 9:36 pm
Subject: Re: [hakyll] Re: Converting from WordPress to Hakyll?

On Thursday, June 28, 2012 4:36:40 AM UTC-4, Mateusz Loskot wrote:

> On 28 June 2012 08:43, Jasper Van der Jeugt <m...@jaspervdj.be<javascript:>>
> wrote:
> > exitwp certainly sounds interesting. You're always welcome to write a
> > short tutorial on it, or I could just link to it in the Hakyll FAQ?

> I haven't completed my migration yet and there may be some issues hiding.
> So it's not ready to wrap up.
> Once it's done, I'll try to describe the procedure.

Any updates? I'd love to be able to do this as well.

I would also love to be able to use HAML[1] and SCSS[2] (oh, how lovely
they are!) with Hakyll, but Turbinado[3] hasn't been updated in years ]=

[1] http://haml.info/
[2] http://sass-lang.com/
[3] http://www.turbinado.org/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ian Ross  
View profile  
 More options Sep 1 2012, 5:46 am
From: Ian Ross <i...@skybluetrades.net>
Date: Sat, 1 Sep 2012 11:46:28 +0200
Local: Sat, Sep 1 2012 5:46 am
Subject: Re: [hakyll] Re: Converting from WordPress to Hakyll?
Hi Danny,

I don't know about HAML, but SCSS is easy to use with Hakyll.  Just
install SASS, then add a rule like this

    -- Compress CSS files.
    match "css/*" $ do
      route   $ setExtension "css"
      compile sass

where the sass compiler is defined as

-- | Process SCSS or CSS.
--
sass :: Compiler Resource String
sass = getResourceString >>> unixFilter "sass" ["-s", "--scss"]
                         >>^ compressCss

As for Turbinado, I'm not sure I understand.  Hakyll generates a
static website that you can then serve using whatever server you like.
 I used to use Cherokee, now use nginx, but I don't see any reason why
you couldn't use something like Turbinado or some other Haskell-based
server.  That's one of the nice things about Hakyll: it doesn't tie
you to any particular server infrastructure.

Cheers,

Ian.

On 1 September 2012 03:36,  <danny.picciri...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mateusz Loskot  
View profile  
 More options Jan 6, 8:06 am
From: Mateusz Loskot <mate...@loskot.net>
Date: Sun, 6 Jan 2013 13:06:14 +0000
Local: Sun, Jan 6 2013 8:06 am
Subject: Re: [hakyll] Re: Converting from WordPress to Hakyll?
On 19 June 2012 20:27,  <mate...@loskot.net> wrote:

It took me a while, but I have finally moved my blog to Hakyll [1].
So, I just posted explanation [2] on how I migrated my posts from WordPress to
Markdown in format and structure consumable by Hakyll.
Perhaps it will be helpful for others looking for easy ways to switch to Hakyll.

[1] http://mateusz.loskot.net/posts/2012/12/03/powered-by-hakyll/
[2] http://mateusz.loskot.net/posts/2013/01/06/moving-posts-from-wordpres...

Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mateusz Loskot  
View profile  
 More options Jan 6, 8:07 am
From: Mateusz Loskot <mate...@loskot.net>
Date: Sun, 6 Jan 2013 13:07:33 +0000
Local: Sun, Jan 6 2013 8:07 am
Subject: Re: [hakyll] Re: Converting from WordPress to Hakyll?
On 28 June 2012 08:43, Jasper Van der Jeugt <m...@jaspervdj.be> wrote:

> exitwp certainly sounds interesting. You're always welcome to write a
> short tutorial on it, or I could just link to it in the Hakyll FAQ?

Jasper, I've just remembered your suggestion.
Here is my explanation:

http://mateusz.loskot.net/posts/2013/01/06/moving-posts-from-wordpres...

Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »