Skip to content

Commit 87de33a

Browse files
author
Sebastian de Castelberg
committed
switch hugo theme
1 parent f7b9e67 commit 87de33a

29 files changed

+270
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55
path = public
66
url = git@github.com:kpricorn/kpricorn.github.io.git
77
branch = master
8+
[submodule "themes/book"]
9+
path = themes/book
10+
url = https://github.com/alex-shpak/hugo-book

archetypes/default.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "{{ replace .Name "-" " " | title }}"
3+
date: {{ .Date }}
4+
draft: true
5+
---
6+

config.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
baseURL = "https://kpricorn.org"
2+
languageCode = "en-us"
3+
title = "kpricorn"
4+
theme = "book"
5+
6+
googleAnalytics = "UA-23927429-1"
7+
enableGitInfo = true
8+
9+
bookCollapseSection = true
10+
11+
[params]
12+
BookLogo = 'logo.svg'
13+
BookRepo = 'https://github.com/kpricorn/kpricorn.org'
14+
BookSearch = true
15+
BookSection = 'pages'
16+
17+
[markup.goldmark.renderer]
18+
unsafe= true

content/_index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: 'home'
3+
date: 2018-11-28T15:14:39+10:00
4+
---
5+
6+
![me skiing](me.jpg)
7+
8+
# About
9+
10+
Passionate and polyglot software engineer and pragmatic programmer with 15+ years of experience in software engineering, full-stack web development, and infrastructure automation.
11+
Autodidact and problem solver.
12+
Loves Vim and Linux.
13+
Mountain runner and skier.
14+
Fueled by coffee.
15+
<span style="font-family: apple color emoji,segoe ui emoji,noto color emoji,android emoji,emojisymbols,emojione mozilla,twemoji mozilla,segoe ui symbol;">👨‍👩‍👦</a>

content/me.jpg

330 KB
Loading

content/pages/projects/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: 'Selected projects'
3+
bookFlatSection: true
4+
---
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: 'Rayneer TV'
3+
weight: 99
4+
---
5+
6+
<img alt="Screenshot" src="screenshot.jpg">
7+
8+
# Rayneer TV
9+
10+
Platform for personalized music tv. All the pieces from playlist management,
11+
video transcoding and distribution, HLS Streaming service, iOS and Android App
12+
integration.
13+
14+
<!--more-->
15+
16+
## My contribution
17+
18+
* Designed a Video streaming service
19+
* Implemented peripheral systems for playlist management, video transcoding, load management, and testing
20+
* Evaluated and designed a personalized music playlist generator
21+
22+
## Technologies
23+
24+
* Ruby
25+
* Sinatra
26+
* Ruby on Rails
27+
* Go
28+
* Node.js
29+
* Redis
30+
* HLS
31+
* Zencoder
32+
* Reinforcement learning, Machine learning
37.2 KB
Loading
120 KB
Loading
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: 'Swisscom Crowdfunding'
3+
weight: 98
4+
---
5+
6+
<img alt="Fuchs" src="fuchs.jpg">
7+
8+
# Swisscom Crowdfunding
9+
10+
Swisscom crowdfunding marketplace letshelp.ch and Crowdfunding Platform as a service
11+
12+
<!--more-->
13+
14+
* Designed and implemented a white-label crowdfunding platform and marketplaces
15+
* Planned and coordinated customization of white-label services
16+
* Automated digital identification and signing product release process
17+
* Set up and maintained CI/CD pipeline
18+
19+
## Technologies
20+
21+
* Ruby on Rails
22+
* PostgreSQL
23+
* RSpec
24+
* Capybara
25+
* Chromedriver
26+
* Capistrano
27+
* Jenkins
28+
29+
## Links
30+
31+
* <a href="https://www.swisscom.ch/de/about/news/2014/09/20140901-MM-Crowdfunding.html" target="_blank">Launch Press release</a>
32+
* <a href="https://www.swisscom.ch/de/about/medien/infos-und-fakten/20180116-spendenplattform-letshelp-stellt-betrieb-ein.html" target="_blank">Shutdown notice</a>
33+
34+
## Screenshots
35+
36+
<div class=shadow-lg p-3 mb-5 bg-white">
37+
<img alt="letshelp.ch screenshot" src="letshelp-tierpark-goldau.png">
38+
<div>

0 commit comments

Comments
 (0)