星辰大海

My Conquest Is the Sea of Stars.


  • 首页

  • 关于

  • 标签

  • 分类

  • 归档

  • 站点地图

  • 搜索

30天学习30种新技术系列

发表于 2018-05-26 | 更新于 2020-02-25 | 分类于 30天学习30种新技术系列
本文字数: 5.4k | 阅读时长 ≈ 5 分钟

编者注:我们发现了比较有趣的系列文章《30 天学习 30 种新技术》,准备翻译,一天一篇更新,年终礼包。以下是译文,英文标题表示还未翻译,附原文链接;中文标题表示已翻译,附译文链接。

阅读全文 »

教你免费搭建个人博客,Hexo&Github

发表于 2018-05-26 | 更新于 2020-02-25 | 分类于 Hexo使用攻略
本文字数: 11k | 阅读时长 ≈ 10 分钟

什么是 Hexo?

https://hexo.io/zh-cn/docs/

Hexo 是一个快速、简洁且高效的博客框架。Hexo 使用 Markdown(或其他渲染引擎)解析文章,在几秒内,即可利用靓丽的主题生成静态网页。

阅读全文 »

Hexo使用攻略-添加分类及标签

发表于 2018-05-26 | 更新于 2020-02-25 | 分类于 Hexo使用攻略
本文字数: 6.2k | 阅读时长 ≈ 6 分钟
1、创建“分类”选项1.1 生成“分类”页并添加tpye属性打开命令行,进入博客所在文件夹。执行命令 1$ hexo new page categories 成功后会提示: 1INFO Created: ~/Documents/blog/source/categories/index.md 根据上面的路径,找到index.md这个文件,打开后默认内容是这样的: 1234---title: 文章分类date: 2017-05-27 13:47:40--- 添加type: "categories"到内容中,添加后是这样的: 123456---title: 文章分类date: ...
阅读全文 »

Hexo Hello World

发表于 2018-05-26 | 更新于 2020-02-25 | 分类于 Hexo使用攻略
本文字数: 3.7k | 阅读时长 ≈ 3 分钟

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

阅读全文 »

Markdown吃了吗?

发表于 2018-05-20 | 更新于 2020-02-25 | 分类于 Hexo使用攻略
本文字数: 13k | 阅读时长 ≈ 12 分钟

markdown 介绍

Markdown 是一种轻量级标记语言,它允许人们“使用易读易写的纯文本格式编写文档,然后转换成有效的XHTML(或者HTML)文档”。 - wikipedia

  • Daring Fireball: Markdown Project markdown
  • Markdown wikipedia 介绍
  • MultiMarkdown 引入更多标记特性和输出选项的改进版Markdown
阅读全文 »
1…56
Vincent

Vincent

The King is dead, long live the King!

55 日志
23 分类
72 标签
RSS
GitHub E-Mail
© 2020 Vincent | 629k | 9:31
由 Hexo 强力驱动 v3.9.0
|
主题 — NexT.Muse v6.3.0