Skip to content

michaelminter/moorberry.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5c2d6da · Dec 30, 2024

History

26 Commits
Jan 13, 2024
Dec 30, 2024
Dec 30, 2024
Dec 30, 2024
Dec 30, 2024
Jan 20, 2024
Jan 14, 2024
Jan 14, 2024
Jan 14, 2024
Jan 13, 2024
Dec 30, 2024
Dec 30, 2024
Jan 16, 2024
Jan 14, 2024
Jan 14, 2024

Repository files navigation

Moorberry.net

This project uses Hugo, a fast and flexible static site generator. Follow the instructions below to install Hugo, get it running, and deploy your site.

Prerequisites

  • Go (Hugo is written in Go)
  • Git

Installation

  1. Install Hugo:

On macOS:

brew install hugo

On Windows:

choco install hugo -confirm

On Linux:

sudo apt-get install hugo
  1. Verify the installation:
hugo version

Getting Started

  1. Clone the repository:
git clone https://github.com/michaelminter/moorberry.net.git
cd moorberry.net
  1. Run the Hugo server:
hugo server

Open your browser and visit http://localhost:1313 to see your site.

Deployment

  1. Build the site:
hugo

The generated files will be in the public/ directory.

  1. Deploy to your web server:

Copy the contents of the public/ directory to your web server's root directory.

Example using rsync:

rsync -avz public/ user@yourserver:/path/to/webroot

Additional Resources

Feel free to contribute to this project by opening issues or submitting pull requests.

Happy building!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published