Fix: Remove invalid comments from config.json

pull/51/head
mintpic dev 9 months ago
parent 499f130287
commit 6a2d210d33

@ -1,7 +1,7 @@
{ {
"readmeUrl": "https://github.com/itjeff/README.md", // create a Github README and link it here! "readmeUrl": "https://github.com/wlplease/nullshift/README.md",
"title": "Jeff's NullShift", // title of the website "title": "Jeff's NullShift",
"name": "JeffAI", // your name, included in 'about' command "name": "JeffAI",
"ascii": """ "ascii": """
+---------------------------------------------------------------------------+ +---------------------------------------------------------------------------+
| _ _ _ _ ___ _ ___ _ | | _ _ _ _ ___ _ ___ _ |
@ -9,7 +9,7 @@
|| `\| | _ _ | | | | | (_(_)| |__ (_)| (__ | ,_) _ _ ____ | || `\| | _ _ | | | | | (_(_)| |__ (_)| (__ | ,_) _ _ ____ |
|| , ` |( ) ( ) | | | | `\__ \ | _ `\| || ,__) | | (`\/')( ) ( )(_ ,)| || , ` |( ) ( ) | | | | `\__ \ | _ `\| || ,__) | | (`\/')( ) ( )(_ ,)|
|| |`\ || (_) | | | | | ( )_) || | | || || | | |_ _ > < | (_) | /'/_ | || |`\ || (_) | | | | | ( )_) || | | || || | | |_ _ > < | (_) | /'/_ |
|(_) (_)`\___/'(___)(___)`\____)(_) (_)(_)(_) `\__)(_)(_/\_)`\__, |(____)| |(_) (_)`\___/'(___)(___)`\____)(_) (_)(_)(_) `\__)(_)(_\/_)`\__, |(____)|
| ( )_| | | | ( )_| | |
| `\___/' | | `\___/' |
+---------------------------------------------------------------------------+ +---------------------------------------------------------------------------+
@ -18,15 +18,15 @@
A hub for tech, crypto, and finance enthusiasts. A hub for tech, crypto, and finance enthusiasts.
Type 'help' for a list of commands. Type 'help' for a list of commands.
Discover, innovate, and connect! Discover, innovate, and connect!
""", // ascii art to display """,
"social": { "social": {
"github": "itjeff", // your handle "github": "wlplease",
"twitter": "itjeff" // your handle "twitter": "itjeff"
}, },
"email": "jeff@nullshift.xyz", // your email "email": "jeff@nullshift.xyz",
"ps1_hostname": "nullshift", // hostname in prompt "ps1_hostname": "nullshift",
"ps1_username": "visitor", // username in prompt "ps1_username": "visitor",
"resume_url": "../resume.pdf", // path to your resume "resume_url": "../resume.pdf",
"non_terminal_url": "W", "non_terminal_url": "W",
"colors": { "colors": {
"light": { "light": {

Loading…
Cancel
Save