Skip to content

Commit e0a0492

Browse files
committed
Fix theme inclusionn
1 parent 4255267 commit e0a0492

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.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)