Skip to content

htv04/htv-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

htv-web

This repository hosts all of htv04's web-based works, including a personal website.

Building

Requirements:

make        # Build the site to build/
make run    # Start a local dev server on port 8000
make clean  # Remove the build directory

Running

Requirements:

Start a local development server:

make run

This serves the build/ directory on port 8000. Visit http://localhost:8000 to view the site.

Deployment

To deploy to GitHub Pages:

make gh-pages DEST=[path to gh-pages repo]

File Structure

src/
├── main/      # Personal website
└── gh-pages/  # Github Pages deployment

License

About

The home of all of htv04's web-based works

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors