quarkiverse / quarkus-roq

An extension to generate/publish static pages from your Quarkus web-app
https://pages.quarkiverse.io/quarkus-roq/
Apache License 2.0
22 stars 11 forks source link

Introduce theme-layouts which can be overridden without duplication #217

Closed ia3andy closed 4 weeks ago

ia3andy commented 4 weeks ago

Thanks to this it's possible to override and extend theme layouts like this:

---
layout: theme-layouts/roq-default/main
---

{#insert /}

{#description}
<p>{site.description}</p>
<p>I crafted this blog myself and <a href="https://github.com/quarkiverse/quarkus-roq/actions/workflows/deploy-blog.yml" target="_blank">published it</a> on GitHub Pages. The sources of this example website are located <a href="https://github.com/quarkiverse/quarkus-roq/tree/main/blog" target="_blank">there</a>.</p>
{/}

{#footer}
<footer>
  {#include partials/roq-default/sidebar-contact /}
  <section class="support">
    <p><b>To support me, give me some stars:</b></p>
    <!-- Place this tag where you want the button to render. -->
    <a class="github-button" href="https://github.com/quarkiverse/quarkus-roq" data-color-scheme="no-preference: light; light: light; dark: dark;" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star quarkiverse/quarkus-roq on GitHub">Star</a>
  </section>
  {#include partials/roq-default/sidebar-copyright /}
</footer>
{/}
melloware commented 4 weeks ago

looks like one conflict?

github-actions[bot] commented 4 weeks ago

🙈 The PR is closed and the preview is expired.