Skip to content

ericodx/ericodx.github.io

Repository files navigation

ericodx.github.io

Software engineering notes, technical writing, projects, and professional experience.

Live at https://ericodx.io.

Stack

  • Astro — Blog template, TypeScript strict
  • Prettier with prettier-plugin-astro
  • pre-commit hooks (Conventional Commits, gitleaks, codespell, line endings, secrets, large files)
  • Hosted on GitHub Pages, deployed via GitHub Actions

Up and running

Requires Node 24 (see .nvmrc).

nvm use
npm install
npm run dev      # dev server with HMR at http://localhost:4321
npm run build    # production build into dist/
npm run preview  # serve the production build locally

Install pre-commit hooks once:

brew install pre-commit
pre-commit install

About

Software engineering notes, technical writing, projects, and professional experience.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors