Skip to content

jterral/jterral.github.io

Repository files navigation

Build Status License hugo-papermod


Logo

Hello, Worl!

Here is the source code of my personal GitHub Pages site!

View Site · Report Bug · Request Feature

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Before you begin, ensure you have the following installed:

  • Git
  • Hugo (Extended version recommended)

Cloning the Repository

To clone the repository and run the website locally, follow these steps:

  1. Open your terminal and clone the repository:

    git clone https://github.com/jterral/jterral.github.io.git
    cd jterral.github.io
  2. Download submodule theme:

    git submodule update --init --recursive
  3. Start the Hugo server:

    hugo server
  4. Open your web browser and navigate to http://localhost:1313 to see the website running locally.

License

This project is licensed under the MIT License - see the LICENSE file for details.