Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dukebode/dukebode.github.io
A new Blog.
https://github.com/dukebode/dukebode.github.io
blog hexo hugo obsidian vscode
Last synced: about 1 month ago
JSON representation
A new Blog.
- Host: GitHub
- URL: https://github.com/dukebode/dukebode.github.io
- Owner: DukeBode
- Created: 2020-12-22T13:52:11.000Z (about 4 years ago)
- Default Branch: hexo
- Last Pushed: 2024-08-14T02:39:38.000Z (5 months ago)
- Last Synced: 2024-08-14T04:12:17.361Z (5 months ago)
- Topics: blog, hexo, hugo, obsidian, vscode
- Language: HTML
- Homepage: https://dukebode.github.io
- Size: 31.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Hexo
> Hexo 是一个快速、简洁且高效的博客框架。Hexo 使用 Markdown(或其他渲染引擎)解析文章,在几秒内,即可利用靓丽的主题生成静态网页。## 1. 安装前提
- [HEXO官方文档](https://hexo.io/zh-cn/docs/)
- [nodejs](https://nodejs.org/zh-cn/)
- &npm(yarn)
- git```sh
# 安装 hexo-cli
npx hexo init blogName
# 拉取远程仓库
git clone -b hexo [email protected]:DukeBode/DukeBode.github.io.git --depth 1
# 安装依赖
yarn
# 更新依赖
yarn plugin import interactive-tools
yarn upgrade-interactive
# 更新部署
yarn run deploy
```
## 2. 复制主题配置
```
cp node_modules/hexo-theme-landscape/_config.yml _config.landscape.yml
```