Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ddupg/blog
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ddupg/blog
- Owner: ddupg
- Created: 2020-01-04T07:00:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T16:20:04.000Z (over 1 year ago)
- Last Synced: 2024-10-15T09:52:35.306Z (3 months ago)
- Language: Stylus
- Size: 8.44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ddupg's Blog
该项目是使用Hexo NexT主题实现的Github Pages博客。
## 依赖
```
npm install hexo-cli -gnpm install hexo --save
npm install hexo-generator-searchdb # 搜索
npm install hexo-generator-sitemap --save # 生成sitemap
npm install hexo-tag-bilibili # b站视频npm install hexo-generator-index2 --save
npm uninstall hexo-generator-index --savenpm uninstall hexo-generator-category --save
npm install git+ssh://[email protected]:ddupg/hexo-custom-category.git
```**参考资料**
- [Hexo Next](https://github.com/theme-next/hexo-theme-next)
- [Hexo NexT 博客增加知乎豆瓣图标支持](https://blog.dlzhang.com/posts/89dad1c1/)
- [Hexo 摘要](https://github.com/chekun/hexo-excerpt)
- [fontawesome图标](https://fontawesome.com/)
- [Hexo博客添加Bilibili视频标签](https://normalhh.com/2016/01/22/Hexo%E5%8D%9A%E5%AE%A2%E6%B7%BB%E5%8A%A0Bilibili%E8%A7%86%E9%A2%91%E6%A0%87%E7%AD%BE/)
- [首页过滤文章插件](https://github.com/Jamling/hexo-generator-index2)
- [Hexo添加自定义分类菜单项并定制页面布局](https://finisky.github.io/2019/02/24/customizedcategory/)
- [emoji表情映射表·](https://www.webfx.com/tools/emoji-cheat-sheet/)