Skip to content

Commit

Permalink
chore: update title & favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-solanki committed Jul 14, 2023
1 parent d04a35e commit 1365774
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ jobs:
run: pnpm run gen:demos

- name: Convert index.md to index.html
uses: jd-solanki/gh-action-md-to-html@v1.2.0
uses: jd-solanki/gh-action-md-to-html@main
with:
files: '[["dist/index.md", "dist/index.html"]]'
title: 'Slidev Theme Dracula | Examples'
favicon: https://draculatheme.com/static/img/favicon.ico

- uses: actions/configure-pages@v3

Expand Down
1 change: 1 addition & 0 deletions slides/layouts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
theme: ../
layout: cover
favicon: 'https://draculatheme.com/static/img/favicon.ico'
---

# Cover Layout
Expand Down

0 comments on commit 1365774

Please sign in to comment.