This site is build using Jekyll and maintained by Sebastian Limbach.
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.
To get this site running locally, you need to install ruby, jekyll and node.js. After a successful installation, follow these steps below:
git clone https://github.com/bastilimbach/bastilimbach.github.io
.bundle install
.npm install
.npm start
.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
.
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: