Skip to content

clayton14/MySite2.0

Repository files navigation

Clayton's Site2.0

This is the repo for my website. You can find all of my projects, ideas, thoughts and other random things here 😁.

Preview from source

If you want to test out the site on your computer then, here is what you need to do:

  1. Make sure you have the GO programing language and Hugo installed on your machine:

    • Arch Linux:
      sudo pacman -S --needed go
      sudo pacman -S --needed hugo
    • Debian:
      sudo apt install go
      sudo apt install hugo
    • If you're running another distribution, then use your package manager.
  2. Run these commands:You should be able to find both of these dependencies on your distributions package manager respectively.

    git clone https://github.com/clayton14/MySite2.0.git
    cd MySite2.0/src
    hugo server
  3. Open http://localhost:1313 in your web browser

Contributing

Want to contribute? Read the contributing guide.

Where is version 1.0?

In short, I was writing my old website in raw HTML, CSS an JS. This process was taking too long, so I switched to using Hugo to speed up the process. If you want to see the old site (you don't), then you can view the archived repo here.

Releases

No releases published

Packages

No packages published