github+hexo 搭建博客,主页(index.html文件)的后缀名可以改成php吗?
<div class\="article"\>
<fieldset class\="article"\>
<legend class\="h"\>Hello World!</legend\>
<br\>
<?php
$article1 = fopen("articles/article1.txt", "r")or die("Failed!");
echo fread($article1, filesize("articles/article1.txt"));
fclose($article1);
?\>
<br\><br\>
<div class\="img"\>
<img src\="css/image/IMG\_3169.JPG"\>
</div\>
</fieldset\>
</div\>
为了方便,我把文章内容单独放在一个txt文件里了。现在我在这部分嵌入了php代码,用以显示文章内容,没有效果。有什么办法能让github把指定文件(打算设置成 index.php)认作主页显示吗?
谢谢!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不支持呀,老铁。
Github Page
和Gitlab Page
都不支持服务端的动态语言,仅支持js
、html
这些呀~别多想了,老老实实的
hexo gd
吧Github Page 只支持静态页面。 coding Page 好像支持 PHP。