Skip to content

connorjs/connorjs.github.io

Repository files navigation

connorjs.github.io

My GitHub Pages website.

Project structure

Getting started

  1. Install mdbook: mdBook installation

    cargo install mdbook

    Note: This project does not set up a Cargo.toml. Instead, it assumes a local installation.

  2. Preview the book. This will rebuild on changes.

    mdbook serve
  3. Explore other mdbook commands in the documentation

  4. Build the presentations. You must install npm dependencies first (npm ci).

    npm run build

Publishing

The mdbook GitHub Action deploys the generated static website. It runs mdbook build and uploads the book directory.

About

My GitHub Pages

Resources

License

Stars

Watchers

Forks