Skip to content

Commit

Permalink
Changes a logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Apr 30, 2024
1 parent 78c109c commit 9710473
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
*.fasl
/example/stage/
/stage/
.DS_Store
4 changes: 2 additions & 2 deletions example/.staticlrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
(atom :target-path #P"blog/atom.xml")
(tags-index :target-path "tags/"))
(sitemap))
:theme "readable"
;; :theme "hyde"
;; :theme "readable"
:theme "hyde"
)
26 changes: 15 additions & 11 deletions themes/hyde/base.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,22 @@
{/if}
<div class="fineprint">
<hr>
Unless otherwise credited all material
{if $site.license}
{$site.license}
{else}
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">
<img alt="Creative Commons License" style="border-width:0" src="/css/cc-by-sa.png" />
<div class="fineprint-items">
<span>
Unless otherwise credited all material
{if $site.license}
{$site.license}
{else}
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">
<img alt="Creative Commons License" style="border-width:0" src="/css/cc-by-sa.png" />
</a>
{/if}
</span>
{if $site.author}<span>by {$site.author}</span>{/if}
<a id="staticl-logo" href="https://github.com/40ants/staticl">
<img src="/img/staticl-logo-small.webp" style="height: 32px" alt="StatiCL logo" />
</a>
{/if}
by {$site.author}
<a id="coleslaw-logo" href="https://github.com/redline6561/coleslaw">
<img src="/css/logo_small.jpg" alt="Coleslaw logo" />
</a>
</div>
</div>
</body>
</html>
Expand Down
Binary file removed themes/hyde/css/logo_large.jpg
Binary file not shown.
Binary file removed themes/hyde/css/logo_medium.jpg
Binary file not shown.
Binary file removed themes/hyde/css/logo_small.jpg
Binary file not shown.
Binary file added themes/hyde/css/staticl-logo-small.webp
Binary file not shown.
4 changes: 3 additions & 1 deletion themes/hyde/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ a.anchor { color: black }
.article-meta { margin-left: 2.2em; margin-bottom: 2.2em }
.archive-title { font-size: 1em } .article-title { font-size: 2em }
.article-content { margin-left: 2.2em }
.fineprint { text-align: center; font-size: .9em; margin-top: .5em }
.fineprint { font-size: .9em; margin-top: .5em; display: flex; flex-direction: column}
.fineprint > hr {width: 100%}
.fineprint-items {display: flex; gap: 2rem; justify-content: center; align-items: center;}
.tag-low { font-size: .8em; font-weight: 200 }
.tag-medium { font-size: 1.2em; font-weight: 600 }
.tag-high { font-size: 1.8em; font-weight: 800 }
Expand Down
4 changes: 2 additions & 2 deletions themes/readable/base.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
<img alt="Creative Commons License" style="border-width:0" src="/img/cc-by-sa.png" />
</a>
{/if}
by {$site.author}
{if $site.author}by {$site.author}{/if}
<a id="staticl-logo" href="https://github.com/40ants/staticl">
<img src="/img/logo_small.jpg" alt="Coleslaw logo" /></p>
<img src="/img/staticl-logo-small.webp" style="height: 32px" alt="StatiCL logo" /></p>
</a>
</div>
</div>
Expand Down
Binary file removed themes/readable/img/logo_small.jpg
Binary file not shown.
Binary file added themes/readable/img/staticl-logo-small.webp
Binary file not shown.

0 comments on commit 9710473

Please sign in to comment.