CSSLint / csslint.net

The website for CSSLint.
csslint.net
14 stars 10 forks source link

Jekyll first pass #12

Closed nschonni closed 8 years ago

nschonni commented 10 years ago

Took the existing content and put it into Jekyll templates.

TODO:


You can test this out locally by installing Jekyll (gem install jekyll) and building the site (jekyll serve)

XhmikosR commented 8 years ago

@nschonni: can you push this branch to this repo with or without rebasing?

Also, I wonder do we need the master branch? And that new-ui one what it's for?

XhmikosR commented 8 years ago

OK, I see now you have deleted your fork.

Too bad, I could try rebasing it. :/

nschonni commented 8 years ago

my fork is actually from when this repo was private (so my fork is hidden), but it probably makes sense to redo it since there have been a bunch of changes since the original PR

XhmikosR commented 8 years ago

If you still have it, can you make it public? I will try to rebase it myself.

nschonni commented 8 years ago

@XhmikosR it's now public

XhmikosR commented 8 years ago

@nschonni: thanks, I rebased it.

A few questions before I push

  1. How exactly did you beautify style.css?
  2. Do we need those new pages you have added here?
XhmikosR commented 8 years ago

Here is what I have so far

https://github.com/CSSLint/csslint.net/compare/jekyll

Needs some more backports, cleanup of those new pages and then is ready to be merged.

nschonni commented 8 years ago

@XhmikosR looking at the code it looks OK, but I think there is some cruft I just copied over that you can probably clean up (build.xml). You might want to check to see what parts got easier with Jekyll 3, since this might not have even been Jekyll 2 when I kicked it off.