Skip to content

Commit

Permalink
Fix theme inclusionn
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Aug 12, 2024
1 parent 4255267 commit e0a0492
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.env
public
themes
build
storage
node_modules
Expand All @@ -12,4 +11,4 @@ static/tinysearch_engine_bg.wasm.d.ts
static/package.json
static/js/pagefind.*.pf_meta
static/js/index
static/js/fragment
static/js/fragment
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "themes/abridge"]
path = themes/abridge
url = https://github.com/jieiku/abridge.git
1 change: 1 addition & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ build_search_index = true
generate_feeds = true
taxonomies = [
{name = "categories", feed = true},
{name = "tags"},
{name = "authors"}
]

Expand Down
1 change: 1 addition & 0 deletions themes/abridge
Submodule abridge added at 789433

0 comments on commit e0a0492

Please sign in to comment.