命令行风格网站模板-LiveTerm
LiveTerm是一款开源的命令行风格网站模板,用户可快速搭建网站。项目高度可定制、简单易用。在将项目 clone 到本地之后,只需要编辑项目仓库的 config.json,即可快速完成定制Web页面。
基本配置方法:
90% 配置是通过 config.json
文件.
{
"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!
}
}
}
可根据情况自行调整。
源码:https://github.com/Cveinnt/LiveTerm
Demo:
发表回复