Git Product home page Git Product logo

cactus-jekyll-theme's Introduction

Cactus Jekyll theme

Cactus is a theme for Jekyll. Check out the demo.

cactus-jekyll-theme's People

Contributors

wolfr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

cactus-jekyll-theme's Issues

I can't run jekyll serve -w on my mac (lion)

Hi,

I am new to ruby, I wanted to give a try to jekyll and find your theme really nice. After having some troubles with the latest version of jekyll and liquid, jekyll/jekyll#1620 , I installed the version 1.2.0 but I still have this error with your theme

jekyll serve -t
/Library/Ruby/Gems/1.8/gems/safe_yaml-0.7.1/lib/safe_yaml/syck_resolver.rb:6:in `resolve_node': undefined method `value' for false:FalseClass (NoMethodError)
    from /Library/Ruby/Gems/1.8/gems/safe_yaml-0.7.1/lib/safe_yaml.rb:69:in `safe_load'
    from /Library/Ruby/Gems/1.8/gems/safe_yaml-0.7.1/lib/safe_yaml.rb:73:in `safe_load_file'
    from /Library/Ruby/Gems/1.8/gems/safe_yaml-0.7.1/lib/safe_yaml.rb:73:in `open'
    from /Library/Ruby/Gems/1.8/gems/safe_yaml-0.7.1/lib/safe_yaml.rb:73:in `safe_load_file'
    from /Library/Ruby/Gems/1.8/gems/jekyll-1.2.0/bin/../lib/jekyll/configuration.rb:120:in `read_config_file'
    from /Library/Ruby/Gems/1.8/gems/jekyll-1.2.0/bin/../lib/jekyll/configuration.rb:145:in `read_config_files'
    from /Library/Ruby/Gems/1.8/gems/jekyll-1.2.0/bin/../lib/jekyll/configuration.rb:144:in `each'
    from /Library/Ruby/Gems/1.8/gems/jekyll-1.2.0/bin/../lib/jekyll/configuration.rb:144:in `read_config_files'
    from /Library/Ruby/Gems/1.8/gems/jekyll-1.2.0/bin/../lib/jekyll.rb:76:in `configuration'
    from /Library/Ruby/Gems/1.8/gems/jekyll-1.2.0/bin/jekyll:96
    from /Library/Ruby/Gems/1.8/gems/commander-4.1.5/lib/commander/command.rb:180:in `call'
    from /Library/Ruby/Gems/1.8/gems/commander-4.1.5/lib/commander/command.rb:180:in `call'
    from /Library/Ruby/Gems/1.8/gems/commander-4.1.5/lib/commander/command.rb:155:in `run'
    from /Library/Ruby/Gems/1.8/gems/commander-4.1.5/lib/commander/runner.rb:402:in `run_active_command'
    from /Library/Ruby/Gems/1.8/gems/commander-4.1.5/lib/commander/runner.rb:78:in `run!'
    from /Library/Ruby/Gems/1.8/gems/commander-4.1.5/lib/commander/delegates.rb:7:in `run!'
    from /Library/Ruby/Gems/1.8/gems/commander-4.1.5/lib/commander/import.rb:10
    from /usr/bin/jekyll:23

Please, do you know a way to fix it? I tried to use a newer version of safe_yaml but my knowledge of gem didn't allow me to be very successful on this.

Cheers,

Thierry

Sidebar Post Archive miss baserul

it looks like the sidebar post archive is missing {{ site.baseurl }}. Currently links are broken on the demo page.

<h4>Post archive</h4>
    <ul class="bordered-list">
      {% for post in site.posts %}
      <li>
        <a href="{{ post.url }}">{{ post.title }}</a>
        <span class="date">{{ post.date | date: "%d-%m-%Y" }}</span>
      </li>
      {% endfor %}
    </ul>

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.