lum8rjack / lum8rjack.github.io

Personal website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lum8rjack.github.io

Personal website created using Hugo and the hugo-blog-awesome theme.

Hugo

Basic commands to remember when building

# Make a new post
hugo new content/posts/<blog name>.md

# Run hugo server
hugo server -D

# Run hugo on specific IP
hugo server -D --bind 10.10.10.5

# Build site (config.toml has the default build location)
hugo -D

# Build site and save to specific directory
hugo -D -c docs/

About

Personal website


Languages

Language:HTML 65.0%Language:SCSS 23.4%Language:CSS 9.9%Language:JavaScript 1.1%Language:Dockerfile 0.6%