Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/damingerdai/damingerdai.github.io

大明二代的博客
https://github.com/damingerdai/damingerdai.github.io

Last synced: 19 days ago
JSON representation

大明二代的博客

Awesome Lists containing this project

README

        

# 大明二代的博客

## 技术栈

1. [hexo](https://hexo.io/zh-cn/)
2. [butterfly](https://butterfly.js.org/)

### 如何创建post

```bash
hexo new post "folderName/Your Post Title"
```

这将在你的source/_posts/folderName目录下创建一个名为"Your Post Title.md"的Markdown文件。如果folderName文件夹不存在,Hexo将会自动创建它。你可以在这个文件中开始写你的文章。

### 升级

```bash
npm install hexo hexo-asset-image hexo-asset-link hexo-generator-archive hexo-generator-category hexo-generator-index hexo-generator-search hexo-generator-tag hexo-renderer-ejs hexo-renderer-marked hexo-renderer-pug hexo-renderer-stylus hexo-server hexo-theme-landscape
```

## 参考

1. [Hexo + Butterfly 建站指南(〇)前言)](https://nickxu.me/2022/02/13/Hexo%20+%20Butterfly%20%E5%BB%BA%E7%AB%99%E6%8C%87%E5%8D%97%EF%BC%88%E3%80%87%EF%BC%89%E5%89%8D%E8%A8%80/)

## mkdocs

[旧版本](https://github.com/damingerdai/damingerdai.github.io/tree/mkdocs)