Personal Website screenshot

Personal Website

Author Avatar Theme by Lucianonooijen
Updated: 13 Jan 2026
7 Stars

The website I created to tell others about myself, my expertise and my experience. Built with the Hugo static site builder.

Categories

Overview:

The Luciano Nooijen personal website is a static website built using the Hugo framework. It can be easily hosted on any hosting service and offers both a development and production environment.

Features:

  • Built in Hugo framework
  • Development environment accessible on localhost:1313
  • Production-ready static files build

Installation:

To install and use the Luciano Nooijen personal website, follow these steps:

  1. Clone the repository or download the source code.
  2. Open a terminal or command prompt and navigate to the project directory.
  3. Run the command hugo server to start the development environment. The website will now be accessible on http://localhost:1313.
  4. Optionally, you can use the command open http://localhost:1313 && hugo server to open the website in your default browser automatically.
  5. To build the static files for production, run the command rm -rf build && hugo -d build -b [url]. Replace [url] with the desired base URL for your website.
  6. Upload the contents of the build folder to your web host.

Alternatively, you can use the following make commands:

  • make server: Runs hugo server.
  • make dev: Runs hugo server and opens localhost:1313 in the browser.
  • make build: Runs the hugo build command as explained under the “production” header.

Summary:

The Luciano Nooijen personal website is a static website built using the Hugo framework, making it easy to host and deploy. It offers both a development and production environment and provides a set of useful make commands for convenience.