diff --git a/.gitignore b/.gitignore index 6e8eaee..b078eaf 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/Makefile b/Makefile index cbd2d11..c28c110 100644 --- a/Makefile +++ b/Makefile @@ -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: diff --git a/layouts/partials/single/footer.html b/layouts/partials/single/footer.html new file mode 100644 index 0000000..0c51ab3 --- /dev/null +++ b/layouts/partials/single/footer.html @@ -0,0 +1,79 @@ +
+

Articles from blogs I follow

+
+ +
+

+ My plans at FOSDEM: SourceHut, Hare, and Helios +

+

FOSDEM is right around the corner, and finally in person after long years of +dealing with COVID. I’ll be there again this year, and I’m looking forward to +it! I have four slots on the schedule (wow! Thanks for arranging these, FOSDEM +team) and I’ll be talkin…

+ + via Drew DeVault's blog + + January 24, 2023 +
+ +
+

+ YSK: Google allows spoofing news headlines in search results +

+

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 …

+ + via Jacob Davis-Hansson + + September 9, 2022 +
+ +
+

+ Going multipath without Multipath TCP +

+

Going multipath without Multipath TCP + + + +Gigabit ethernet has been around for a long time, it’s so ubiquitous that there is a very strong chance that if you have a RJ-45 port on your compu +

+ + via benjojo blog + + February 24, 2022 +
+ +
+

+ Generated by + openring +

+
+ diff --git a/themes/lines b/themes/lines new file mode 160000 index 0000000..a85d561 --- /dev/null +++ b/themes/lines @@ -0,0 +1 @@ +Subproject commit a85d561cac091fcd73a248c3d3c426d39ac15155