GithubHelp home page GithubHelp logo

techblog's Introduction

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

techblog's People

Contributors

alexey-tschudnowsky avatar arkinator avatar dependabot[bot] avatar fnordlicht avatar madduci avatar noheadx avatar outbreaker avatar sigabrtz avatar tjpo avatar tobias-schwerdtfeger avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

arkinator

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.