connorjs / connorjs.github.io

My GitHub Pages

Home Page:https://connorjs.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://connorjs.github.io/

License:MIT License


Languages

Language:Markdown 61.6%Language:Handlebars 25.6%Language:CSS 7.6%Language:JavaScript 4.4%Language:HTML 0.9%