woofers.github.io

🌎 Personal site and portfolio

MIT License

Stars
3

jaxs.onl

A Next.js based site built using static Org Mode content with Orga.

Automated deploy to Github Pages is configured using GitHub Actions.

Goals

  1. Be easy to update and maintain content. Ideally with simple Org Mode markup.
  2. Take full-advantage of wide screen sizes while still scaling to a wide-variety of screen sizes.
  3. Load quickly; nothing is worse than a slow site.

Usage

Running Locally

Running locally for development can be done with:

  • yarn install or npm install to install the required modules.
  • yarn dev or npm dev to host locally in development mode.

Now going to localhost:3000 will display the site.

Building for Deployment

Building the static site can be done with:

  • yarn build or npm build.

A out folder will be generated with the created bundle.