- Implement flexible theme switching via site.conf (site_theme, site_theme_css_file). - Ensure correct copying of theme static assets, with theme assets overriding root assets. - Resolve CSS linking issues by checking file existence after static copy and using correct paths for Pandoc. - Refactor path construction to prevent duplication when using absolute/relative output paths. - Create comprehensive how-it-works.md detailing system architecture, theme creation, and overall workflow. - Clarify design philosophy: qsgen3 remains design-agnostic, only linking main theme CSS automatically.
18 lines
483 B
Smarty
18 lines
483 B
Smarty
|
|
<!-- Blog Post for Index Start -->
|
|
|
|
<!-- <div id="process" class="section"> -->
|
|
<div class="w-container">
|
|
<h3><a class="link" href="BLOGURL">BLOGTITLE</a></h3>
|
|
<div class="grow-row w-row">
|
|
INGRESS
|
|
</div>
|
|
<div class="grow-row w-row">
|
|
<strong style="font-size: 10px; padding-top: 3px;">BLOGDATE</strong>
|
|
</div>
|
|
<div class="divider grey"></div>
|
|
</div>
|
|
<!-- </div> -->
|
|
|
|
<!-- Blog Post for Index End -->
|