[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-71409":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":19,"rankGlobal":10,"rankLanguage":10,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":21,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":31,"readmeContent":32,"aiSummary":33,"trendingCount":16,"starSnapshotCount":16,"syncStatus":17,"lastSyncTime":34,"discoverSource":35},71409,"LiveTerm","Cveinnt\u002FLiveTerm","Cveinnt","💻 Build terminal styled websites in minutes!","https:\u002F\u002Fliveterm.vercel.app",null,"TypeScript",5403,615,32,8,0,2,9,39.37,"MIT License",false,"main",true,[25,26,27,28,29,30],"nextjs","personal-website","terminal","typescript","vercel","website-template","2026-06-12 02:02:52","# [💻 LiveTerm - build terminal styled websites in minutes!](https:\u002F\u002Fliveterm.vercel.app)\n\nHighly customizable, easy-to-use, and minimal terminal styled website template, powered by Next.js.\n\nBuilding 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!\n\nLiveTerm can be used to build a variety of websites:\n\n- [personal website](https:\u002F\u002Fcveinnt.com)\n- [browser startpage](https:\u002F\u002Flivetermstart.vercel.app\u002F)\n- [project page](https:\u002F\u002Fliveterm.vercel.app\u002F)\n- or maybe just a cool browser music player...be creative!\n\nFeel free to play with the web demo above!\n\n## 📸 Showcase\n\n\u003Cp align=\"center\">\n\u003Cimg src=\".\u002Fdemo\u002Fdemo.gif\" width=\"600\">\u003Cbr>\n\u003Cstrong>LiveTerm with different themes\u003C\u002Fstrong>\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n\u003Cimg src=\".\u002Fdemo\u002Fcveinnt.png\" width=\"600\">\u003Cbr>\n\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fcveinnt.com\" target=_blank>my personal website\u003C\u002Fa>\u003C\u002Fstrong>\n\u003C\u002Fp>\n\n## 🚀 Ship your LiveTerm site in less than 5 minutes\n\nLiveTerm requires the `yarn` package manager. You can install `yarn` [here](https:\u002F\u002Fclassic.yarnpkg.com\u002Flang\u002Fen\u002Fdocs\u002Finstall\u002F).\n\nSimply run the following commmand in your terminal:\n\n```bash\nsh -c \"$(curl -fsSL https:\u002F\u002Fraw.github.com\u002FCveinnt\u002FLiveTerm\u002Fmain\u002Finstall\u002Finstall.sh)\"\n```\n\nThis will install LiveTerm to the current directory. You can start building your website with:\n\n```bash\ncd LiveTerm && yarn dev\n```\n\nStart editing `config.json` and try saving and see the updated changes!\n\nAlternatively, you can clone this repository to a location of your choosing\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002FCveinnt\u002FLiveTerm.git && cd LiveTerm\n```\n\nThen install dependencies and start developing there:\n\n```bash\nyarn install && yarn dev\n```\n\n### Docker Usage\n\nFirst, clone the project and edit `config.json` to your liking. Then run the following to start the container in the background:\n\n```shell\ndocker-compose up -d\n```\n\nIf you **know** what you were doing, you can also try changing `Dockerfile` & `docker-compose.yml`!\nLearn more about Docker [here](https:\u002F\u002Fdocs.docker.com\u002Fget-started\u002Foverview\u002F 'here').\n\n## 📄 Configuration\n\n### Basic Configuration\n\n90% of LiveTerm's configurations are done through the `config.json` file.\n\n```javascript\n{\n  \"readmeUrl\": \u002F\u002F create a Github README and link it here!\n  \"title\": \u002F\u002F title of the website\n  \"name\": \u002F\u002F your name, included in 'about' command\n  \"ascii\": \u002F\u002F ascii art to display\n  \"social\": {\n    \"github\": \u002F\u002F your handle\n    \"linkedin\": \u002F\u002F your handle\n  },\n  \"email\": \u002F\u002F your email\n  \"ps1_hostname\": \"liveterm\" \u002F\u002F hostname in prompt\n  \"ps1_username\": \"visitor\", \u002F\u002F username in prompt\n  \"resume_url\": \"..\u002Fresume.pdf\", \u002F\u002F path to your resume\n  \"non_terminal_url\": \"W\",\n  \"colors\": {\n    \"light\": {\n      ...\n    },\n    \"dark\": {\n      ... \u002F\u002F you can use existing templates in themes.json or use your own!\n    }\n  }\n}\n```\n\nFeel free to change it as you see fit!\n\n### Themes\n\nYou can find several pre-configured themes in `themes.json`, and you can replace the colors in `config.json` with the theme color you like! The themes are based on the themes on [this website](https:\u002F\u002Fglitchbone.github.io\u002Fvscode-base16-term\u002F#\u002F).\n\nFor a better preview of the themes, checkout the images in the `demo` folder.\n\n### Favicons\n\nFavicons are located in `public\u002F`, along with the other files you may want to upload to your website. I used this [website](https:\u002F\u002Fwww.favicon-generator.org\u002F) to generate favicons.\n\n### Banner\n\nYou may also want to change the output of the `banner` command. To do that, simply paste your generated banner in `src\u002Futils\u002Fbin\u002Fcommands.ts`. I used this [website](https:\u002F\u002Fmanytools.org\u002Fhacker-tools\u002Fascii-banner\u002F) to generate my banner.\n\n### Advanced Configuration\n\nIf you want to further customize your page, feel free to change the source code to your liking!\n\n## 🌐 Deploy on Vercel\n\nThe easiest way to deploy a Next.js app is to use the [Vercel Platform](https:\u002F\u002Fvercel.com\u002F) from the creators of Next.js.\n\nYou can install `vercel` cli and follow the instruction [here](https:\u002F\u002Fvercel.com\u002Fdocs\u002Fconcepts\u002Fdeployments\u002Foverview).\n\nYou can also connect your github account to vercel and have vercel automatically deploy the github repository for you.\n\n## Credit\n\nBased on M4TT72's awesome [Terminal](https:\u002F\u002Fgithub.com\u002Fm4tt72\u002Fterminal).\n","LiveTerm 是一个用于快速构建具有终端风格网站的模板项目。它基于 Next.js，通过简单配置 `config.json` 文件即可在几分钟内搭建起个性化网站，支持高度自定义和多种主题切换。核心功能包括轻松设置个人信息、社交链接、简历路径等，并且仅需操作单个配置文件，极大地简化了开发流程。适用于创建个人主页、项目展示页或创意型浏览器启动页等多种场景。使用 TypeScript 编写，遵循 MIT 许可协议，确保了项目的开放性和安全性。","2026-06-11 03:37:34","high_star"]