Skip to content

PhalanxHead/phalanxhead.github.io

Repository files navigation

Home Website

This repo contains the source files for my home website, which is statically generated via Hugo.

Getting started

Install Hugo Extended. On windows you can use choco:

choco install go -y
choco install hugo-extended -y

Once installed, you can run the project via

hugo server -D

Adding a new page

Pages can be added via the Hugo New command

hugo new posts/my-new-blog-post.md

Serving via home server

Run

hugo --minify

to build the website. It'll output a full website for you in the ./public folder.

Copy the entire contents of the ./public folder to the root folder in your web server.

Update the CSS

You can recompile the Tailwind CSS from the root directory by running:

npm run build

You will want to do this before committing any changes to github.

Updating the Theme

Run

git submodule update --remote --merge

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors