diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 9c814fe..6706c04 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -2,6 +2,10 @@ on: push: branches: - main + paths-ignore: + - .gitignore + - README.md + - LICENSE name: deploy updated site jobs: deploy: diff --git a/README.md b/README.md index 5c377b3..6a9e734 100644 --- a/README.md +++ b/README.md @@ -11,15 +11,17 @@ 1. Abstract it so that you can pick the file 2. Create a Docker file to build an image if desired +## Releases +Dowload [here](https://fyrfli.dev/fyrfli/jsquotes/src/tag/3.0) + 2024-11-08 12:18:15 ~~# Reading json and randomly posting content -~~I wanted to create an "app" that would read in JSON and print out the results randomly based on a randomly generated number. It took me a while to get right, mostly because of the JSON file format. I have it down now. This is my result.~~ +I wanted to create an "app" that would read in JSON and print out the results randomly based on a randomly generated number. It took me a while to get right, mostly because of the JSON file format. I have it down now. This is my result. This started out as a looping display of random quotes and evolved to be just one large grid with all the quotes. It's getting to be a pretty large page so the next step for this is to make all items the same size with a "more..." indicator that when clicked will open up a css popover with the full quote and an "X" to close. -19-Mar-2024 -~~ +19-Mar-2024 ~~