Skip to content

Commit

Permalink
RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
biosbob committed Sep 15, 2024
1 parent df5634b commit 9999e16
Show file tree
Hide file tree
Showing 17 changed files with 1,169 additions and 115 deletions.
40 changes: 40 additions & 0 deletions site/archive/2024/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,46 @@ <h1 id="2024">2024</h1>

</nav>

<div class="md-post__meta md-meta">
<ul class="md-meta__list">
<li class="md-meta__item">
<time datetime="2024-09-15 00:00:00">September 15, 2024</time></li>



<li class="md-meta__item">

10 min read

</li>

</ul>

</div>
</header>
<div class="md-post__content md-typeset">
<h2 id="touring-the-zigem-code-scape"><a class="toclink" href="../../post-003/">Touring the Zig&bull;EM code-scape</a></h2>
<p>The next few blog posts will explore the <strong>Zig&bull;EM</strong> programming framework in ever-greater detail &ndash; starting with instructions for installing the latest software version, and then moving on to a 10,000' overview that touches upon some core concepts and constructs of <strong>Zig&bull;EM</strong>.</p>

<nav class="md-post__action">
<a href="../../post-003/">
Continue reading
</a>
</nav>
</div>
</article>

<article class="md-post md-post--excerpt">
<header class="md-post__header">

<nav class="md-post__authors md-typeset">

<span class="md-author">
<img src="https://avatars.githubusercontent.com/u/57962169?v=4" alt="Bob Frankel">
</span>

</nav>

<div class="md-post__meta md-meta">
<ul class="md-meta__list">
<li class="md-meta__item">
Expand Down
1 change: 1 addition & 0 deletions site/assets/calendar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions site/assets/em.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/assets/fig-003-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/assets/fig-003-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/assets/fig-003-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/assets/fig-003-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions site/assets/file_type_emunit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/assets/summary-002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/assets/summary-003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions site/assets/zig-mark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
93 changes: 55 additions & 38 deletions site/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
}

:root {
--em-vers: "25.0.1";
--em-time: "202408281627";
--em-vers: "25.0.2";
--em-time: "202409151618";
}

[data-md-color-scheme="slate"] {
Expand Down Expand Up @@ -37,7 +37,7 @@ a.md-header__button.md-logo {
}

a[href^="#__codelineno"] {
color: var(--md-primary-fg-color) !important;
color: hsl(34, 75%, 75%) !important;
}

/* color: hsl(203, 100%, 75%); */
Expand All @@ -49,7 +49,8 @@ article a[href^="http"]::after {
}

a:not([class]) {
color: hsl(156, 60%, 70%);
color: hsl(196, 100%, 70%);
/*color: hsl(156, 60%, 70%);*/
}

.md-nav--primary {
Expand Down Expand Up @@ -146,12 +147,20 @@ hr.em-break {
width: 50%;
}

span.em-color-blue {
color: hsl(195, 100%, 80%);
}

span.em-color-cyan {
color: hsl(180, 80%, 50%);
}

span.em-color-teal {
color: hsl(180, 100%, 75%);
}

span.em-color-orange {
color: hsl(39, 100%, 75%);
color: hsl(39, 100%, 50%);
}

span.em-color-primary {
Expand Down Expand Up @@ -207,16 +216,16 @@ span.em-walk {
}

.em-lineref a {
background-color: hsl(0, 0%, 30%);
background-color: hsl(0, 0%, 18%);
color: black;
font-family: "Roboto Mono";
font-size: 0.70rem;
font-size: 85%;
font-weight: 700;
padding: 0px 3px;
}

.em-lineref a:hover {
color: cyan;
color: cyan !important;
}

div.em-screen button {
Expand Down Expand Up @@ -304,6 +313,11 @@ span.em-screen {
font-weight: 700;
}

.language-zigem .nx {
color: #ff4444;
font-weight: 700;
}

.language-zigem .s {
color: hsl(10, 70%, 60%);
}
Expand All @@ -330,10 +344,11 @@ span.em-screen {

:root {
--md-admonition-icon--bulb: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 6a6 6 0 0 1 6 6c0 2.22-1.21 4.16-3 5.2V19a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-1.8c-1.79-1.04-3-2.98-3-5.2a6 6 0 0 1 6-6m2 15v1a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-1h4m6-10h3v2h-3v-2M1 11h3v2H1v-2M13 1v3h-2V1h2M4.92 3.5l2.13 2.14-1.42 1.41L3.5 4.93 4.92 3.5m12.03 2.13 2.12-2.13 1.43 1.43-2.13 2.12-1.42-1.42Z"/></svg>');
/*--md-admonition-icon--tools: url(assets/calendar.svg); */
--md-admonition-icon--em: url(assets/file_type_emunit.svg);
--md-admonition-icon--engr: url(assets/material-engr.svg);
--md-admonition-icon--forum: url(assets/material-forum.svg);
--md-admonition-icon--groups: url(assets/material-groups.svg);
--md-admonition-icon--tools: url(assets/material-tools.svg);
--md-admonition-icon--zig: url(assets/zig-mark.svg);
}

.md-typeset .admonition.bulb,
Expand Down Expand Up @@ -366,37 +381,21 @@ span.em-screen {
mask-image: var(--md-admonition-icon--engr);
}

.md-typeset .admonition.forum,
.md-typeset details.forum {
border-color: hsl(250, 100%, 70%);
}
.md-typeset .forum > .admonition-title,
.md-typeset .forum > summary {
background-color: hsla(250, 100%, 70%, 0.1)
}
.md-typeset .forum > .admonition-title::before,
.md-typeset .forum > summary::before {
background-color: hsl(250, 100%, 70%);
-webkit-mask-image: var(--md-admonition-icon--forum);
mask-image: var(--md-admonition-icon--forum);
}

.md-typeset .admonition.groups,
.md-typeset details.groups {
border-color: hsl(250, 100%, 70%);
.md-typeset .admonition.em,
.md-typeset details.em {
border-color: hsl(156, 100%, 60%);
}
.md-typeset .groups > .admonition-title,
.md-typeset .groups > summary {
background-color: hsla(250, 100%, 70%, 0.1)
.md-typeset .em > .admonition-title,
.md-typeset .em > summary {
background-color: hsla(156, 100%, 75%, 0.1)
}
.md-typeset .groups > .admonition-title::before,
.md-typeset .groups > summary::before {
background-color: hsl(250, 100%, 70%);
-webkit-mask-image: var(--md-admonition-icon--groups);
mask-image: var(--md-admonition-icon--groups);
.md-typeset .em > .admonition-title::before,
.md-typeset .em > summary::before {
background-color: hsl(156, 100%, 60%);
-webkit-mask-image: var(--md-admonition-icon--em);
mask-image: var(--md-admonition-icon--em);
}


.md-typeset .admonition.tools,
.md-typeset details.tools {
border-color: hsl(352, 60%, 50%);
Expand All @@ -412,6 +411,24 @@ span.em-screen {
mask-image: var(--md-admonition-icon--tools);
}

.md-typeset .admonition.zig,
.md-typeset details.zig {

border-color: hsl(37, 93%, 54%);
}
.md-typeset .zig > .admonition-title,
.md-typeset .zig > summary {
background-color: hsla(37,93%,54%,0.1);
}
.md-typeset .zig > .admonition-title::before,
.md-typeset .zig > summary::before {
background-color: hsl(37, 93%, 54%);
-webkit-mask-image: var(--md-admonition-icon--zig);
mask-image: var(--md-admonition-icon--zig);
}



/* em lists */

div.em-ol,div.em-ul {
Expand All @@ -426,7 +443,7 @@ div.em-ol p::before {
content: counter(num);
counter-increment: num;
font-weight: 700;
margin-right: 15px;
margin-right: 16px;
padding: 1px 6px;
}

Expand Down
40 changes: 40 additions & 0 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,46 @@ <h1 id="home">Home</h1>

</nav>

<div class="md-post__meta md-meta">
<ul class="md-meta__list">
<li class="md-meta__item">
<time datetime="2024-09-15 00:00:00">September 15, 2024</time></li>



<li class="md-meta__item">

10 min read

</li>

</ul>

</div>
</header>
<div class="md-post__content md-typeset">
<h2 id="touring-the-zigem-code-scape"><a class="toclink" href="post-003/">Touring the Zig&bull;EM code-scape</a></h2>
<p>The next few blog posts will explore the <strong>Zig&bull;EM</strong> programming framework in ever-greater detail &ndash; starting with instructions for installing the latest software version, and then moving on to a 10,000' overview that touches upon some core concepts and constructs of <strong>Zig&bull;EM</strong>.</p>

<nav class="md-post__action">
<a href="post-003/">
Continue reading
</a>
</nav>
</div>
</article>

<article class="md-post md-post--excerpt">
<header class="md-post__header">

<nav class="md-post__authors md-typeset">

<span class="md-author">
<img src="https://avatars.githubusercontent.com/u/57962169?v=4" alt="Bob Frankel">
</span>

</nav>

<div class="md-post__meta md-meta">
<ul class="md-meta__list">
<li class="md-meta__item">
Expand Down
Loading

0 comments on commit 9999e16

Please sign in to comment.