https://github.com/stefanbschneider/stefanbschneider.github.io
Personal website built with Jekyll and Minimal Mistakes and hosted by GitHub
https://github.com/stefanbschneider/stefanbschneider.github.io
Last synced: 2 months ago
JSON representation
Personal website built with Jekyll and Minimal Mistakes and hosted by GitHub
- Host: GitHub
- URL: https://github.com/stefanbschneider/stefanbschneider.github.io
- Owner: stefanbschneider
- License: mit
- Created: 2019-01-25T10:51:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T14:54:09.000Z (10 months ago)
- Last Synced: 2025-01-18T08:12:09.760Z (4 months ago)
- Language: CSS
- Homepage: https://stefanbschneider.github.io/
- Size: 17.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Personal Website
* Taken and adjusted Manuel's theme: https://github.com/mpeuster/mpeuster.github.io
* Based on this: https://github.com/sharu725/online-cv
* Original Theme: https://themes.3rdwavemedia.com/## Dev
### Serve
```sh
jekyll serve
```Open: [http://127.0.0.1:4000/](http://127.0.0.1:4000/)
* Use Safari if Chrome makes trouble
### Configure
* `_config.yml`
* Add data to `data/_data.yml`
* Also check `_includes` folder for some content and layout
* Change style in `_sass/_base.scss`
* Background image: Under body/background image inside the scss file
* Skill icon list: Change indent manually in `_base.scss` und `skillset/level-title/margin-right`