Coder Social home page Coder Social logo

attila's Issues

Remove google+ sharing icon

Shouldn't the possibility to share on google+ be removed? After all... it's quite dead :)

Source: wikipedia

LE: Forgot to update the theme. Everything fine now

Multiple author per post support

Hello,

Would you consider updating the theme so that it can support multiple authors per post, please? It is very straightforward to do for most cases (you just replace {{author}} by {{authors}} in the "post-meta" in post.hbs and loops.hbs) but I haven't found out to do it for the post-author section at the end of each post. Maybe the theme could add a further section for each author at the end of the post?
Also, when assigning two authors to the same post, the post only appears in the first author's author page.

Thanks!

Inconsolata font used in code blocks, but not imported

Only Cardo and Fira Sans are both imported in _fonts.scss, but the Inconsolata font is also used in styles.scss, and isn't loaded. Honestly think not having Inconsolata and using the default (at least on Windows & Chrome) looks better, but I've added this here just in case.

Having larger paragraphs

Hello there, first of all, thanks for this theme.

I was wondering if there is a possibility to widen paragraphs even if it means rebuilding the theme on my side.

For reference:
image

Zip files at maximum compression by default

When using grunt zip the resulting file size is currently 1.5MB. This is larger than the default ghost upload file size limit setting for some deployment setups, including the official docker image.

While it is up to the user to change their default upload size limit, the problem could be avoided if zipping the theme was at full compression.

On a linux machine, I extracted the resulting zip file and rezipped it with

zip -r9 attila-9.zip *

The resulting file sizes

-rw-r--r-- 1 amr amr  822694 Apr 20 09:50 attila-9.zip
-rw-r--r-- 1 amr amr 1464593 Apr 20 09:38 attila.zip

I checked Gruntfile.js and could not see a quick way to change that and submit a MR. Happy to do so if you can point me to the right place. Thank you.

Ghost 3.0 warning

Just testing a migration to Ghost 3.0 and got this warning when activating the theme:


Activation successful with errors
Errors

Highly recommended to fix, functionality could be restricted

    The .kg-bookmark-publisher CSS class is required to appear styled in your theme

    The .kg-bookmark-publisher CSS class is required otherwise the bookmark card publisher name will appear unstyled.Find out more about required theme changes for the Koenig editor here.
    Affected files:
        styles

Disable Dark mode

Can't find a way to configure the theme to stick to a light mode, how can I do it?

Toggle for Dark Mode

Would it be possible to add a toggle on the top right side of the page so that the visitor is able to choose between light and dark modes?

This feature should not change the automatic detection that is currently in place.

Support Full width Images

Full width Images as in Casper. Something like:

.kg-card-markdown {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kg-card-markdown > * {
    min-width: 100%;
}

img[src$="#full"] {
    max-width: 100vw;
}

Removing excerpt dots in the theme?

Hi,

is it possible to remove the three dots who are added automatically to every exerpt? Or do I have to fork it and change it in the code and then upload my modified theme?

Short posts and links

Hi,

For short posts I'd like to have them display the entire content (with clickable links) instead of a the first few sentences. Is there an option to do this or should I fork?

Grouping articles by dates

  • Can it be possible to group articles by dates(archive style grouped by year)

PS: Thanks for putting together this project. I use this theme on my personal blog.

Enable instant search

As far as the ghostHunter docs go, onKeyUp needs to be set to true for instant-search (search-as-you-type) to be enabled. However, upon enabling it in src/js/script.js, reloading the theme and restarting Ghost, there seems to be no effect at all?

Is attila using a modified version of ghostHunter? How would I go about achieving the same in attila?

Remove social sharing icons?

Is there a way to remove the social sharing icons from the bottom of blog posts from within the Admin UI?

If not, can someone point me in the direction of where I would remove that functionality from the codebase? Happy to find it myself, but someone pointing me in the right direction would be helpful.

Thanks!

Responsiveness Issue

Hi Peter,

Great theme you've got here! Thanks for making it. I'm having an issue with the code blocks and them not being responsive on mobile. They seem to be fine on the iPad sizes, but when its down to mobile resolution, they seem to be cut off.

Here's what I mean:

image

This is how the Demo page looks on the same resolution:

image

The demo page doesn't seem to have the issue I'm referring to.

This is how I'm using code blocks, which is pretty straightforward:

image

Any thoughts on why this is happening? Thanks!

Making changes to CSS and SCSS

Dear Attila team,

first of all well done on a slick and minimalist theme, we are using the theme for a new blog project and is working very well for our audience and goals.

I am a bit of a beginner with advanced coding, so I wanted to ask one question, if you have some guidance. I have started to make small changes to the theme by editing the CSS style file. I am now seeing that there are also SCSS files, including a style one. Do I need to make changes there too and standardise with the CSS changes? Or? So far, all changes I have done on the CSS work fine, but I haven't touched the SCSS files.

Thank you in advance for any advice you might be able to provide,

Vito

Using prism.js for code highlighting

Hey Peter,

first let me thank you providing such an amazing theme for free! Now, I'm just getting started with Ghost and I'd like to use prism.css and prism.js files for code blocks and inline code, how would I go about that with the Attila theme?

Thanks!

Why are compiled assets in version control?

I am wondering why are the compiled assets committed to source control?

From my own experience, this is generally a bad practice and does not really provide any value.

Thanks

A page for browsing tags

Currently, tags can only be seen through a post. It would be helpful if a separate section / category could be created for displaying tags.

This feature can be marked as optional to maintain the minimal-by-default look of the theme.

Ghost 2.0

Hi to all, this theme will be upgraded to use the new features of ghost 2.0?
I'd like to use: collections and and Chronological Content...

(I'm not a developer :-( )

thanks you!

Koenig Editor

Any plans to update this theme to support the new styles in the Koenig Editor, namely full width images? I've tried to make changes to the CSS with no success 😞 .

Best regards,
Pedro

Dark mode

Now, I’m not sure if Ghost even supports this yet, but it’d be nice to have a dark mode version of Attila.

Optimally there should be automatic detection based on media query if user’s desktop environment / browser prefers dark mode.

If this is not viable with current version of Ghost platform, then scrap this...

Featured posts

Hi! Is there possibile to view - on the home page - all featured posts before others?
At the moment I noticed than system display only the first featured post. Is too complicated to made this change?

Thanks and sorry again but I'me a beginner in developing :-)

code blocks with 'text' tag don't format properly

If I want a block of preformatted text to skip syntax highlighting, this works... almost:

```text
This is a block of text.
Syntax highlighting is
disabled.
```

The "text" tag after the 3 backticks forces the syntax highlighting to stop, but all lines (except the first) shift to the left, overlapping the line numbers. "nohighlight" does the same.

Linkedin sharing button (and icon)

Hi to all, I'm a beginner in developing... I'm trying to make a little customize on the Attila theme for Ghost: I need a button to share posts on linkedin.
Is it possible to have a tips to how make this possible? Now I've tried, but I don't find the Icon.
thanks

Desktop font weights too light?

Hello! It seems that the font weights on desktop are too hard to read. (I'm on macOS) But it seems fine on mobile devices.

Screenshot of attila showing the font weights

How to add a translation?

Hi, I want to add a Chinese translation to this project.
I add a file zh.json in locales/ directory and test it on my blog, but it doesn't work.

solved

solved. can be delete
sorry about that but i see no way to delete it myself

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.