mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2026-08-31 10:28:28 +01:00
minor tweaks
This commit is contained in:
+4
-4
@@ -71,11 +71,11 @@ document.addEventListener("DOMContentLoaded", () => {
|
|||||||
## About this site
|
## About this site
|
||||||
|
|
||||||
Founded to provide a simple online cookbook without ads and obese web design.
|
Founded to provide a simple online cookbook without ads and obese web design.
|
||||||
See the story of this site unfold in three videos:
|
See the story of this site unfold in three YouTube videos:
|
||||||
|
|
||||||
- [A Demonstration of Modern Web Bloat](https://odysee.com/@Luke:7/a-demonstration-of-modern-web-bloat:f)
|
- [A Demonstration of Modern Web Bloat](https://www.youtube.com/watch?v=cvDyQUpaFf4)
|
||||||
- [The War Against Web Bloat Continues...](https://odysee.com/@Luke:7/the-war-against-web-bloat-continues...:a)
|
- [The War Against Web Bloat Continues...](https://www.youtube.com/watch?v=wY70NCW98Is)
|
||||||
- [SoyDevs DESTROYED Epic Style by Based Cooking!](https://odysee.com/@Luke:7/soydevs-destroyed-epic-style-by-based:6)
|
- [SoyDevs DESTROYED Epic Style by Based Cooking!](https://www.youtube.com/watch?v=ykNEkiYr0QM)
|
||||||
|
|
||||||
## It's easy to contribute!
|
## It's easy to contribute!
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,5 @@
|
|||||||
"name": "Luke Smith",
|
"name": "Luke Smith",
|
||||||
"website": "https://lukesmith.xyz",
|
"website": "https://lukesmith.xyz",
|
||||||
"btc": "bc1q763s4ud0hgfa66ce64gyh6tsss49vyk5cqcm6w",
|
"btc": "bc1q763s4ud0hgfa66ce64gyh6tsss49vyk5cqcm6w",
|
||||||
"xmr": "84N9N3DMWhQ9cstHwGEjo8hEvm9bjeYgjV5fLrGK6TmA9iVPjnU7NMUT7gyAc22UgGAVTCUgReQ1J67znhWP3L52Usfw6jg",
|
"xmr": "84N9N3DMWhQ9cstHwGEjo8hEvm9bjeYgjV5fLrGK6TmA9iVPjnU7NMUT7gyAc22UgGAVTCUgReQ1J67znhWP3L52Usfw6jg"
|
||||||
"donate": "https://donate.lukesmith.xyz"
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{{ $author := index .Site.Data.authors (.Params.author | default "default") }}
|
{{ $author := index hugo.Data.authors (.Params.author | default "default") }}
|
||||||
{{- if $author -}}
|
{{- if $author -}}
|
||||||
<h2>Contributor(s)</h2>
|
<h2>Contributor(s)</h2>
|
||||||
<ul>
|
<ul>
|
||||||
@@ -22,4 +22,4 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|||||||
Reference in New Issue
Block a user