Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.62 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.62 KB

Luciano Nooijen personal website

Build Status License: MIT FOSSA Status

Luciano Nooijen's personal website built in Hugo.

Development

For development, run hugo server. The development environment is now accessable on localhost:1313.

You can also just use open http://localhost:1313 && hugo server, but not all systems support this.

Production

As Hugo is a static website builder, you can just host the website on any hosting service. To build the static files, run rm -rf build && hugo -d build -b [url].

I run hugo -d build -b https://lucianonooijen.com.

Now upload the contents of the build folder to the webhost and you're done.

Make

The make command can also be used:

Command Functionality
make server Runs hugo server
make dev Runs hugo server and opens localhost:1313 in browser
make build Runs hugo build command as explained under the "production" header

License

MIT

FOSSA Status