Giter Club home page Giter Club logo

scribble's People

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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

scribble's Issues

fail to add a post whose Date is today

在post文件夾裡面新增一個date是今天的MD文件,同步后看不到文章。把date改成昨天就能看到了。
怀疑是時間顯示{{ site.time | date_to_string }}的問題,但是我改成其他形式后也無果。。。

Changing title?

Another small issue.

Where can I change the site title?

(sorry for my simple and useless questions, I am very new to Jekyll)

Required dependency libxml not available (Ruby 2.3.3)?

On an openSUSE 42.2, but probably not important.
Installed Ruby 2.3.3 from the official Ruby repos (not openSUSE)

Running "bundle install" per instructions threw a series of logged errors, but bottom line is the following

gcc: error: /home/user/.rbenv/versions/2.3.3/lib64/ruby/gems/2.3.0/gems/nokogiri-1.6.8.1/ports/x86_64-pc-linux-gnu/libxslt/1.1.29/lib/libexslt.a: No such file or directory

I then attempted to install libxlst manually with the following

gem install libxslt-ruby

But that resulted in an error requiring libxml2, which appears to be deprecated for this Ruby version

Will this project be updated to support later and current Ruby versions, and/or what is the last known version of Ruby that works?

TIA.

Pagination is placed horizontally on top of text, preventing links etc. from being clicked

Hi,

I'm using your theme happily, but I just noticed that the pagination on the desktop site takes up an invisible horizontal space on top of the text. This prevents the user from clicking links (etc.) when they are next to the pagination arrow. Double clicking anywhere next to the pagination arrow is a good method to test: you end up selecting the pagination arrow.

This is a bit impractical, as many users have the portion of the text that they're reading in the middle of the screen, which is also where the pagination arrow is.

I reproduced this bug on Firefox and Chromium on both my own site and the Scribble demo site.

Code blocks, first line and rest don't line up

As can be seen in the image where I added some color to make it more obvious, the first line of code does not line up with the rest of the lines.

screen shot 2013-05-27 at 12 17 14 am

When I removed the added padding to code elements it seemed to fix it. I don't know if there is a better way.

Cheers

about.md permalink

Hi!

Thanks again for Scribble, it's wonderful. And also the name of my cat.

I had a slightly problem with it when I started self-hosting instead of via GitHub Pages - the domain.com/about/ pretty link was broken (domain.com/about.html working fine). In config.yml I tried changing permalink to other categories, to no avail.

The best solution for me was adding the line

permalink: about/ 

to my about.md file.

As you might have guessed, I've no idea what I'm doing. Is this a good solution? Was there ever a problem? If so, sorry for not forking and submitting a pull request.

J

P.S. I also struggled and succeeded to get footnotes working using the RedCarpet Fork- please shout at me if you'd be interested in my (probably amusingly inept) methodology. It seemed like a big deal to me, at least...

Display/Hide Comment

Do you think it is better to add a button to show or hide disqus comment? That makes cleaner.
screen shot 2013-05-23 at 10 02 04 am

about.md links borked

Hi! Some borked links in your sample about.md.

Fixed version:

Give people something to read and get to know you. Here's my attempt: this is [Mu-An](http://muan.co), a designer developer who lives in London at the moment. 

Tweet at [@muanchiou](http://twitter.com/muanchiou), read my code on [GitHub](http://github.com/muan), see my designs on [Dribbble](http://dribbble.com/muan), find my CV on [LinkedIn](http://uk.linkedin.com/in/muanchiou).

This theme is made by me. You have a nice day. ♥

Sorry for not forking and pulling, already forked for my own website. Some sentences only make sense on Github.

P.S. 'LISCENCE' -> 'LICENCE'

Have a nice day now ( ´ ▽ ` )ノ

error running jekyll serve

xubuntu 17.10
ruby 2.3.3p222 (2016-11-21) [x86_64-linux-gnu]
Bundler version 1.15.1
jekyll 3.1.6

I'm following your instructions but in the step 4. Running jekyll serve -w I have this error:

ERROR: YOUR SITE COULD NOT BE BUILT:
                    ------------------------------------
                    Invalid date '<%= Time.now.strftime('%Y-%m-%d %H:%M:%S %z') %>': Document 'vendor/bundle/ruby/2.3.0/gems/jekyll-3.4.1/lib/site_template/_posts/0000-00-00-welcome-to-jekyll.markdown.erb' does not have a valid date in the YAML front matter.

If I do jekyll new site I can run the serve without problem.

Open Sans Bold is not included

<link href='http://fonts.googleapis.com/css?family=Open+Sans:400' rel='stylesheet' type='text/css' />

should be

<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css' />

max-width

hi Mu An,

I am using your theme. It is really pretty. However, it is too narrow for me. Therefore, I modified the value of max-width in /stylesheets/style.css and /responsive.css. (from 600px to 800px).

It worked. However, the buttons "previous article" and "next article" become invalid.
See my blog. I cannot press "previous article" button. I think some files should be modified like in style.css, but I cannot find it.

Any suggestions are appreciated.

Many thanks,
Lucktroy

Niggling issue

Hi Muan,
Absolutely loving Scribble though I have one niggling concern. How/Where exactly do I incorporate my google tracking info?

Noob question I know but it's done my head in for a while now.

Cheers

Dennis

404 page got error

Hi,
I am using ur theme, but in 404 page, I saw

<script src='/javascripts/stuff.js' type='text/javascript'></script>

But this file doesn't exist, can you remove it?:)

Also in 404 page, I saw

<div class="center">
    <img src="/images/404.png" alt="not found" width="160" />
    <p>
        <a href="/" class="main" target="_top">Back</a>
    </p>
</div>

But it doesn't work in Safari. This is my screenshot,
screenshot 2013-11-19 09 59 21

Btw, it is a really good theme:)

github user page

你好,请问我想在username.github.io用这个主题,在电脑上运行bundle exec jekyll serve -w之后一切正常但是username.github.io上面显示的却是这个样子:
2017-08-07 5 25 41
不知道是什么原因。谢谢!

Date and Posts not showing up?

I noticed that the date for one of my posts was a bit off, it said "yesterday" two hours after I posted and said it was posted at 9:00 (I posted it at 7). It was be a problem with me not writing the date or time well (I'm not used to 24-hour) or maybe the timezone is set different, but also one of my other posts won't even show up. I'm really confused and don't know why this is happening.

.scss & .coffee files

Hi, thx for this wonderful theme, I love it 😃

Are there any chances for getting the .scss & .coffee files :D ?

It's ok if there isn't. 👍

images within a blog post?

Is there a way to include images within a blog post? When I preview my post files, I can see the images (see here). But when I look at the published post (here) I don't. Thanks in advance for any guidance you can offer -- I'm very new to this so I hope this question is useful to others in the future.

BTW, I love this design and template. Very cool and easy to use for a beginner like me.

Minor signature time issue

Liquid thinks I will enter date/time in GMT. But giving local time is more convenient.

1

2

Since date wasn't being showed in signature anyway. So I tried little changes and now it shows intended time.

3

4

5

Pygments and Redcarpet incompatibility

Two issues that are affecting the look of your theme:

  • You are attempting to use the 'pygments' highlighter, which is currently unsupported on GitHub Pages.
  • You are currently using the 'redcarpet' Markdown engine, which will not be supported on GitHub Pages after May 1st.

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.