Skip to content

Commit

Permalink
adds screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
simonneutert committed Jan 17, 2023
1 parent 7c49e57 commit d4b99b8
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 3.0.4
ruby 3.0.5
rust stable
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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}
Expand All @@ -21,15 +21,15 @@ 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'
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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ DEPENDENCIES
yard (~> 0.9.28)

BUNDLED WITH
2.3.22
2.4.3
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ I like to keep things simple, so I once again fell for [Roda](https://roda.jerem
- yaml
- json

**Screenshots**

<img src="https://github.com/simonneutert/labradorite-notebook/tree/main/assets/docs/images/search_results.png" style="width: '50%'">

## Technical Prerequisites

* Ruby v2.7.x or v3.0.x are tested and ready to roll
Expand Down
Binary file added assets/docs/images/edit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/docs/images/landing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/docs/images/search_results.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/docs/images/show.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions memos/2023/1/17/fuep-jbht/memo.md
Original file line number Diff line number Diff line change
@@ -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
7 changes: 7 additions & 0 deletions memos/2023/1/17/fuep-jbht/meta.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d4b99b8

Please sign in to comment.