Git Product home page Git Product logo

sascha-kirch.github.io's Introduction

sascha-kirch.github.io

Website: https://sascha-kirch.github.io

pages-build-deployment

General Highlights

  • Google Analytics support
  • GitHub API access
  • StackOverflow RSS access
  • Medium Blog RSS access
  • Github pages with Jekyll
  • Bulma CSS framework
  • Bulma Timeline extension

Prerequisites and Installation for your own Github Page

Option 1: Use supplied Dockerfile

  • Install docker.
  • Clone/fork this repo and change directory into repo
  • Build the docker image with the tag github-pages:
    docker build -t github-pages .
    
  • Create a container named github-pages with an interactive terminal, the name of your choice, bind the this repo and enable port forwarding of a port of your choice:
    docker container create -it --name <YOUR-IMAGE-NAME> -v <PATH-TO-REPO>/sascha-kirch.github.io:/root/github-pages/ -p <YOUR-PORT>:4000 github-pages
    
  • Start container in interactive mode:
    docker container start -i <YOUR-IMAGE-NAME>
    
  • Install gems:
    cd docs/
    bundle install
    
  • Make changes and test with:
    bundle exec jekyll serve --host=0.0.0.0
    
  • On your docker host, open the browser on 127.0.0.1:<YOUR-PORT>

Option 2: Fork this Repo as starting point

Option 3: Starting from Scratch

Webpages Preview

Start Page

Link to Start Page. image

Projects

Link to Projects.

Projects.-.Google.Chrome.2022-03-16.13-19-33.mp4

Curriculum Vitae

Link to Curriculum Vitae.

Curriculum.Vitae.-.Google.Chrome.2022-02-27.15-44-45.mp4

Blog

Link to Blog. The blog page shows all my stories posted on my Medium account via an RSS feed.

Blog.-.Google.Chrome.2022-02-27.15-45-13.mp4

Programming Site

Link to Programming Site. On this page I show the highlights of my StackOverflow and my GitHub account. StackOverflow is accessed by RSS and GitHub via it's API.

Programming.Sites.-.Google.Chrome.2022-02-27.15-45-24.mp4

Events

Link to events. On this page I implement Bulma's timeline extension to show my attendence reccord on events.

Attended.Conferences.-.Google.Chrome.2022-02-27.15-45-41.mp4

About Me

Link to About Me.

About.me.-.Google.Chrome.2022-02-27.15-45-54.mp4

Repo Stats

since 16.04.2022

sascha-kirch.github.io's People

Contributors

sascha-kirch avatar

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.