Git Product home page Git Product logo

hooligan's People

Contributors

dhulihan avatar plusjade avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

hooligan's Issues

Container and navigation menu width

How can edit the Container and the navigation menu width? it's very large compared to my website content.
i tried to do this by editing the stylesheets/bootstrap/css/bootstrap.css file but there is no changes!
how can i do this please ?

Runtime Error when trying to run project with hooligan theme

I am running ruhoh 2.5 RuhohSpec 2.1 on my Ubuntu 13.10 box, ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-linux]

I cloned the hooligan theme into my project root and created a config.yml file with the text
theme: "hooligan"

I get the following stack trace when I try to start my server

rudy@rudy-bangalore-pc:/var/www/blog$ bundle exec ruhoh server 9292 /home/rudy/.rvm/gems/ruby-2.0.0-p247/gems/ruhoh-2.5/lib/ruhoh/parse.rb:28:in rescue in page_file': Error trying to read meta-data from /var/www/blog/hooligan/media/bgs/body.png. Check your folder configuration. Error details: invalid byte sequence in UTF-8 (RuntimeError)
from /home/rudy/.rvm/gems/ruby-2.0.0-p247/gems/ruhoh-2.5/lib/ruhoh/parse.rb:19:in page_file' from /home/rudy/.rvm/gems/ruby-2.0.0-p247/gems/ruhoh-2.5/lib/ruhoh/base/model.rb:104:in parse_page_file'
from /home/rudy/.rvm/gems/ruby-2.0.0-p247/gems/ruhoh-2.5/lib/ruhoh/base/model.rb:60:in process' from /home/rudy/.rvm/gems/ruby-2.0.0-p247/gems/ruhoh-2.5/lib/ruhoh/base/model.rb:18:in data'
from /home/rudy/.rvm/gems/ruby-2.0.0-p247/gems/ruhoh-2.5/lib/ruhoh/base/model_view.rb:12:in initialize' from /home/rudy/.rvm/gems/ruby-2.0.0-p247/gems/ruhoh-2.5/lib/ruhoh/base/collection.rb:207:in new'
from /home/rudy/.rvm/gems/ruby-2.0.0-p247/gems/ruhoh-2.5/lib/ruhoh/base/collection.rb:207:in load_model_view' from /home/rudy/.rvm/gems/ruby-2.0.0-p247/gems/ruhoh-2.5/lib/ruhoh/base/collection.rb:30:in find'
from /home/rudy/.rvm/gems/ruby-2.0.0-p247/gems/ruhoh-2.5/lib/ruhoh/base/collection.rb:39:in block in dictionary' from /home/rudy/.rvm/gems/ruby-2.0.0-p247/gems/ruhoh-2.5/lib/ruhoh/base/collection.rb:37:in each'
from /home/rudy/.rvm/gems/ruby-2.0.0-p247/gems/ruhoh-2.5/lib/ruhoh/base/collection.rb:37:in dictionary' from /home/rudy/.rvm/gems/ruby-2.0.0-p247/gems/ruhoh-2.5/lib/ruhoh/resources/pages/collection.rb:6:in routes'
from /home/rudy/.rvm/gems/ruby-2.0.0-p247/gems/ruhoh-2.5/lib/ruhoh/routes.rb:24:in block in all' from /home/rudy/.rvm/gems/ruby-2.0.0-p247/gems/ruhoh-2.5/lib/ruhoh/routes.rb:23:in each'
from /home/rudy/.rvm/gems/ruby-2.0.0-p247/gems/ruhoh-2.5/lib/ruhoh/routes.rb:23:in all' from /home/rudy/.rvm/gems/ruby-2.0.0-p247/gems/ruhoh-2.5/lib/ruhoh/programs/preview.rb:26:in preview'
from /home/rudy/.rvm/gems/ruby-2.0.0-p247/gems/ruhoh-2.5/lib/ruhoh/client.rb:122:in server' from /home/rudy/.rvm/gems/ruby-2.0.0-p247/gems/ruhoh-2.5/lib/ruhoh/client.rb:40:in initialize'
from /home/rudy/.rvm/gems/ruby-2.0.0-p247/gems/ruhoh-2.5/bin/ruhoh:34:in new' from /home/rudy/.rvm/gems/ruby-2.0.0-p247/gems/ruhoh-2.5/bin/ruhoh:34:in <top (required)>'
from /home/rudy/.rvm/gems/ruby-2.0.0-p247/bin/ruhoh:23:in load' from /home/rudy/.rvm/gems/ruby-2.0.0-p247/bin/ruhoh:23:in

'
from /home/rudy/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in eval' from /home/rudy/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in '`

The problem seems to be originating from /var/www/blog/hooligan/media/bgs/body.png where /var/www/blog is my project root.

I have changed the permissions of my project root already
chown -R rudy:rudy /var/www/blog

Not sure how to proceed never worked with ruby ever before.

googleplus integration

hi jade,

love the new themes, especially the hooligan theme!

you might want to change this (themes/hooligan/layouts/default.html):

          {{# site.author.googleplus }}
            <li>
              <a href="https://profiles.google.com/{{ site.author.google }}" class="zocial googleplus icon" target="_blank"></a>
            </li>
          {{/ site.author.googleplus }}

to:

          {{# site.author.googleplus }}
            <li>
              <a href="https://profiles.google.com/{{ site.author.googleplus }}" class="zocial googleplus icon" target="_blank"></a>
            </li>
          {{/ site.author.googleplus }}

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.