0%

1.删除强力驱动:

1.在【themes/layout/_partial/footer】文件中的最后,删除如下代码

1
2
3
4
5
6
{%- if theme.footer.powered %}
<div class="powered-by">
{%- set next_site = 'https://theme-next.js.org' if theme.scheme === 'Gemini' else 'https://theme-next.js.org/' + theme.scheme | lower + '/' %}
{{- __('footer.powered', next_url('https://hexo.io', 'Hexo') + ' & ' + next_url(next_site, 'NexT.' + theme.scheme)) }}
</div>
{%- endif %}

2.同样,如果想在该位置添加一些别的文字,直接在这个文件里面加就行

阅读全文 »

​ Do you konw how to insert photo?

image-20210827212032824

搭建好博客,记录搭建过程:

搭建博客:

博客搭建基于【Github+hexo】模式;用的是hexo的next的模板。

准备工具:

1.git

2.hexo

3.github

4.nodejs

准备工作:

1.首先是在GitHub上创建一个仓库,仓库名称需为:名称.github.io

名称最好是和仓库名相同,这样方便索引:

阅读全文 »