Live data from Hacker News

GitHub pages is now running Jekyll 3

github.com

1–10 of 119 posts

Re: GitHub pages is now running Jekyll 3

#2
Great news. Congratulations. If anyone is interested in learning more about Jekyll I've put together a link collection called Awesome Jekyll @ Planet Jekyll [1] - it also includes a section on the history (evolution) of GitHub Pages. Cheers. [1] https://github.com/planetjekyll/awesome-jekyll

Re: GitHub pages is now running Jekyll 3

#3

Great news. Congratulations. If anyone is interested in learning more about Jekyll I've put together a link collection called Awesome Jekyll @ Planet Jekyll [1] - it also includes a section on the history (evolution) of GitHub Pages. Cheers. [1] https://github.com/planetjekyll/awesome-jekyll

[deleted]

Re: GitHub pages is now running Jekyll 3

#4

Great news. Congratulations. If anyone is interested in learning more about Jekyll I've put together a link collection called Awesome Jekyll @ Planet Jekyll [1] - it also includes a section on the history (evolution) of GitHub Pages. Cheers. [1] https://github.com/planetjekyll/awesome-jekyll

Why are you using a README to display this list instead of GitHub Pages?

Re: GitHub pages is now running Jekyll 3

#5
post #4

Great news. Congratulations. If anyone is interested in learning more about Jekyll I've put together a link collection called Awesome Jekyll @ Planet Jekyll [1] - it also includes a section on the history (evolution) of GitHub Pages. Cheers. [1] https://github.com/planetjekyll/awesome-jekyll

Why are you using a README to display this list instead of GitHub Pages?

You can't easily do pull requests on a GitHub Pages static file. (You'd have to edit the source.)

Re: GitHub pages is now running Jekyll 3

#6
post #4

Great news. Congratulations. If anyone is interested in learning more about Jekyll I've put together a link collection called Awesome Jekyll @ Planet Jekyll [1] - it also includes a section on the history (evolution) of GitHub Pages. Cheers. [1] https://github.com/planetjekyll/awesome-jekyll

Why are you using a README to display this list instead of GitHub Pages?

It's a tradition. That's how awesome lists work. See the mother of all awesome lists -> https://github.com/sindresorhus/awesome for more examples. The idea is to keep it as simple as possible e.g. just a single README page. That's all.

Re: GitHub pages is now running Jekyll 3

#7
post #4

Earlier quoted context omitted.

Why are you using a README to display this list instead of GitHub Pages?

You can't easily do pull requests on a GitHub Pages static file. (You'd have to edit the source.)

Can you use Travis to build and modify the repo for you?

Re: GitHub pages is now running Jekyll 3

#10
post #4

Earlier quoted context omitted.

Why are you using a README to display this list instead of GitHub Pages?

You can't easily do pull requests on a GitHub Pages static file. (You'd have to edit the source.)

They work just like any other Markdown file, and you can include a link in the rendered site to edit. See http://ben.balter.com/2015/09/13/github-pages-edit-button/.
Post reply on HN