Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damingerdai/damingerdai.github.io
大明二代的博客
https://github.com/damingerdai/damingerdai.github.io
Last synced: 19 days ago
JSON representation
大明二代的博客
- Host: GitHub
- URL: https://github.com/damingerdai/damingerdai.github.io
- Owner: damingerdai
- Created: 2020-11-24T13:01:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T12:47:52.000Z (about 2 months ago)
- Last Synced: 2024-10-29T15:16:49.983Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://damingerdai.github.io/
- Size: 81.4 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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)