woofers / woofers.github.io

🌎 Personal site and portfolio

Home Page:http://jaxs.onl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

img

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.

About

🌎 Personal site and portfolio

http://jaxs.onl

License:MIT License


Languages

Language:TypeScript 61.5%Language:CSS 16.9%Language:MDX 16.5%Language:JavaScript 4.1%Language:Shell 1.0%