acad-homepage.github.io
acad-homepage.github.io copied to clipboard
AcadHomepage: A Modern and Responsive Academic Personal Homepage
我之前因为环境问题,一直编译不通过,所以做了个docker镜像,你可以考虑加进去。 1. 下载docker,具体可以参考[官网](https://www.docker.com) 2. 在你的目标文件夹的终端运行代码 `docker run -p 4000:4000 -v $(pwd):/site maxwelsdonc/acadhomepage`,会自动下载镜像`maxwelsdonc/acadhomepage` 3. 修改run_server.sh文件内容为`docker run --rm -p 4000:4000 -v $(pwd):/site maxwelsdonc/acadhomepage` 4. 在你的目标文件夹的终端运行代码`bash run_server.sh`然后可以在`http://localhost:4000`中查看相应的网页。 5. 可以直接在源文件中进行修改,保存后刷新网页自动同步。 6. 退出后会自动删掉容器和相应的文件,只保留镜像就可以了。
Hi Yi I appreciate your work, and it is way nicer than the original version! But I wonder how to add a toggle in the top bar to easily switch...
Sorry, I cannot find the place where to enable the workflows. Could you please give me some suggestions?
您好!我看您个人的主页中(非demo)的publications部分,对于没有图片的文献是这样写的: ``` - `ICLR 2023` [Bag of Tricks for Unsupervised Text-to-Speech](https://openreview.net/forum?id=SbR9mpTuBn), **Yi Ren**, Chen Zhang, Shuicheng Yan ``` 其中``ICLR 2023``这种会议部分可以显示为蓝底白字的状态,但我在fork的demo程序中这样写并不能正常显示为和您的样式一样,请问是不是需要在配置文件中更改一些操作呢? 非常期待并感谢您的回复!
Hi Renyi, Thanks for your sharing github project of homepage. I have made my own homepage except the adjusted head part at https://chenq1114.github.io/. Through editing the navigation.yml file, I add...
感谢任意的贡献 请问下有中文版的开发计划吗? 期待回复,谢谢