Tons of little touch ups for 600 commits :)
This commit is contained in:
parent
179ca1fc66
commit
d458f440ba
1 changed files with 29 additions and 11 deletions
|
@ -18,15 +18,26 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"quotes": [
|
"quotes": [
|
||||||
"World's Worst Developer",
|
|
||||||
"The worst git user to exist",
|
|
||||||
"These birds are Pissing me off... I'm the original Starwalker",
|
"These birds are Pissing me off... I'm the original Starwalker",
|
||||||
"Make sure to check out Univerter!",
|
"The developer the city did not want nor need",
|
||||||
"Check out <a href='https://asahixp.pages.gay'>Asahi's website! <3</a>",
|
"Congratulations Nick, Enjoy your Dota.",
|
||||||
"Check out <a href='https://sylvie.loveh.art/'>Sylvie's website! <3</a>"
|
"Can we go back to Skype already",
|
||||||
|
"I keep forgetting I have a Matrix",
|
||||||
|
"Pregeneration! Page Pregeneration! It's here! Yippee!!!",
|
||||||
|
"Can you even call this highlighting anymore it does like 300 other things now",
|
||||||
|
"If you dont convert your HTML to JSON and then back to HTML did you even really make a Server-Side renderer???",
|
||||||
|
"I finally know what SSR means. Yeah that. I made one of those (I think).",
|
||||||
|
"The optimization update coming out in January 2068!",
|
||||||
|
"Now with... <em>bleh...</em> JQuery...",
|
||||||
|
"Louis do NOT make a server side renderer. Worst mistake of my life.",
|
||||||
|
"Univerter Supremacy",
|
||||||
|
"Violet's Limbo update soon... I swear...",
|
||||||
|
"Univerter update: Coming. someday. some year. :)",
|
||||||
|
"I love this font, but emoticons have never looked worse... :( </3",
|
||||||
|
"<a href='https://youtu.be/O3AlP6FtPw4?t=3'>IT'S 2015!!!</a> /ref",
|
||||||
|
"<a href='https://youtu.be/O3AlP6FtPw4?t=620'>I'm throwin SNOWBALLS atcha...</a> /ref"
|
||||||
],
|
],
|
||||||
"titles": [
|
"titles": [
|
||||||
"Boykisser",
|
|
||||||
"World's Worst Developer"
|
"World's Worst Developer"
|
||||||
],
|
],
|
||||||
"thumborInstances": [
|
"thumborInstances": [
|
||||||
|
@ -132,6 +143,12 @@
|
||||||
"Javascript": {
|
"Javascript": {
|
||||||
"color": "yellow"
|
"color": "yellow"
|
||||||
},
|
},
|
||||||
|
"JSON": {
|
||||||
|
"color": "yellow"
|
||||||
|
},
|
||||||
|
"JQuery": {
|
||||||
|
"color": "yellow"
|
||||||
|
},
|
||||||
"NodeJS": {
|
"NodeJS": {
|
||||||
"color": "limegreen"
|
"color": "limegreen"
|
||||||
},
|
},
|
||||||
|
@ -141,6 +158,9 @@
|
||||||
"Purgatory": {
|
"Purgatory": {
|
||||||
"color": "rgb(200, 150, 255)"
|
"color": "rgb(200, 150, 255)"
|
||||||
},
|
},
|
||||||
|
"Limbo": {
|
||||||
|
"color": "rgb(200, 150, 255)"
|
||||||
|
},
|
||||||
"Asahi": {
|
"Asahi": {
|
||||||
"color": "rgb(255, 175, 175)",
|
"color": "rgb(255, 175, 175)",
|
||||||
"caseInsensitive": true
|
"caseInsensitive": true
|
||||||
|
@ -200,11 +220,9 @@
|
||||||
"SearXNG": {
|
"SearXNG": {
|
||||||
"color": "rgb(100, 100, 255)"
|
"color": "rgb(100, 100, 255)"
|
||||||
},
|
},
|
||||||
"Highlighting": {
|
"highlight": {
|
||||||
"color": "yellow"
|
"color": "yellow",
|
||||||
},
|
"caseInsensitive": true
|
||||||
"highlighted": {
|
|
||||||
"color": "yellow"
|
|
||||||
},
|
},
|
||||||
"Forgejo": {
|
"Forgejo": {
|
||||||
"color": "orange"
|
"color": "orange"
|
||||||
|
|
Loading…
Reference in a new issue