Skip to content

Commit

Permalink
sys: Build documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Jun 2, 2024
1 parent 40be778 commit 066f581
Show file tree
Hide file tree
Showing 33 changed files with 4,599 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/css/torillic.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
@import url("torillic/torillic.css");

body {
padding: 0;
margin: 0;
}

.torillic-background {
padding: 4rem;
}




130 changes: 130 additions & 0 deletions docs/css/torillic/assets/attrib.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
{
"splash.png": {
"author": {
"name": "Todd Parsons",
"link": "https://github.com/TEParsons"
}
},
"torillic-bg.jpg": {
"source": "https://www.pexels.com/photo/3843969/",
"author": {
"name": "Dmitry Demidov",
"link": "https://www.pexels.com/@dmitry-demidov-515774/"
},
"vendor": {
"name": "Pexels",
"link": "https://www.pexels.com"
}
},
"paper-texture.jpg": {
"source": "https://www.dndbeyond.com/content/1-0-1895-0/skins/waterdeep/images/mon-summary/paper-texture.png",
"author": {
"name": "Wizards of the Coast",
"link": "https://company.wizards.com/en"
},
"vendor": {
"name": "D&D Beyond",
"link": "https://www.dndbeyond.com"
},
"notes": "Scraped from NPC page"
},
"coins/copper.png": {
"source": "https://www.dndbeyond.com",
"author": {
"name": "Wizards of the Coast",
"link": "https://company.wizards.com/en"
},
"vendor": {
"name": "D&D Beyond",
"link": "https://www.dndbeyond.com"
},
"notes": "Scraped from character sheet page"
},
"coins/silver.png": {
"source": "https://www.dndbeyond.com",
"author": {
"name": "Wizards of the Coast",
"link": "https://company.wizards.com/en"
},
"vendor": {
"name": "D&D Beyond",
"link": "https://www.dndbeyond.com"
},
"notes": "Scraped from character sheet page"
},
"coins/electrum.png": {
"source": "https://www.dndbeyond.com",
"author": {
"name": "Wizards of the Coast",
"link": "https://company.wizards.com/en"
},
"vendor": {
"name": "D&D Beyond",
"link": "https://www.dndbeyond.com"
},
"notes": "Scraped from character sheet page"
},
"coins/gold.png": {
"source": "https://www.dndbeyond.com",
"author": {
"name": "Wizards of the Coast",
"link": "https://company.wizards.com/en"
},
"vendor": {
"name": "D&D Beyond",
"link": "https://www.dndbeyond.com"
},
"notes": "Scraped from character sheet page"
},
"coins/platinum.png": {
"source": "https://www.dndbeyond.com",
"author": {
"name": "Wizards of the Coast",
"link": "https://company.wizards.com/en"
},
"vendor": {
"name": "D&D Beyond",
"link": "https://www.dndbeyond.com"
},
"notes": "Scraped from character sheet page"
},
"fonts/Alegreya": {
"source": "https://fonts.google.com/specimen/Alegreya",
"author": [
{
"name": "Juan Pablo del Peral",
"link": "https://fonts.google.com/?query=Juan%20Pablo%20del%20Peral"
},
{
"name": "Huerta Tipográfica",
"link": "https://fonts.google.com/?query=Huerta%20Tipogr%C3%A1fica"
}
],
"vendor": {
"name": "Google Fonts",
"link": "https://fonts.google.com/"
}
},
"fonts/CrimsonText": {
"source": "https://fonts.google.com/specimen/Crimson+Text",
"author": {
"name": "Sebastian Kosch",
"link": "https://fonts.google.com/?query=Sebastian%20Kosch"
},
"vendor": {
"name": "Google Fonts",
"link": "https://fonts.google.com/"
}
},
"fonts/SourceCodePro": {
"source": "https://fonts.google.com/specimen/Source+Code+Pro",
"author": {
"name": "Paul D. Hunt",
"link": "https://fonts.google.com/?query=Paul%20D.%20Hunt"
},
"vendor": {
"name": "Google Fonts",
"link": "https://fonts.google.com/"
}
}
}
Binary file added docs/css/torillic/assets/coins/copper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/css/torillic/assets/coins/electrum.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/css/torillic/assets/coins/gold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/css/torillic/assets/coins/platinum.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/css/torillic/assets/coins/silver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docs/css/torillic/assets/paper-texture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/css/torillic/assets/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/css/torillic/assets/torillic-bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 066f581

Please sign in to comment.