GithubHelp home page GithubHelp logo

starburst1977 / readium Goto Github PK

View Code? Open in Web Editor NEW
553.0 553.0 156.0 30.6 MB

Readium 3 - A not-so-much medium-like Ghost theme anymore.

Home Page: http://www.svenread.com/readium-ghost-theme/

License: MIT License

CSS 87.97% JavaScript 1.41% Handlebars 10.62%

readium's People

Contributors

cfv1984 avatar g3d avatar islahul avatar jondavidjohn avatar m19c avatar pigulla avatar skozz avatar starburst1977 avatar svenr-cliqz avatar trizz avatar zevaverbach 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

readium's Issues

sass:dist task fails

$ grunt build
Running "sass:dist" (sass) task
Syntax error: File to import not found or unreadable: skit/sass/config.sass.
Load paths:
/Users/ben/SourceCode/forks/readium
/Users/ben/SourceCode/forks/readium/assets/sass
on line 1 of assets/sass/config.sass
from line 1 of assets/sass/main.sass
Use --trace for backtrace.
Warning: Exited with error code 1 Use --force to continue.

Aborted due to warnings.

Disable blog logo

I want to disable the blog logo that appears floating in the left. What files should I modify?

Thanks.

Make Release doesn't work anymore

read-s:Readium svenread$ make release
mkdir -p dist
./node_modules/.bin/r.js -o build.js
Error: Error: ENOENT, no such file or directory '/Users/svenread/Repository - Git/readium/build.js'
at Object.fs.lstatSync (fs.js:679:18)

make: *** [release] Error 1

Option For Full-Bleed Images In Posts?

Would be nice for an option to include full-bleed images in articles. Basically, the same as the cover image, only, throughout the article. Maybe using "full bleed" as the alt text?

Windows 7 Chrome

I've recently re-discovered the joys of Windows 7 Chrome and am having issues with your theme

basically the main banner image doesn't work

it works fine on W7 Firefox and my Android phone, and also an Ubuntu Trusty Firefox laptop

readium-home
readium-page

Hardcoded links should be {{@blog.url}}

I have a site with a blog on http://www.domain.com/blog and there are hardcoded links in the pages that break. They should be prefixed with {{@blog.url}}

Links back to "/" in page.hbs, post.hbs and tags.hbs

Tags links in default.hbs, page and post should be "{{@blog.url}}/tag/{{slug}}"

Disqus support?

Are there any plans for integrating comments with Disqus in this theme?

iPhone view is clipping subjects of posts with featuredimage.

If you have a long subject and you set a featuredimage text will be clipped from the beginning of the subject when viewed on an iPhone. See the attached:

photo

Not sure if this bug exists in one of the releases. I checked out master tonight but did not test it via other builds.

License?

I've started to port this theme to Statamic and I've realised that there's no license.

Please consider adding a license stating what we can and can't do with it. :)

Another theme

Hi there,

From what I can see, this is not the theme of your blog, right? Not even the html is similar to the one you use in it. Is this correct?

Thanks.

No margins in mobile view

When I load the theme on my phone the margins are not correct, making harder to navigate and read. Any clue to solve the responsiveness?

wp_ss_20140704_0001
wp_ss_20140704_0002

Upgrading to support 0.4 features

Just thought I'd drop in and post a link to theme developer guide to what changed in Ghost 0.4.

I'm trying to encourage as many theme devs as possible to upgrade to use the {{asset}} helper in particular. Without this change, your theme won't work when Ghost is installed in a subdirectory, and users may encounter caching problems.

Cover Images set to Display: None

For some reason, if you add a cover image, the JS that does the conversion from image tag to div with background image also hides the cover image completely. For example, if you check the source on this page, you can see that the cover is set to display: none;.
screen shot 2014-02-03 at 8 25 36 pm

Extract css and js only

Hello,
I don't used Ghost. I use wordpress. Can you help me extract the css and js only so I can apply it to my wordpress theme?

Thank you

default.hbs has references to mark-read.info

I'm sure most people have caught this already, but default.hbs has references to mark-read.info for Twitter Cards:

<meta name="twitter:site" content="http://mark-read.info">
<meta name="twitter:creator" content="@MarkReadM">

And also for Google Analytics:

ga('create', 'UA-48376090-1', 'mark-read.info');

Style time to read

To calculate the estimated reading time I created a new javascript file called ttr.js. You can see the output on the start page (nearby date).

I dont know if we need this information on the detail page as well.

A icon on the .ttr element would be great.

Can't get img-post-cover working

I've tried various ways of setting the alt attribute for a post image, but I can't get it working. For reasons I do not totally understand yet I am also not able to use quotes for the values for the src and alt attributes because then the values will end up double-quoted in the final output. Regardless, I can't get the image to cover the full top width. If I also enter a tag BigImage I see a big empty square where I would expect an image to appear, but still no luck. Are you sure this is still working as expected?

Theme rendering

Hey,

I'm trying to use your theme but i don't get the same render as you (on your blog).

Any custom field or configuration to update?

Thank's!

articleImage tag..

It would be nice if the articleImage tag wouldn't appear in the template? I'll have a poke around and see if I can stop it appearing on the site. Great work though!

Duplicate Code

There is the same Code in mobile.sass and in main.sass (from line 820 on)

whats the way you want to go? everything in one or not ?

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.