Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
wyxdlz54188 authored Feb 14, 2025
1 parent 374e931 commit 2efce77
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions source/_posts/2025_02_14_16_56_20.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
title: 提交博文的方法
tags: 标签
categories: 分类
date: 2025-02-14 16:56:20
top:
---

## 1.安装nodejs ##

windows <上网搜不掩饰了>
mac 安装brew,然后输入
```bash
brew install nodejs npm
npm install hexo-cli -g
```
iOS在`App Store`内安装ish应用
```bash
apk update
apk add bash nodejs npm
npm install hexo-cli -g
apk upgrade
```
安卓安装[Termux]()输入
```bash
pkg update
pkg upgrade
pkg install nodejs npm
npm install hexo-cli -g
```

## 2.创建博文 ##
在之前下的终端里输入
```bash
hexo init blog
cd blog
```
再次输入`hexo new '博文名称'`
创建博文

使用Markdown语法编写`/blog/source/_posts/博文名称.md`的文件

## 3.私信李子上传博文 ##

0 comments on commit 2efce77

Please sign in to comment.