Giter Club home page Giter Club logo

cleanpress's People

Contributors

3c7 avatar hungryzi avatar jlarusso-canvas avatar l2g avatar mid0111 avatar pfista 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cleanpress's Issues

Zsh as well as Bash

In your explanation in the README you can use:

rake "install[cleanpress]"

And it will work for zsh as well as bash.

Sorry to bother you about such a minor issue, but perhaps it helps someone.

Errors with sass/font-awesome.scss

I have following errors, during installing theme.

➜  blog git:(source) ✗ rake install['cleanpress']
zsh: no matches found: install[cleanpress]
➜  blog git:(source) ✗ rake install\['cleanpress'\]
A theme is already installed, proceeding will overwrite existing files. Are you sure? [y/n] y
## Copying cleanpress theme into ./source and ./sass
mkdir -p source
cp -r .themes/cleanpress/source/. source
mkdir -p sass
cp -r .themes/cleanpress/sass/. sass
mkdir -p source/_posts
mkdir -p public
➜  blog git:(source) ✗ rake generate
## Generating Site with Jekyll
    error sass/font-awesome-ie7.scss (Line 17: Invalid CSS after ".ie7icon": expected "{", was "(@inner) {")
overwrite source/stylesheets/font-awesome-ie7.css
    error sass/font-awesome.scss (Line 1: Invalid CSS after "@fontAwesomePath:": expected pseudoclass or pseudoelement, was " '../font';")

Stop capitalizing all words in the title

Is the same problem that happens with the Whitespace theme. The words in the post title are always capitalized, which is wrong in other languages, like spanish.

why not enlarge the text font?

Hi.

Your beautiful theme is obviously aiming at text and pictures. But I think the font size in the theme is too small, which make to texts not easy and comfortable to read. Moreover, the default font sizes are too small for Chinese and Japanese too. Would you like to change the font size to the larger one, like 150% of what it's now?

.date, .tags and .comments icons do not show up in archives

Hey,

i believe there are some css tags missing in _archive.scss.

regular _archive.scss

.meta{
  color: $color-gray02;
  font-size: 0.9em;
  line-height: 2;
  margin-top: 15px;
  @media screen and (max-width: 600px){
    display: none;
  }
  span{
    margin-right: 30px;
    @include inline-block;
    &:before{
      color: $color-gray03;
      font: 1.3em $font-icon;
      padding-right: 10px;
    }
  }
  a{
    color: $color-gray02;
    @include transition(0.3s);
    &:hover{
      color: $color-gray01;
    }
  }
  .date:before{content: "\f073";}
  .tags:before{content: "\f02c";}
  .comments:before{content: "\f075";
}

changed _archive.scss

.meta{
  color: $color-gray02;
  font-size: 0.9em;
  line-height: 2;
  margin-top: 15px;
  @media screen and (max-width: 600px){
    display: none;
  }
  span{
    margin-right: 30px;
    @include inline-block;
    &:before{
      color: $color-gray03;
      font: 1.3em $font-icon;
      padding-right: 10px;
    }
  }
  a{
    color: $color-gray02;
    @include transition(0.3s);
    &:hover{
      color: $color-gray01;
    }
  }
  .date, .tags, .comments {
    padding-left: 30px;
    position: relative;
    &:before{
      color: $color-gray02;
      font: 1.3em $font-icon;
      line-height: 1.6em;
      position: absolute;
      left: 0;
    }
  }  
  .date:before{content: "\f073";}
  .tags:before{content: "\f02c";}
  .comments:before{content: "\f075";
}

Maybe I just screwed something up, but this made the difference:
1
2

Best Regards
3c7

loading fancybox issue

First of all, thanks for a very nice theme!

I have installed octopress in subdirectory and cleanpress. Safari error console shows me that several resources are not loaded, including fancybox, and a couple of fonts. The paths are resolved to a original project repo instead of subdir (project gh-pages). You can see my test deployment here.

I checked the same on your demo site and I see some of the same errors.

I can't understand whether this is octopress' problem or issue in the theme. Please advice.
Thanks in advance

FancyBox resources result in 404

Hi! I'm seeing a small issue on each request when using Cleanpress. FancyBox resources are missing and this results in a 404 Not Found on every request to a blog page.

Here are the two offending resources:

127.0.0.1 - - [13/Oct/2013 19:31:47] "GET /fancybox/jquery.fancybox.pack.js HTTP/1.1" 404 - 0.0009
127.0.0.1 - - [13/Oct/2013 19:31:47] "GET /fancybox/jquery.fancybox.css HTTP/1.1" 404 - 0.0007

I've wondered if it's an issue with my setup, but it seems to happen on the sample blog too. Here's the output from HttpFox:

00:00:03.459    0.125   639 234 GET 404 text/html   http://carmo.org.uk/fancybox/jquery.fancybox.css
00:00:04.180    0.100   628 234 GET 404 text/html   http://carmo.org.uk/fancybox/jquery.fancybox.pack.js

Nothing seems to break, as far as I can tell. Are these resources required?

date not showing up

Hi, in another blog I helped set up, the date showed up fine.

In a brand new blog, the date doesn't show up.

image

I'm not sure what it is -- this is a brand new install. And it worked fine in an old deploy.

Thanks.

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.