Giter Site home page Giter Site logo

ruby-lang.tk is parked about www.ruby-lang.org HOT 12 CLOSED

ruby avatar ruby commented on August 27, 2024
ruby-lang.tk is parked

from www.ruby-lang.org.

Comments (12)

postmodern avatar postmodern commented on August 27, 2024

When your free .tk domain becomes inactive, they squat it and force you to buy it back.

from www.ruby-lang.org.

stomar avatar stomar commented on August 27, 2024

How about using GitHub Pages for a preview?

from www.ruby-lang.org.

postmodern avatar postmodern commented on August 27, 2024

I would have to host it under an organization named the same as the repository, so that the gh-pages would be at ruby-lang.github.com/. The sites contents must be hosted at the root, otherwise all the absolute links would break.

from www.ruby-lang.org.

postmodern avatar postmodern commented on August 27, 2024

Actually GitHub Pages wouldn't work, since they override markdown with rdiscount. All of the inline styles would not render correctly. Looks like my fork is temporarily coupled with kramdown.

from www.ruby-lang.org.

stomar avatar stomar commented on August 27, 2024

I think you do not have to use the automatic page generation. Shouldn't it work when you push only the generated html and not the markdown?

from www.ruby-lang.org.

postmodern avatar postmodern commented on August 27, 2024

Yeah I should be able to point _site to a gh-pages repository. Still need to register an organization though, ruby-lang doesn't appear to be taken.

from www.ruby-lang.org.

postmodern avatar postmodern commented on August 27, 2024

It took a while, but http://ruby-lang.github.com/ finally built.

from www.ruby-lang.org.

stomar avatar stomar commented on August 27, 2024

Nice 😄

Though it doesn't seem to be the latest version, e.g. i18n is missing.

from www.ruby-lang.org.

postmodern avatar postmodern commented on August 27, 2024

Forgot that jekyll blows away _site, so I have to do:

jekyll --no-server --no-auto
cp -r _site/* _upload/
cd _upload/
git commit -a -m Updated
git push

from www.ruby-lang.org.

postmodern avatar postmodern commented on August 27, 2024

Grr, GitHub Pages appears to have broken. http://ruby-lang.github.com/ is returning 404 now.

from www.ruby-lang.org.

stomar avatar stomar commented on August 27, 2024

Maybe the gh-pages branch is causing trouble? That's needed for project pages, not for user pages.
And the initial commit (when gh-pages had not been created) was working fine. Of course, maybe a coincidence.

from www.ruby-lang.org.

postmodern avatar postmodern commented on August 27, 2024

You are correct. I deleted the repository and re-pushed, now it's back up.

from www.ruby-lang.org.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.