https://github.com/cromarmot/blog
Blog
https://github.com/cromarmot/blog
blog
Last synced: 2 months ago
JSON representation
Blog
- Host: GitHub
- URL: https://github.com/cromarmot/blog
- Owner: CroMarmot
- Created: 2017-09-28T17:19:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T09:57:05.000Z (7 months ago)
- Last Synced: 2025-02-01T09:45:22.630Z (4 months ago)
- Topics: blog
- Language: HTML
- Homepage: https://cromarmot.github.io/Blog/archives/
- Size: 48.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Blog](https://cromarmot.github.io/Blog)
```bash
yarn global add hexo-cli
yarn
```## local server
```bash
hexo s
```## generate static pages
```bash
hexo build
```# git
```
git config --add remote.origin.fetch '^refs/heads/gh-pages'git submodule init
git submodule update
```