Skip to content
View jessicahuynh's full-sized avatar

Block or report jessicahuynh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jessicahuynh/README.md

jessicahuynh.info

Personal website built with the hugo static site generator. Continuously deployed every time I push with Netlify. The static assets are built before pushing. Currently using hugo 0.73.0.

To recreate locally

  1. Install nvm and then node (at least version 14.4.0)
  2. npm install in the root directory (same level as package.json)
  3. hugo server to see on localhost

When modifying LESS files, npm run build:css to create all static assets.

Pinned Loading

  1. jessicahuynh jessicahuynh Public

    personal website!

    HTML

  2. inuktitut-morpheme-segment inuktitut-morpheme-segment Public

    statistical morpheme segmentation of Inuktitut

    Groff 1 2

  3. discoverdeis discoverdeis Public

    Navigation and location finding web application for Brandeis University

    JavaScript 1 4

  4. hmm hmm Public

    An implementation of HMMs in Python

    Python