Skip to content

sascha-kirch/sascha-kirch.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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