Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```