fuck
ci.vdhsn.com/push Build is passing Details

pull/2/head
Adam Veldhousen 1 year ago
parent ea590afee5
commit c1ce180084
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B

3
.gitignore vendored

@ -1,10 +1,9 @@
public
resources
themes
# generated by hugo gen
assets/css/syntax.light.css
assets/css/syntax.dark.css
# generated by openring
layouts/partials/footer.html
layouts/partials/single/footer.html

@ -29,11 +29,10 @@ OPENRING_BIN = $(GOBIN)/openring
$(OPENRING_BIN):
go install git.sr.ht/~sircmpwn/openring@latest
public: ./themes/lines ./assets/css/syntax.light.css ./assets/css/syntax.dark.css ./layouts/partials/single/footer.html
public: ./themes/lines/config.toml ./assets/css/syntax.light.css ./assets/css/syntax.dark.css ./layouts/partials/single/footer.html
hugo --verbose --gc --minify --templateMetrics --templateMetricsHints --enableGitInfo --environment production
./themes/lines:
@mkdir -p ./themes/lines
./themes/lines/config.toml:
@git submodule update --init
./assets/css:

@ -0,0 +1,79 @@
<section class="webring">
<h3>Articles from blogs I follow</h3>
<section class="articles">
<div class="article">
<h4 class="title">
<a href="https://drewdevault.com/2023/01/24/2023-01-24-FOSDEM.html" target="_blank" rel="noopener">My plans at FOSDEM: SourceHut, Hare, and Helios</a>
</h4>
<p class="summary">FOSDEM is right around the corner, and finally in person after long years of
dealing with COVID. Ill be there again this year, and Im looking forward to
it! I have four slots on the schedule (wow! Thanks for arranging these, FOSDEM
team) and Ill be talkin…</p>
<small class="source">
via <a href="https://drewdevault.com">Drew DeVault&#39;s blog</a>
</small>
<small class="date">January 24, 2023</small>
</div>
<div class="article">
<h4 class="title">
<a href="https://tech.davis-hansson.com/p/goog-news-headlines/" target="_blank" rel="noopener">YSK: Google allows spoofing news headlines in search results</a>
</h4>
<p class="summary">A minor scandal unfolding in the Swedish election highlights a way to influence news narratives:
Google allows you to set headlines for news articles in search results by paying for adwords placements of legitimate articles.
This is being used by political …</p>
<small class="source">
via <a href="https://tech.davis-hansson.com/">Jacob Davis-Hansson</a>
</small>
<small class="date">September 9, 2022</small>
</div>
<div class="article">
<h4 class="title">
<a href="https://blog.benjojo.co.uk/post/multipath-without-mptcp" target="_blank" rel="noopener">Going multipath without Multipath TCP </a>
</h4>
<p class="summary">Going multipath without Multipath TCP
Gigabit ethernet has been around for a long time, its so ubiquitous that there is a very strong chance that if you have a RJ-45 port on your compu
</p>
<small class="source">
via <a href="https://blog.benjojo.co.uk">benjojo blog</a>
</small>
<small class="date">February 24, 2022</small>
</div>
</section>
<p class="attribution">
Generated by
<a href="https://git.sr.ht/~sircmpwn/openring">openring</a>
</p>
</section>
<style>
.webring .articles {
display: flex;
flex-wrap: wrap;
margin: -0.5rem;
}
.webring .title {
margin: 0;
}
.webring .article {
flex: 1 1 0;
display: flex;
flex-direction: column;
margin: 0.5rem;
padding: 0.5rem;
min-width: 10rem;
}
.webring .summary {
font-size: 0.8rem;
flex: 1 1 0;
}
.webring .attribution {
text-align: right;
font-size: 0.8rem;
}
</style>

@ -0,0 +1 @@
Subproject commit a85d561cac091fcd73a248c3d3c426d39ac15155
Loading…
Cancel
Save