Giter VIP home page Giter VIP logo

mediumfox's People

Contributors

adrianartiles avatar camdez avatar ddrscott avatar ekremkaraca avatar fiatjaf avatar kronosapiens avatar lmm avatar philipqnguyen avatar reshleman avatar t-redactyl 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

mediumfox's Issues

Layout nil requested

Hi, after git clone and rake generate, I got

Build Warning: Layout 'nil' requested in atom.xml does not exist.
Build Warning: Layout 'nil' requested in robots.txt does not exist.

Disqus comments not seen in posts

Although being defined disqus_short_name in _config.yml and set comments in posts true, I'm unable to see any Disqus comments, forms, anything.

Wonder what's missing?

My updates to the config.yml not working. What should I do?

  1. All of the third party configs I have turned on do NOT load on the live site.
  2. I changed my site name and it doesn't show up.

Am I supposed to update any other files for this to work?
Yes, I did run: rake generate and deploy, then git commit.

Thank you!

Here is the third party settings now:

screen shot 2014-04-29 at 2 23 40 am

Email address not presented properly

The email address in the "home landing row" isn't presented properly, because it is concatenated with the site's address.

In the file

/source/_includes/custom/home_landing_row.html

Instead of

 <a title="E-Mail" href="{{ site.email }}"><img src="/images/glyphicons_social_39_e-mail.png"/>

It should be

<a title="E-Mail" href="mailto:{{ site.email }}"><img src="/images/glyphicons_social_39_e-mail.png"/></a>

Asides sidebar integration

I'm currently having a play around trying to implement the sidebar into the theme and was wondering if you had any advice?

So far I've noticed an issue where the :after selector on rows class means that the posts don't slide up alongside the side bar.

Where in the SASS is this selector found? I've done a grep through the SASS folder but it was unsuccessful. I'm presuming it's being generated under a different value than '.row'. Any other advice for such a task? Anything you've got set up in the theme that might cause an issue?

Thanks.

How to use Excerpts ?

why it does not work after I write into my Markdown file, my posts still does not show in the homepage.

I have done "rake generate" and "rake deploy", but my homepage in Github is nothing, and all my posts are in "All Posts"

all right i am a freshman and my English is not very good... :(

Why my posts did not show in the homepage?

Why my posts did not show in the homepage? I used rake new_post['hello world'] and the new post showed up in "all post" after I clicked it, but it was not showing up on the homepage. Any help would be greatly appreciated.

Images not centered

I used the image tag like this:

{% img center /images/SendForm.png 400 'Send Form' %}

but couldn't get my image centered.
Anyone else experiencing this?

Customization

Hey, I'm new to using github and octopress, so apologies for the simplicity of my question. But, I'm trying to figure out where would I go to customize different parts of the theme: hero section font color, font type, the width of the page and etc? Thank you

License?

I would love to extend this. Can you please add a LICENSE file?

About changing the background image height to 100%

Hi there,

I wanna change my blog's background image height to 100%. I have modify the .themes/MediumFox/sass/base/_layout.scss to change the .hero.height: 100% but it has no effect. Could you please tell me how can I achieve my purpose?

Great thanks!

Error running rake generate

Hi, I'm getting this error:

## Generating Site with Jekyll
    error sass/base/bootstrap/bootstrap.scss (Line 121 of sass/base/bootstrap/_mixins.scss: Invalid CSS after "...-shadow($shadow": expected ")", was "...) {")

Any idea on how to fix it? All the styles are broken.

Twitter share button not showing on post page

When trying to config the twitter share button for posts, I am not able to do it.

Here is my config.yml for twitter:

# Twitter
twitter_user: mvoto
twitter_tweet_button: true

And this is what I am seeing on the page:
teste_maroto_-_mauricio_voto

Would appreciate any help.

ul and ol style not showing

Hi!
I've noticed that using lists on markdown produces un-styled lists on the resulting page.
My workaround is adding this lines to the sass/custom/_layout.scss file:

@mixin fontStyle() {
   margin-left: 15px;
   font-weight: 300;
   font-size: 16px;
   line-height: 1.5;
}

.full-single-article ul {
    @include fontStyle();
    list-style: square inside;
}

.full-single-article ol {
    @include fontStyle();
    list-style: decimal inside;
}

This is only a workaround. I'll try to look for where this code should go in the theme project to fix it, any pointers will be appreciated.

.

.

Several errors after rake generate on _syntax.scss

Hello,

I'm trying to install the theme (using submodule install) into my blog but after

rake install['MediumFox']

When I try to rake generate I've got the following errors:

## Generating Site with Jekyll
directory source/stylesheets/base/bootstrap/ 
WARNING on line 74 of /home/gtcarlos/Blog/octopress2/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/gtcarlos/Blog/octopress2/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/gtcarlos/Blog/octopress2/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/gtcarlos/Blog/octopress2/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.

Bootswatch theme import?

Hi guys,

I'd like to use Bootswatch in the theme. I got scss files from bootswatch-rails, I've added codes to sass/custom/_styles.scss. But there is no change in the site. How can I add them to adopt the theme?

Pages are broken

CSS does not work properly on pages. Might be just a typo on parenthesis somewhere.

Italic font-style not showing

Hi there!
I've noticed that using italics on markdown makes not difference on the resulting text style. Is this intentional?
If not I'd be glad to help fixing the issue. For now I have workaround it by adding this to the sass/custom/_layout.scss

em {
    font-style: italic;
}

This is only a workaround of course, but I'm not really sure where to make the necessary changes for the em tag.
Regards!

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.