diff --git a/.tool-versions b/.tool-versions index 4edf126..8ad4e84 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ -ruby 3.0.4 +ruby 3.0.5 rust stable diff --git a/Dockerfile b/Dockerfile index 8827e96..3eddb3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ##### Setup for Alpine ##### -FROM ruby:3.0.4-alpine3.16 AS builder +FROM ruby:3.0.5-alpine3.16 AS builder ENV WORKDIR="/app/" WORKDIR ${WORKDIR} @@ -21,7 +21,7 @@ ARG bundler_jobs=2 ENV WORKDIR="/app/" WORKDIR ${WORKDIR} -RUN gem install bundler:2.3.22 +RUN gem install bundler:2.4.3 COPY Gemfile* ${WORKDIR} RUN bundle config set without 'development test' @@ -29,7 +29,7 @@ RUN bundle install -j${bundler_jobs} ##### MAIN CONTAINER ##### -FROM ruby:3.0.4-alpine3.16 +FROM ruby:3.0.5-alpine3.16 RUN apk add --no-cache npm && npm install -g prettier # replace labradorite with your username on your server ARG USERNAME=labradorite diff --git a/Gemfile.lock b/Gemfile.lock index 8b042b3..50b144b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -132,4 +132,4 @@ DEPENDENCIES yard (~> 0.9.28) BUNDLED WITH - 2.3.22 + 2.4.3 diff --git a/README.md b/README.md index 7057c32..900c1c1 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,10 @@ I like to keep things simple, so I once again fell for [Roda](https://roda.jerem - yaml - json +**Screenshots** + + + ## Technical Prerequisites * Ruby v2.7.x or v3.0.x are tested and ready to roll diff --git a/assets/docs/images/edit.png b/assets/docs/images/edit.png new file mode 100644 index 0000000..6438eba Binary files /dev/null and b/assets/docs/images/edit.png differ diff --git a/assets/docs/images/landing.png b/assets/docs/images/landing.png new file mode 100644 index 0000000..b3a0e0a Binary files /dev/null and b/assets/docs/images/landing.png differ diff --git a/assets/docs/images/search_results.png b/assets/docs/images/search_results.png new file mode 100644 index 0000000..8625361 Binary files /dev/null and b/assets/docs/images/search_results.png differ diff --git a/assets/docs/images/show.png b/assets/docs/images/show.png new file mode 100644 index 0000000..237ab1f Binary files /dev/null and b/assets/docs/images/show.png differ diff --git a/memos/2023/1/17/fuep-jbht/memo.md b/memos/2023/1/17/fuep-jbht/memo.md new file mode 100644 index 0000000..acd96de --- /dev/null +++ b/memos/2023/1/17/fuep-jbht/memo.md @@ -0,0 +1,7 @@ +The Pug is a breed of dog originally from China, with physically distinctive features of a wrinkly, short-muzzled face and curled tail. The breed has a fine, glossy coat that comes in a variety of colors, most often light brown (fawn) or black, and a compact, square body with well developed and thick muscles all over the body. + +Pugs were brought from China to Europe in the sixteenth century and were popularized in Western Europe by the House of Orange of the Netherlands, and the House of Stuart. In the United Kingdom, in the nineteenth century, Queen Victoria developed a passion for pugs which she passed on to other members of the Royal Family. + +Pugs are known for being sociable and gentle companion dogs. The American Kennel Club describes the breed's personality as "even-tempered and charming". Pugs remain popular into the twenty-first century, with some famous celebrity owners. + +https://en.wikipedia.org/wiki/Pug diff --git a/memos/2023/1/17/fuep-jbht/meta.yaml b/memos/2023/1/17/fuep-jbht/meta.yaml new file mode 100644 index 0000000..235d504 --- /dev/null +++ b/memos/2023/1/17/fuep-jbht/meta.yaml @@ -0,0 +1,7 @@ +--- +id: 2023/1/17/fuep-jbht +title: I am a demo note about pugs +tags: pug +urls: +- https://en.wikipedia.org/wiki/Pug +updated_at: !ruby/object:DateTime 2023-01-17 08:04:37.655780000 +01:00