Skip to content
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

Differences between NJekyll and Jekyll? #18

Closed
ricardopolo opened this issue Dec 21, 2014 · 1 comment
Closed

Differences between NJekyll and Jekyll? #18

ricardopolo opened this issue Dec 21, 2014 · 1 comment

Comments

@ricardopolo
Copy link

I was looking for imformation about NJekyll but only find in this Appveyor website. What is it and what is the difference between Jekyll? Why it has been created?

@FeodorFitsner
Copy link
Member

The most important difference is that NJekyll is not producing static site, but it's a dynamic ASP.NET app heavily using caching. Publishing process is simple - just update any content file, style, image and instantly see results on website.

While basic structures look "almost" the same (site, page, posts, collections, accessing YML data) NJekyll doesn't provide complete set of tags and filters found in Jekyll, for example, date formatting or syntax highlighting.

The best way to see all the differences is checking AppVeyor website in "~/site" folder :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants