Skip to content
forked from gematik/techblog

Software Development tech blog

Notifications You must be signed in to change notification settings

RStaeber/techblog

This branch is 22 commits behind gematik/techblog:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
Sep 17, 2024
Jan 4, 2023
Nov 11, 2022
Nov 25, 2024
Dec 22, 2022
Sep 15, 2022
Feb 6, 2023
Nov 11, 2022
Sep 23, 2022
Oct 29, 2024
Oct 29, 2024
Nov 4, 2022
Nov 11, 2022
Sep 15, 2022
Sep 15, 2022
Sep 23, 2022
Nov 24, 2022

Repository files navigation

gematik's technology blog

This is a place where we would like to give back to the community by telling our story from the technology front line of the German Healthcare system.

We've seen a lot of technologies come and go in the past years, we also tried a few things in our engineering organization, so maybe people find a few interesting things or even inspiration from that.

Installation

The blog is based on github-pages with jekyll and the pages theme 'minimal'.

Make sure to install the latest version of Ruby and Bundler before running it locally.

Running locally

'bundle exec jekyll serve'

Alternatively, you can use a Docker Image to generate the site, without installing the aforementioned packages (make sure your current directory is the project root):

In Windows using PowerShell:

docker run --rm -it -p 4000:4000 -v ${PWD}:/site --entrypoint //bin/sh madduci/docker-github-pages -c "bundle install && bundle exec jekyll serve --watch --force_polling --host 0.0.0.0 --incremental"

On Linux/Mac:

docker run --rm -it -p 4000:4000 -v $pwd:/site --entrypoint /bin/sh madduci/docker-github-pages -c "bundle install && bundle exec jekyll serve --watch --force_polling --host 0.0.0.0 --incremental"

Usage

  • Clone the repo
  • Write your post
  • Test the layout and index page locally
  • Commit, push, PT

About

Software Development tech blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 58.1%
  • Ruby 19.8%
  • JavaScript 12.4%
  • SCSS 9.7%