Skip to content

Commit

Permalink
Added a Scratch account list
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve0Greatness committed Feb 4, 2024
1 parent 6ff8851 commit 5ae46ea
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,10 @@ def GetLists():
List["title"] = ListDict["title"]
if "paragraph" in ListDict:
List["content"] += "<p>%s</p>" % ListDict["paragraph"]
List["content"] += "<ul>"
for item in ListDict["list"]:
List["content"] += LIST_PARSER_DICT[item["type"]](item, 0)
List["content"] += "<li>" + LIST_PARSER_DICT[item["type"]](item, 0) + "</li>"
List["content"] += "</ul>"
Lists.append(List)
sitemap.append(SITEMAP_HREF + "list/" + slug)
sitemap.append(SITEMAP_HREF + "list/")
Expand Down
1 change: 1 addition & 0 deletions lists/link-tree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ list:
- type: link
href: https://scratch.mit.edu/users/steve0greatness
text: Scratch
comment: there's more, see the <a href="/list/scratch-acc.html">Scratch Accounts</a> list.
- type: link
href: http://beetleblocks.com/users/Steve0Greatness
text: BeetleBlocks
Expand Down
72 changes: 72 additions & 0 deletions lists/scratch-acc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
title: Scratch Accounts
paragraph: I have a lot of <a href="https://scratch.mit.edu/"Scratch</a> accounts, so here's a list of them all.
list:
- type: link
href: https://scratch.mit.edu/users/Steve0Greatness/
text: "@Steve0Greatness"
- type: link
href: https://scratch.mit.edu/users/S0G/
text: "@S0G"
- type: link
href: https://scratch.mit.edu/users/Steves_greatness/
text: "@Steves_greatness"
- type: link
href: https://scratch.mit.edu/users/Scratch_C0/
text: "@Scratch_C0"
- type: link
href: https://scratch.mit.edu/users/test-account4newidea/
text: "@test-account4newidea"
- type: link
href: https://scratch.mit.edu/users/Anonymouslysignedin/
text: "@Anonymouslysignedin"
- type: link
href: https://scratch.mit.edu/users/Ninjad-on-the-forums/
text: "@Ninjad-on-the-forums"
- type: link
href: https://scratch.mit.edu/users/ScratchNewsWorldWide/
text: "@ScratchNewsWorldWide"
- type: link
href: https://scratch.mit.edu/users/awesomecolors82/
text: "@awesomecolors82"
- type: link
href: https://scratch.mit.edu/users/ghadskjfljdfskl/
text: "@ghadskjfljdfskl"
- type: link
href: https://scratch.mit.edu/users/NotSteve0Greatness/
text: "@NotSteve0Greatness"
- type: link
href: https://scratch.mit.edu/users/this_user/
text: "@this_user"
- type: link
href: https://scratch.mit.edu/users/Steve0Comics/
text: "@Steve0Comics"
- type: link
href: https://scratch.mit.edu/users/SteveDOTedu/
text: "@SteveDOTedu"
- type: link
href: https://scratch.mit.edu/users/Qwertyamongus/
text: "@Qwertyamongus"
- type: link
href: https://scratch.mit.edu/users/Steve0Greatness64/
text: "@Steve0Greatness64"
- type: link
href: https://scratch.mit.edu/users/The-best-charry/
text: "@The-best-charry"
- type: link
href: https://scratch.mit.edu/users/HatShirtPantsShoes/
text: "@HatShirtPantsShoes"
- type: link
href: https://scratch.mit.edu/users/Steve-ist-Gut/
text: "@Steve-ist-Gut"
- type: link
href: https://scratch.mit.edu/users/ForuminAsNew2Scratch/
text: "@ForuminAsNew2Scratch"
- type: link
href: https://scratch.mit.edu/users/fc-/
text: "@fc-"
- type: link
href: https://scratch.mit.edu/users/Clippy-Cat/
text: "@Clippy-Cat"
- type: link
href: https://scratch.mit.edu/users/Steve_Greatness/
text: "@Steve_Greatness"

0 comments on commit 5ae46ea

Please sign in to comment.