Coder Social home page Coder Social logo

peeves's People

Contributors

dkhgh avatar kikobeats avatar max-holland avatar tapanila avatar whmii 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

peeves's Issues

Center align text on about page

Is center aligning the text on the About page intentional? Center text align seems a bit weird and hard to read.

See:
http://maxholland.me/about/

It seems like the default should be left aligned and if people want to center it, they can customize the post specifically.

code blocks does not work

inline code, '< pre >', '< code >', none of them work after the article is published. could you fix this?

Suggestion list 2

Hi!

First I wanna thanks your hard work on the theme! :)

For the further perfection I have some design suggestions: Social icons are ugly. Some light colored / circled borders would be fine at the social buttons - for more unification.

I have a photoblog. In the post the first image disappears, and it's used as a cover image - that's annoying after a time. Can you make some changes?

Some font awesome icons, such as a calendar, a clock - next to the date, and a tag plate - near the tags would be nice instead of avatar duplication in the header.

For some strange reasons, when I put more than 3 images into a post, the third (or the last, not the cover image) picture simply disappears. Perhaps it's a Ghost glitch. Update: no it's not. I tried with other themes, and they show all of my pics.

Thank you! Have a nice day! :)

Compilation Step / actual Source

Hi! I'm loving your theme and want to use it for my travel blog, but also want to adjust some things. The css you include is minified, and so is the javascript.

Is it possible that you share the raw source file and a short how-to compile the files (using grunt or whatever you are using)? This would really help me fine-tune my design!

CSS and JS fail to load

For some reason, in default.hbs, there are the following lines:

{{! Styles'n'Scripts }}
<link rel="stylesheet" type="text/css" href="{{asset "css/peeves.css"}}" />
... ... ...
<script src="{{asset "js/peeves.js"}}"></script>

Which are supposed to be perfectly fine, AFAIK. However, when applying this theme, neither gets loaded. When opening Safari's webinfo panel, the following error messages occur:

[Error] Failed to load resource: the server responded with a status of 404 (Not Found) http://********/assets/css/peeves.css?v=16ec85cf1d
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) http://********/assets/js/peeves.js?v=16ec85cf1d

so for some reason, ?v=16ec85cf1d is added to the URL. Is this a bug?

Theme: 2.2.0
Ghost: 0.6.3

Page not rendered with correct layout

I have a post that I have set to become a page. For some reason it looses its layout and renders without the menu and correct header layout.

Any others with these issues? A theme or Ghost thing? I use Ghost Pro with 0.5.2

cover photo not resized correctly

am thinking of switching to this theme, but i have a issue with cover photo
you can see it here

fireshot screen capture 015 - ghost - 127_0_0_1_2368

my current theme Draugur i use now
fireshot screen capture 016 - nwgat - nwgat_net

here is the header png file
header 1

Suggestion list and images

Hello!
The theme is so minimal and so good. But the uploaded images and the embedded youtube videos seems strange on small displays. I attach an image that shows the strange/wrong image widths and heights on iOS 7.

For the more seamless pagination and better reading experience you could implement infinite scroll. (only if that's possible for ghost for now at this moment). :)

For photoblogging options (if ghost allows it, and yep i wanna do a photoblog, and i'm not a coder) you could implement some lightbox solution such as http://www.frescojs.com/ It's free, fast and beautiful.

Keep up the good work! :) Thank you for your help! :)

img_1516

Modifying letter for opening menu...

Thanks for a great Ghost theme.

I was wondering if you can help me with a moderation. I have located the place the theme finds the first letter of the blog title and use it for the menu button.

n.html(null!==app.getFirstChar("#blog-title")?app.getFirstChar("#blog-title"):

How would this look if I:

  • Wanted to write my own text.
  • Use an image instead.

Thanks,

Post header images dissappeared in new version

I've been migrating to a new server so upgrading Ghost and the Peeves theme - all my old posts have lost the header images. From this issue -
#21

I assume they are gone beecause now ghost has the functionality builtin.

It looke like this pull was to fix it so that the first pic would still be used unless the header image is set in the ghost app itself:
03b76ef

And I have the lines in my init.main.js file but am not seeing them.
I have the blog running here: mattsrespite.com using ghost v0.5.3 and Peeves 2.1.5 with the header images showing.
And here: http://ghost.matthewdperkins.com with ghost v0.5.10 and Peeves 2.2 with no images showing.
I exported the blog content from the old version and imported to the new - will soon be setting the correct urls so mattsrespite.com can point to the new server.

Google analytics

I'm a newbie on this whole thing of Ghost and its themes so I thank you for taking the time to put up the whole installation guide. It's pretty clear and helped me a lot.

But the Google Analytics file is empty and I don't really understand what am I supposed to do with it... If it's a feature to come in the future then awesome but for now it's not clear what to do. At least that's my opinion...

Thank you so much for your awesome theme!

If Image Has Anchor Parent

For my blog I added a little bit of jQuery to check if the image element has an anchor as it's parent, and if so, don't generate the fluidbox anchor, rather, go to the Url of the anchor. Would like to see this added properly (we only have access to the minified version)

e.aTagWrap = function(t, n) {
        if (e.elemExists(t)) {
            var a = $(t);
            a.length > 0 && a.each(function() {
                var e = $(this),
                    t = e.attr("src"),
                    a = "";
                    if ($(e).parent('a').length > 0) {
                        return false
                    }
                    a = "<a class='" + n + "' href='" + t + "'></a>", e.wrap(a)
            })
        }

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.