juggle listentry shortcode
This commit is contained in:
@ -23,7 +23,7 @@ module.exports = function (eleventyConfig) {
|
|||||||
</div>`
|
</div>`
|
||||||
});
|
});
|
||||||
|
|
||||||
eleventyConfig.addShortcode("infinitenightmare", function (title, link, image, video, iframelink, description) {
|
eleventyConfig.addShortcode("listentry", function (title, link, image, video, iframelink, description) {
|
||||||
if (!title || title == "") {
|
if (!title || title == "") {
|
||||||
return '';
|
return '';
|
||||||
};
|
};
|
||||||
@ -63,7 +63,7 @@ module.exports = function (eleventyConfig) {
|
|||||||
if (iframelink) {
|
if (iframelink) {
|
||||||
console.log(iframelink)
|
console.log(iframelink)
|
||||||
iframeString = `
|
iframeString = `
|
||||||
<iframe src="${iframelink}" width="560" height="315" seamless allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe><br>`;
|
<iframe src="${iframelink}" style="width: 560px; aspect-ratio: 16/9; max-width: 100%;" seamless allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe><br>`;
|
||||||
}
|
}
|
||||||
|
|
||||||
return `<p>
|
return `<p>
|
||||||
|
@ -388,6 +388,10 @@ footer {
|
|||||||
margin-top: 32px;
|
margin-top: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* .list-formatting h3:first-of-type {
|
||||||
|
margin-top: 8px;
|
||||||
|
} */
|
||||||
|
|
||||||
.list-formatting img,
|
.list-formatting img,
|
||||||
.list-formatting video,
|
.list-formatting video,
|
||||||
.list-formatting iframe {
|
.list-formatting iframe {
|
||||||
|
@ -6,15 +6,18 @@ pagination:
|
|||||||
size: 1000
|
size: 1000
|
||||||
alias: postslist
|
alias: postslist
|
||||||
---
|
---
|
||||||
<div class="infinite-nightmare list-formatting">
|
|
||||||
|
|
||||||
### 🔞 warning! some of this stuff will be nsfw or include art that is nsfw 🔞
|
### 🔞 warning! some of this stuff will be nsfw or include art that is nsfw 🔞
|
||||||
thats just art baby! people are naked a _lot_ as it turns out
|
thats just art baby! people are naked a _lot_ as it turns out
|
||||||
|
|
||||||
welcome to the infinite nightmare list aka a big dumpster for me to put art related stuff that i want to revisit at some point. each section should have a reason that i want to revisit a link. also, i will probably just take images directly from the source so if shit is broken then that would be why
|
welcome to the infinite nightmare list aka a big dumpster for me to put art related stuff that i want to revisit at some point. each section should have a reason that i want to revisit a link. also, i will probably just take images directly from the source so if shit is broken then that would be why
|
||||||
|
|
||||||
{% for post in postslist %}
|
---
|
||||||
{% infinitenightmare
|
|
||||||
|
<div class="infinite-nightmare list-formatting">
|
||||||
|
|
||||||
|
{% for post in infinite_nightmare %}
|
||||||
|
{% listentry
|
||||||
post.title,
|
post.title,
|
||||||
post.link,
|
post.link,
|
||||||
post.image,
|
post.image,
|
||||||
|
@ -5,34 +5,52 @@ date: 2023-10-17
|
|||||||
|
|
||||||
<div class="list-formatting">
|
<div class="list-formatting">
|
||||||
|
|
||||||
{% infinitenightmare
|
{% listentry
|
||||||
"dalub",
|
"dalub",
|
||||||
[{
|
[{
|
||||||
"title": "www.youtube.com/@StellariteDalub",
|
"title": "youtube.com/@StellariteDalub",
|
||||||
"link": "https://www.youtube.com/@StellariteDalub"
|
"link": "https://www.youtube.com/@StellariteDalub"
|
||||||
}],
|
}],
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
"https://www.youtube-nocookie.com/embed/NbTLpZLmfI4",
|
"https://www.youtube-nocookie.com/embed/NbTLpZLmfI4",
|
||||||
"this is an extremely indulgent move but dalub provides the most wonderfully genuine splatoon montages with just a bunch of people messing about; everything else on youtube is trying to put out regular weekly content instead of just having fun"
|
"this is an extremely indulgent move but dalub provides the most wonderfully genuine splatoon montages with just a bunch of people messing about; everything else on youtube is trying to put out regular weekly content instead of just having fun"
|
||||||
%}
|
-%}
|
||||||
|
|
||||||
### hhhazel
|
{% listentry
|
||||||
[youtube.com/@hhhazel](https://www.youtube.com/@hhhazel)
|
"hhhazel",
|
||||||
<iframe width="560" height="315" style="padding: 0;" src="https://www.youtube-nocookie.com/embed/yNidRSwwKSg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
[{
|
||||||
|
"title": "youtube.com/@hhhazel",
|
||||||
|
"link": "https://www.youtube.com/@hhhazel"
|
||||||
|
}],
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
"https://www.youtube-nocookie.com/embed/yNidRSwwKSg",
|
||||||
|
"hhhazel is an anime video creator who goes to stupid lengths to communicate her feelings in a way that allows you to really empathise with her, as well as understand some of the (more) objective qualities about a show or series that set it apart from the rest. i always feel like i'm getting better at art criticism and analysis whenever i listen to her"
|
||||||
|
-%}
|
||||||
|
|
||||||
hhhazel is an anime video creator who goes to stupid lengths to communicate her feelings in a way that allows you to really empathise with her, as well as understand some of the (more) objective qualities about a show or series that set it apart from the rest. i always feel like i'm getting better at art criticism and analysis whenever i listen to her
|
{% listentry
|
||||||
|
"whitestone jazz",
|
||||||
|
[{
|
||||||
|
"title": "youtube.com/@whitestonejazz",
|
||||||
|
"link": "https://www.youtube.com/@whitestonejazz"
|
||||||
|
}],
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
"https://www.youtube-nocookie.com/embed/aWzrjQ2rc3U",
|
||||||
|
"whitestone jazz is a mathematician who splits time between describing mathematical concepts in minecraft and breaking down the maths / logic of cool minecraft systems for the layperson. it's still pretty in-depth stuff, but i think he does a good job of simplifying it"
|
||||||
|
-%}
|
||||||
|
|
||||||
### whitestone jazz
|
{% listentry
|
||||||
[youtube.com/@whitestonejazz](https://www.youtube.com/@whitestonejazz)
|
"jenny nicholson",
|
||||||
<iframe width="560" height="315" style="padding: 0;" src="https://www.youtube-nocookie.com/embed/aWzrjQ2rc3U" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
[{
|
||||||
|
"title": "youtube.com/@JennyNicholson",
|
||||||
|
"link": "https://www.youtube.com/@JennyNicholson"
|
||||||
|
}],
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
"https://www.youtube-nocookie.com/embed/p4AdFD3E2ok",
|
||||||
|
"jenny nicholson fits squarely in the camp of people who are delightful to listen to because they're simply extremely passionate. her videos span a bunch of different topics but there is a lot of movie and tv stuff, with some absolute out-there left-field type topics in between"
|
||||||
|
-%}
|
||||||
|
|
||||||
whitestone jazz is a mathematician who splits time between describing mathematical concepts in minecraft and breaking down the maths / logic of cool minecraft systems for the layperson. it's still pretty in-depth stuff, but i think he does a good job of simplifying it
|
</div><br>
|
||||||
|
|
||||||
### jenny nicholson
|
|
||||||
[youtube.com/@JennyNicholson](https://www.youtube.com/@JennyNicholson)
|
|
||||||
<iframe width="560" height="315" style="padding: 0;" src="https://www.youtube-nocookie.com/embed/p4AdFD3E2ok" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
|
||||||
|
|
||||||
jenny nicholson fits squarely in the camp of people who are delightful to listen to because they're simply extremely passionate. her videos span a bunch of different topics but there is a lot of movie and tv stuff, with some absolute out-there left-field type topics in between
|
|
||||||
|
|
||||||
</div>
|
|
Reference in New Issue
Block a user