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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Alexander Kim Member

@heihachi88 · Joined 8 years ago · 77 posts · 28 topics · 5 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Theme blueprints not working · 8 years ago

    could you describe the steps you did? I just tried clean installation of woo theme again, installed admin plugin, created "user/themes/mytheme/blueprints/page.yaml", added yaml code from example, went

  • Theme blueprints not working · 8 years ago

    Why it's so complicated about blueprints in grav? I've tried a new installation of GRAV with default theme, IT JUST DOESN'T WORKS! Makes me mad.

  • Theme blueprints not working · 8 years ago

    Just strange, maybe issues with my theme's yaml? Here's the contents of it (user/themes/MYTHEMENAME/MYTHEMENAME.yaml): enabled: true dropdown: enabled: true Also is it possible to put my custom fiel

  • Theme blueprints not working · 8 years ago

    Following this example: https://learn.getgrav.org/forms/blueprints/example-page-blueprint I created my video.yaml file under "user/themes/MYTHEMENAME/blueprints", contents of its file: title: Video '@

  • What's the purpose of modular pages at all? · 8 years ago

    Well, in partials you could have dynamic content, like latest news, etc. No need to edit this for the end user.

  • What's the purpose of modular pages at all? · 8 years ago

    I just don't get it. Why do you ever need this? For example, you build a blog, main page would have recent blog entries, articles, news, isn't easier just set up main template and define blocks in nee

  • Building a news website · 8 years ago

    I am building a news-feed website. It would have the following structure: Each block is a list of news, like the latest news, or the news which has checkbox "hot" set to true. What is the correct way