Skip to content

Commit 2441eab

Browse files
committed
Fix theme inclusionn
1 parent 4255267 commit 2441eab

File tree

5 files changed

+10
-2
lines changed

5 files changed

+10
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
steps:
1111
- name: 'Checkout'
1212
uses: actions/checkout@main
13+
with:
14+
submodules: "recursive"
1315
- uses: actions/setup-node@v4
1416
with:
1517
node-version: 20
@@ -35,6 +37,8 @@ jobs:
3537
steps:
3638
- name: 'Checkout'
3739
uses: actions/checkout@main
40+
with:
41+
submodules: "recursive"
3842
- uses: actions/setup-node@v4
3943
with:
4044
node-version: 20

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.env
22
public
3-
themes
43
build
54
storage
65
node_modules
@@ -12,4 +11,4 @@ static/tinysearch_engine_bg.wasm.d.ts
1211
static/package.json
1312
static/js/pagefind.*.pf_meta
1413
static/js/index
15-
static/js/fragment
14+
static/js/fragment

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "themes/abridge"]
2+
path = themes/abridge
3+
url = https://github.com/jieiku/abridge.git

config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ build_search_index = true
1515
generate_feeds = true
1616
taxonomies = [
1717
{name = "categories", feed = true},
18+
{name = "tags"},
1819
{name = "authors"}
1920
]
2021

themes/abridge

Submodule abridge added at 7894331

0 commit comments

Comments
 (0)