Giter VIP home page Giter VIP logo

foxslide's People

Contributors

adrianartiles avatar ajaquith avatar akash0x53 avatar dannyshmueli avatar jskswamy avatar kristenmills avatar markrickert avatar morm avatar panks avatar shidarin avatar sleepyboy avatar varindersingh 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  avatar  avatar  avatar

foxslide's Issues

Long URLs aren't boxed nicely on home page

See example screenshot. The URL is inside a block quote.

>@jsnover 27 May
Thought PowerShell was done innovating with V3?  WRONG! Come to my super secret Monday 3:00 TechEd Session! <http://channel9.msdn.com/Events/TechEd/NorthAmerica/2013/MDC-B302#fbid=LVg3LBOESu4>

screenshot_072613_102818_am

"found on" tooltip font different on Safari

I checked out the font for the tooltips using Safari, Chrome, Firefox and Opera. Unfortunately the Safari browser displays a thin "unbolded" font that is different than the other browsers.

Safari
safari_tooltip_font

Chrome, Firefox, Opera
other_browsers_tooltip_font

Doesn't support Octopress Image Tag

http://octopress.org/docs/plugins/image-tag/

Octopress uses left, right and center classes.

I added the following to \sass\custom\_layout.scss. I think that covers it.

article img, article video, .flash-video {
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-box-shadow: rgba(0,0,0,0.15) 0 1px 4px;
    -moz-box-shadow: rgba(0,0,0,0.15) 0 1px 4px;
    box-shadow: rgba(0,0,0,0.15) 0 1px 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: #fff 0.5em solid;
    margin: auto;
}
article img.left    { float:left;margin-right:1.5em }
article img.right   { float:right;margin-left:1.5em }
article img.center  { display:block;margin:0 auto 1.5em }

The selector ".sans" was not found

error sass/screen.scss (Line 93 of sass/base/_syntax.scss: "html .gist .gist-file .gist-meta" failed to @extend ".sans".
The selector ".sans" was not found.
Use "@extend .sans !optional" if the extend should be able to fail.
)
Compilation failed in 1 files.

I got WARNING with run rake generate.

ubuntu@ip-172-31-15-182:~/rails_project/tmp$ git clone git://github.com/imathis/octopress.git octopress
Cloning into 'octopress'...
remote: Reusing existing pack: 10372, done.
remote: Counting objects: 25, done.
remote: Compressing objects: 100% (24/24), done.
remote: Total 10397 (delta 7), reused 4 (delta 1)
Receiving objects: 100% (10397/10397), 2.75 MiB | 863.00 KiB/s, done.
Resolving deltas: 100% (4972/4972), done.
Checking connectivity... done.
ubuntu@ip-172-31-15-182:~/rails_project/tmp$ cd octopress/
ubuntu@ip-172-31-15-182:~/rails_project/tmp/octopress$ git clone https://github.com/sevenadrian/foxslide .themes/foxslide
Cloning into '.themes/foxslide'...
remote: Reusing existing pack: 641, done.
remote: Total 641 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (641/641), 952.82 KiB | 331.00 KiB/s, done.
Resolving deltas: 100% (241/241), done.
Checking connectivity... done.
ubuntu@ip-172-31-15-182:~/rails_project/tmp/octopress$  rake install['foxslide']
## Copying foxslide theme into ./source and ./sass
mkdir -p source
cp -r .themes/foxslide/source/. source
mkdir -p sass
cp -r .themes/foxslide/sass/. sass
mkdir -p source/_posts
mkdir -p public
ubuntu@ip-172-31-15-182:~/rails_project/tmp/octopress$ rake generate
## Generating Site with Jekyll
directory source/stylesheets/
WARNING on line 74 of /home/ubuntu/rails_project/tmp/octopress/sass/base/_syntax.scss: "html .gist .gist-file .gist-meta" failed to @extend ".sans".
  The selector ".sans" was not found.
  This will be an error in future releases of Sass.
  Use "@extend .sans !optional" if the extend should be able to fail.

WARNING on line 96 of /home/ubuntu/rails_project/tmp/octopress/sass/base/_syntax.scss: "pre" failed to @extend ".mono".
  The selector ".mono" was not found.
  This will be an error in future releases of Sass.
  Use "@extend .mono !optional" if the extend should be able to fail.

WARNING on line 112 of /home/ubuntu/rails_project/tmp/octopress/sass/base/_syntax.scss: "p code" failed to @extend ".mono".
  The selector ".mono" was not found.
  This will be an error in future releases of Sass.
  Use "@extend .mono !optional" if the extend should be able to fail.

WARNING on line 112 of /home/ubuntu/rails_project/tmp/octopress/sass/base/_syntax.scss: "li code" failed to @extend ".mono".
  The selector ".mono" was not found.
  This will be an error in future releases of Sass.
  Use "@extend .mono !optional" if the extend should be able to fail.

   create source/stylesheets/screen.css
Configuration from /home/ubuntu/rails_project/tmp/octopress/_config.yml
Building site: source -> public
Successfully generated site: source -> public

API info is included in plaintext in your repo

Hi There,

Your API client ID and secret for instagram are committed in plaintext in the custom.js file. I don't know if you're okay with that becoming public but I thought you should know.

This plugin not getting installed

$ rake generate
/Users/hhimanshu/.rvm/gems/ruby-1.9.2-p318/gems/bundler-1.2.1/lib/bundler/runtime.rb:197: warning: Insecure world writable dir /usr/local/bin in PATH, mode 040777

Generating Site with Jekyll

/Users/hhimanshu/.rvm/gems/ruby-1.9.2-p318/gems/bundler-1.2.1/lib/bundler/runtime.rb:197: warning: Insecure world writable dir /usr/local/bin in PATH, mode 040777
overwrite source/stylesheets/screen.css
/Users/hhimanshu/.rvm/gems/ruby-1.9.2-p318/gems/bundler-1.2.1/lib/bundler/runtime.rb:197: warning: Insecure world writable dir /usr/local/bin in PATH, mode 040777
/Users/hhimanshu/.rvm/rubies/ruby-1.9.2-p318/lib/ruby/1.9.1/psych.rb:148:in parse': couldn't parse YAML at line 62 column 0 (Psych::SyntaxError) from /Users/hhimanshu/.rvm/rubies/ruby-1.9.2-p318/lib/ruby/1.9.1/psych.rb:148:inparse_stream'
from /Users/hhimanshu/.rvm/rubies/ruby-1.9.2-p318/lib/ruby/1.9.1/psych.rb:119:in parse' from /Users/hhimanshu/.rvm/rubies/ruby-1.9.2-p318/lib/ruby/1.9.1/psych.rb:106:inload'
from /Users/hhimanshu/.rvm/rubies/ruby-1.9.2-p318/lib/ruby/1.9.1/psych.rb:205:in load_file' from /Users/hhimanshu/.rvm/gems/ruby-1.9.2-p318/gems/jekyll-0.11.2/lib/jekyll.rb:119:inconfiguration'
from /Users/hhimanshu/.rvm/gems/ruby-1.9.2-p318/gems/jekyll-0.11.2/bin/jekyll:207:in <top (required)>' from /Users/hhimanshu/.rvm/gems/ruby-1.9.2-p318/bin/jekyll:19:inload'
from /Users/hhimanshu/.rvm/gems/ruby-1.9.2-p318/bin/jekyll:19:in `

'
hhimanshu@air~/code/p/python/blog/octopress - 22:22:25 (source) $ rake generate

What is the missing thing?

Instagram config

I want to suport instagram in instagram.html, what need I setting instagram_* at _confirm file,
such as:
instagram_user:
instagram_client:
instagram_access_token:
....
and anything else?

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.