Skip to content

Commit

Permalink
Github workflow ran DITA OT and generated html5 to out folder
Browse files Browse the repository at this point in the history
  • Loading branch information
yetessam committed Jun 28, 2024
1 parent c0c516c commit aff20bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions out/captains-log.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ <h1 class="title topictitle1" id="ariaid-title1">Captain's Log</h1>

<div class="body conbody"><p class="shortdesc">This blog documents technical progress, challenges and solutions encountered as well as reflections from the artistic perspective.
</p>
<dl class="dl blog">
<dl class="dl container">

<dt class="dt dlterm">Friday June 28th, 2024</dt>
<dd class="dd">
<div class="p"> CSS supports re-mapping! Consider removing the python processing and doing class-based remapping in custom.css.
<pre class="pre codeblock"><code>
<pre class="pre codeblock language-html"><code>
/* Remap .dt.dlterm to Bulma's has-text-weight-bold class */
.dt.dlterm {
@extend .has-text-weight-bold;
Expand Down

0 comments on commit aff20bb

Please sign in to comment.