release: 1.0.0-rc.1
This commit is contained in:
parent
c571b19b0f
commit
6ea7fc3683
|
@ -2,7 +2,7 @@ name: npm-publish
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
npm-publish:
|
npm-publish:
|
||||||
name: npm-publish
|
name: npm-publish
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
.github/
|
||||||
|
publish.sh
|
||||||
|
node_modules
|
||||||
|
node_modules
|
|
@ -27,7 +27,7 @@ npm i hexo-theme-stellar
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
See docs: https://xaoxuu.com/wiki/stellar
|
See docs: https://xaoxuu.com/wiki/stellar/
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
######## Stellar info ########
|
######## Stellar info ########
|
||||||
stellar:
|
stellar:
|
||||||
version: '1.0.0-rc.1'
|
version: '1.0.0-rc.1' # This is theme's version.
|
||||||
homepage: https://xaoxuu.com/wiki/stellar/
|
homepage: https://xaoxuu.com/wiki/stellar/
|
||||||
repo: https://github.com/xaoxuu/hexo-theme-stellar
|
repo: https://github.com/xaoxuu/hexo-theme-stellar
|
||||||
# The cdn version needs to be consistent with the stellar version
|
# The cdn version needs to be consistent with the stellar version
|
||||||
|
|
Loading…
Reference in New Issue