Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ljvmiranda921/gallery
📷 Gallery for Gameboy Camera
https://github.com/ljvmiranda921/gallery
gameboy gameboy-camera
Last synced: about 20 hours ago
JSON representation
📷 Gallery for Gameboy Camera
- Host: GitHub
- URL: https://github.com/ljvmiranda921/gallery
- Owner: ljvmiranda921
- License: cc-by-4.0
- Created: 2022-08-15T06:03:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T05:13:06.000Z (10 months ago)
- Last Synced: 2024-04-13T20:05:03.330Z (10 months ago)
- Topics: gameboy, gameboy-camera
- Language: HTML
- Homepage: https://ljvmiranda921.github.io/gallery
- Size: 730 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ljvmiranda921.github.io/gallery
A showcase of my photos using the [Game Boy Camera](https://en.wikipedia.org/wiki/Game_Boy_Camera).
## Set-up
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:```sh
git clone [email protected]: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
```And that's it! There's nothing else aside from that. You can add photos by
creating a new folder, then writing an `index.md` that references the photo you
want to display. You can check previous posts as reference.## License
[![licensebuttons by](https://licensebuttons.net/l/by/3.0/88x31.png)](https://creativecommons.org/licenses/by/4.0)