Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Inheritance setup SCSS · 9 years ago

    You need to install SCSS on your server. It's a ruby application: http://sass-lang.com/install

  • Inheritance setup SCSS · 9 years ago

    the next question is soulf add scss for developement

  • Inheritance setup SCSS · 9 years ago

    I knew it was something obvious, I don't beleive RTFM skeleton uses SCSS, so

  • Inheritance setup SCSS · 9 years ago

    I'm using the skeleton RTFM site which is theme learn2 and set a custom theme based on it a-learn using the plugin . Via SSh I copied the default scs file theme.css to the a-learn directory the tried

  • Display image from theme blueprint · 9 years ago

    Hi rhukster Thanks for the help, I figured it out through looking at the yaml files. I have actually abandoned what I was doing though in favour of storing my images in an images page as it works bett

  • Display image from theme blueprint · 10 years ago

    Depending on how you defined the blueprint, you will store the data for the uploaded file in the theme's yams configuration file. Then it's just a matter of getting the value and then getting the pat

  • Display image from theme blueprint · 10 years ago

    Hi I have a file upload field in my themes blueprint. Once a file is uploaded how do I display it in my twig template files?

  • H1 font size doesn't respond to custom css · 9 years ago

    Thank you so much!

  • H1 font size doesn't respond to custom css · 9 years ago

    Using Chrome's DevTools (right-click the element, select inspect) or Firefox's Firebug (extensions, also right-click), look at the stack trace for the element's style properties. It will clearly delin

  • H1 font size doesn't respond to custom css · 9 years ago

    Hi, I'm working on the RTFM skeleton, I managed to change h2, h3, etc font sizes via a custom css file, but for some reason only h1 does not respond to this css. Can anyone give me some pointers on wh