Skip to content

Commit

Permalink
Merge pull request #1 from reednel/develop
Browse files Browse the repository at this point in the history
first pass revisions
  • Loading branch information
Reed Nelson authored Aug 6, 2023
2 parents 5fb67ef + bb71c6a commit 6528787
Show file tree
Hide file tree
Showing 12 changed files with 229 additions and 849 deletions.
7 changes: 0 additions & 7 deletions .dockerignore

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
on:
# Trigger the workflow every time you push to the `main` branch
push:
branches: [ main ]
branches: [ main, develop, template ]
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:

Expand Down
55 changes: 0 additions & 55 deletions Dockerfile

This file was deleted.

6 changes: 6 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ export default defineConfig({
test: "Table of contents",
},
],
'remark-math',
],
rehypePlugins: [
['rehype-katex', {
// Katex plugin options
}]
],
shikiConfig: {
theme: "one-dark-pro",
Expand Down
Loading

0 comments on commit 6528787

Please sign in to comment.