a-gavin / a-gavin.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website

This website uses the following open source tools:

Repository Contents

Development Setup

  1. Install Zola (static website generator)
  2. Install npm (via nvm) TODO
  3. Install required node packages
    npm install
  4. Generate tailwind CSS from config
    # Zola looks for CSS and favicon in `./static/` by default
    npx tailwindcss -i ./static/app.css -o ./static/main.css --watch
  5. Serve webpage locally
    # The `shalzz/zola-deploy-action` GitHub action generates
    # the required directory structure for hosting on GitHub Pages
    # by running on all pushes to main.
    zola serve

About


Languages

Language:CSS 84.4%Language:HTML 14.2%Language:JavaScript 1.4%