Highly customizable, easy-to-use, and minimal terminal styled website template, powered by Next.js.
Building a simple website with LiveTerm only takes minutes, and you only need to work with one file: config.json
. After you cloned this repository, simply run yarn install && yarn dev
and start editing config.json
to build your website!
Shoutout to Liveterm which made this possible!
SG VERSE requires the yarn
package manager.
You can clone this repository to a location of your choosing
git clone https://github.com/ighoshsubho/TerminalPortfolio.git && cd TerminalPortfolio
Then install dependencies and start developing there:
yarn install && yarn dev
90% of SG VERSE's configurations are done through the config.json
file.
{
"readmeUrl": // create a Github README and link it here!
"title": // title of the website
"name": // your name, included in 'about' command
"ascii": // ascii art to display
"social": {
"github": // your handle
"linkedin": // your handle
},
"email": // your email
"ps1_hostname": "liveterm" // hostname in prompt
"ps1_username": "visitor", // username in prompt
"resume_url": "../resume.pdf", // path to your resume
"non_terminal_url": "W",
"colors": {
"light": {
...
},
"dark": {
... // you can use existing templates in themes.json or use your own!
}
}
}
Feel free to change it as you see fit!
If you want to further customize your page, feel free to change the source code to your liking!
The easiest way to deploy a Next.js app is to use the Vercel Platform from the creators of Next.js.
Again Shoutout to Liveterm for this amazing piece of work!
Based on M4TT72's awesome Terminal.