bastilimbach / bastilimbach.github.io

Source code of my personal website.
https://sebastianlimbach.com
MIT License
0 stars 0 forks source link
github-pages jekyll personal-website portfolio

sebastianlimbach.com

Build Status Code Climate Dependencies Dev Dependencies GitHub license

This site is build using Jekyll and maintained by Sebastian Limbach. Screenshot

Directory structure

Folder Content
_posts All posts on the home page.
_drafts All drafts, which aren't published.
_includes  Contains some included html files like header & footer
_layouts  Contains all page types like default or post.
assets Folder containing fonts, images and potential other assets.
css Contains the main.sass file which includes all .sass files from the _sass directory.
scripts  Contains some javascript vendors.

If you want to dig deeper into the directory structure of a jekyll app, consider taking a look at the docs.

Developing

To get this site running locally, you need to install ruby, jekyll and node.js. After a successful installation, follow these steps below:

Contribution

If you find a typo or some other bug, Pull Requests are very welcome! Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Important: Before you push your changes, run npm run build.

License

This website is happy to be a part of the open source movement, so it of course uses the license we all love. MIT License :heart: