红樱落尽君不见

  • Home

  • About

  • Tags

  • Categories

  • Archives

  • Schedule

  • Search

Linux上的下载软件

Posted on 2019-02-16 | Comments: | Views:

linux上的下载软件之Motrix 开源软件 支持linxu,mac,windows 支持下载 HTTP、FTP、BT、磁力链、百度网盘等资源 有浏览器插件支持 下载地址 帮助文档 PS:会涉及到修改host的问题: 首先打开HOST文件sudo vim /etc/hosts 添加你需要的域名216.239.37.99 www.google.com注意不要加上http://这样的协议前 ...

Read more »

阅读全文截止默认字数修改

Posted on 2019-02-05 | Comments: | Views:

设置主题配置文件,修改这一部分: # Automatically Excerpt. Not recommend.# Use <!-- more --> in the post to control excerpt accurately.auto_excerpt: enable: false length: 50 这个length就是默认字数了,当然这是默认做法,还可以用<!- ...

Read more »

Hexo添加本地搜索

Posted on 2019-02-05 | Comments: | Views:

最新版的next主题整合了这个功能 安装插件: npm install hexo-generator-search --save 编辑 站点配置文件,新增以下内容到任意位置: #Searchsearch: path: search.xml field: post 编辑 主题配置文件,启用本地搜索功能: # Local search local_search: ...

Read more »

Hexo插入图片

Posted on 2019-02-05 | Comments: | Views:

修改根目录配置文件(不是主题配置文件)_config.yml 把post_asset_folder: 后边的值改为true ,这样在hexo n “name”是就会同时生成一个同名文件夹来存放你会引用的图片 接着用markdown 语法引用就行了 格式: ![替换的文字](image.jpg) 图片只能在文章中显示,但无法在首页中正常显示。 如果希望图片在文章和首页中同时显 ...

Read more »

2019

Posted on 2019-02-04 | Edited on 2019-02-05 | Comments: | Views:
Welcome to my blog, enter password to read.
Read more »
123
云子墨

云子墨

25 posts
5 tags
© 2019 云子墨
Powered by Hexo v3.8.0
|
Theme – NexT.Gemini v6.7.0