Skip to content

Commit

Permalink
Update archives.
Browse files Browse the repository at this point in the history
  • Loading branch information
poneding committed Jan 13, 2025
1 parent da0dfe3 commit 92b2985
Show file tree
Hide file tree
Showing 22 changed files with 5,287 additions and 54,818 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.127.0'
hugo-version: "0.127.0"
# extended: true

- name: Build
Expand All @@ -35,5 +35,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GH_TOKEN }}
publish_dir: ./public
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
4 changes: 2 additions & 2 deletions content/.obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"accentColor": "",
"theme": "system",
"monospaceFontFamily": "Menlo",
"interfaceFontFamily": "Menlo",
"monospaceFontFamily": "Menlo,CodeNewRoman Nerd Font Mono",
"interfaceFontFamily": "Menlo,CodeNewRoman Nerd Font",
"baseFontSize": 16,
"cssTheme": "",
"enabledCssSnippets": [
Expand Down
6 changes: 4 additions & 2 deletions content/.obsidian/plugins/cmdr/main.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions content/.obsidian/plugins/cmdr/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "cmdr",
"name": "Commander",
"version": "0.5.1",
"minAppVersion": "1.4.0",
"description": "Customize your workspace by adding commands everywhere, create Macros and supercharge your mobile toolbar.",
"author": "jsmorabito & phibr0",
"authorUrl": "https://github.com/phibr0",
"fundingUrl": "https://ko-fi.com/phibr0",
"isDesktopOnly": false
}
{
"id": "cmdr",
"name": "Commander",
"version": "0.5.2",
"minAppVersion": "1.4.0",
"description": "Customize your workspace by adding commands everywhere, create Macros and supercharge your mobile toolbar.",
"author": "jsmorabito & phibr0",
"authorUrl": "https://github.com/phibr0",
"fundingUrl": "https://ko-fi.com/phibr0",
"isDesktopOnly": false
}
2 changes: 1 addition & 1 deletion content/.obsidian/plugins/cmdr/styles.css

Large diffs are not rendered by default.

Loading

0 comments on commit 92b2985

Please sign in to comment.