Skip to content

Commit

Permalink
Merge pull request #4 from reednel/main
Browse files Browse the repository at this point in the history
first pass revisons
  • Loading branch information
Reed Nelson committed Aug 6, 2023
2 parents 5fb67ef + 4582967 commit 7c602a4
Show file tree
Hide file tree
Showing 13 changed files with 253 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
@@ -1,4 +1,4 @@
name: Deploy to GitHub Pages
name: Build and Deploy to GitHub Pages

on:
# Trigger the workflow every time you push to the `main` branch
Expand Down
24 changes: 24 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Test Build

on:
push:
branches: [ develop, template ]
workflow_dispatch:

permissions:
contents: read
pages: write
id-token: write

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v3
- name: Install, build, and upload your site
uses: withastro/action@v0
with:
path: .
node-version: 18
package-manager: npm
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 7c602a4

Please sign in to comment.