Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 838 Bytes

File metadata and controls

23 lines (17 loc) · 838 Bytes

Ivan Lagunov's Personal Website

This repository contains the source code for ivanlagunov.com, a personal website built with Hugo.

Development

To run the website locally for development:

  1. Clone this repository:
    git clone https://github.com/lagivan/lagivan.github.io.git
    cd lagivan.github.io
  2. Install Hugo (if you haven't already). Refer to the Hugo documentation for installation instructions.
  3. Run the development server:
    hugo server
    The site will be available at http://localhost:1313.

Deployment

The website is deployed to GitHub Pages via a GitHub Actions workflow. Deployment is manually triggered from the source branch.