Skip to content

Commit

Permalink
Create hexo.properties.json and hexo.svg
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Apr 2, 2024
1 parent 09e1582 commit ea2d7ae
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
8 changes: 8 additions & 0 deletions icons/hexo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions pages/hexo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"
- name: Install Dependencies
run: npm install
- name: Build with Hexo
Expand Down
6 changes: 6 additions & 0 deletions pages/properties/hexo.properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Hexo",
"description": "Package a Hexo site.",
"iconName": "hexo",
"categories": ["Pages", "Hexo"]
}

0 comments on commit ea2d7ae

Please sign in to comment.