Skip to content

Commit

Permalink
Fixes for running on a fresh machine
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed Nov 28, 2024
1 parent ef9f8b8 commit 9204162
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@ A showcase of my photos using the [Game Boy Camera](https://en.wikipedia.org/wik

First, you need to have [Hugo installed in your
system](https://github.com/gohugoio/hugo#install-hugo-as-your-site-generator-binary-install).
Clone the repository, and then run:
Clone the repository:

```sh
git clone git@github.com:ljvmiranda921/gallery.git
```

If it's your first time cloning this repository, make sure to pull the theme first

```sh
git submodule update --init --recursive
```

Then, start the server:

```sh
hugo server -D
Expand Down
1 change: 1 addition & 0 deletions content/about/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
+++
title = "About"
image = ""
+++

Hi I'm [Lj Miranda](https://ljvmiranda921.github.io) and welcome to my little
Expand Down

0 comments on commit 9204162

Please sign in to comment.