Skip to content

Commit

Permalink
GAS-NOTE 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
obsidian-zero committed Jun 12, 2024
1 parent 3a36198 commit 82d7da9
Show file tree
Hide file tree
Showing 9 changed files with 721 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20
node-version: '20'
- name: Cache NPM dependencies
uses: actions/cache@v4
with:
Expand Down
15 changes: 9 additions & 6 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
## Source: https://github.com/hexojs/hexo/

# Site
title: Hexo
subtitle: ''
description: ''
keywords:
title: 黑曜
subtitle: OBSIDIAN
description: gameplay
keywords: UE
author: obsidian-zero
language: en
timezone: ''
Expand Down Expand Up @@ -40,7 +40,10 @@ external_link:
exclude: ''
filename_case: 0
render_drafts: false
post_asset_folder: false
post_asset_folder: true
marked:
prependRoot: true
postAsset: true
relative_link: false
future: true
syntax_highlighter: highlight.js
Expand Down Expand Up @@ -97,7 +100,7 @@ ignore:
# Extensions
## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/
theme: landscape
theme: next

# Deployment
## Docs: https://hexo.io/docs/one-command-deployment
Expand Down
Loading

0 comments on commit 82d7da9

Please sign in to comment.