diff --git a/.gitignore b/.gitignore index 736d740..0251f87 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ -*.gem -.bundle -.jekyll-cache -.sass-cache -_site -Gemfile.lock +*.gem +.bundle +.jekyll-cache +.sass-cache +_site +Gemfile.lock diff --git a/404.html b/404.html index 7863b36..65bf9bc 100644 --- a/404.html +++ b/404.html @@ -1,26 +1,26 @@ ---- -permalink: /404.html -layout: default ---- - - - -
Page not found :(
-The requested page could not be found.
-Page not found :(
+The requested page could not be found.
+not really content though...
- custom_content2: - enabled: false - -plugins: - - jekyll-feed - - jekyll-paginate - - jekyll-seo-tag - - jekyll-sitemap - -paginate: 5 -paginate_path: "/:num/" - -include: [".md"] - -description: >- # this means to ignore newlines until "baseurl:" -- Im a german guy from bavaria currently working as a devops engineer. I will try to keep the blog in english but may switch to german any time. -
-- Here you will find a collection of blogs, tutorials, snippets or introductions mainly on (mostly modern) tech. - Also a few bits of gaming, fitness, finances and mabye (a big maybe) cooking. - I may find other topics of interest as well :D -
- - -highlighter: rouge -kramdown: - syntax_highlighter_opts: - block: - line_numbers: true - -lang: en - -defaults: - - - scope: - path: "_posts" - values: - toc: yes - display_toc: true - -permalink: /posts/:title #remove date from link -``` - -Take a look [here](https://jekyllrb.com/docs/configuration/) for more Information. - -As for the possible Configurations this theme offers take note of the following: - -* [Site URL](#site-url) -* [Site Base URL](#site-base-url) -* [Navigation](#navigation) -* [Footer](#footer) -* [Layouts](#layouts) -* [Footer Sidebar](#footer-sidebar) -* [Table of Contents](#table-of-contents) -* [paginate](#paginate) -* [Read Time](#read-time) -* [default plugins](#default-plugins) -* [Configurable Labels](#configurable-labels) -* [Comments](#comments) - -### Site URL - -The base hostname and protocol for your site. If you're hosting with GitHub Pages this will be something like `url: "https://github.io.papierkorp"` or `url: "https://your-site.com"` if you have a custom domain name. - -GitHub Pages now [forces `https://` for new sites](https://help.github.com/articles/securing-your-github-pages-site-with-https/), so be mindful of that when setting your URL to avoid mixed-content warnings. - -**Note:** Jekyll overrides the value of `url` with `http://localhost:4000` when running `jekyll serve` locally in development. If you want to avoid this behavior set `JEKYLL_ENV=production` to [force the environment](http://jekyllrb.com/docs/configuration/#specifying-a-jekyll-environment-at-build-time) to production. - -### Site Base URL - -This option causes all kinds of confusion in the Jekyll community. If you're not hosting your site as a [GitHub Project Page](https://help.github.com/articles/user-organization-and-project-pages/) or in a subfolder (e.g., `/blog`), then don't mess with it. - -In the case of the **Horzion FLow** demo site it's hosted on GitHub atdata...
-``` - -or - -**custom.md** -```markdown ---- -title: Custom Content -layout: post ---- - -# Custom Content - -markdown data... -``` - -Besides the `index.html` (because of the pagination) it doesnt matter if you use `.html` or `.md` Files. -For custom I will see if I can add another layout to use if neccessary, but I think `post` will do for everything. - -### Footer - -The Footer (Links) are created in the [_config](#configuration) like this: - -You can use all [Font Awesome](https://fontawesome.com/v4/icons/) Icons (but you dont have to). As you can see with the Impressum you can also link to locale files. - -You can add all kinds of social Media Links - - -```yaml -footer_links: - - title: Feed - url: /feed.xml - icon: fa fa-rss - - title: GitHub - url: https://github.com/papierkorp - icon: fa fa-github - - title: Email - url: mailto:xxx@test.de - icon: fa fa-envelope - - title: Twitter - url: twitter.com - icon: fa fa-twitter - - title: Facebook - url: facebook.com - icon: fa fa-facebook - - title: Instagram - url: instagram.com - icon: fa fa-instagram - - title: Impressum - url: /impressum.html -``` - -### Layouts - -In here you can define the amount of columns used to display all tags/categories/years via the `_config`. -Available values are `0-5`. - -```yaml -layouts: - tags: - columns: 5 # default 4 - categories: - columns: 3 # default 3 - archive: - columns: 1 # default 2 -``` - - -### Footer Sidebar - -The footer Sidebar is the content directly above the footer. -Per default there are 6 elements available: - -**description:** Uses the `description:` of `_config` to display all the data from there. For the best experience you should use an on the top. -**categories:** Shows random categories according to the count. -**tags:** Shows random categories according to the count. -**recentposts:** Shows the last posts according to the count. -**custom_content:** As seen in the example below you can add custom content in two ways, the content can include `html` code. -**custom_content2:** same as `custom_content`. - -You can set the Arrangement of the given elements like in the example below. - -**Note**, if you dont set the Arrangement **nothing** will be displayed! Also if you want the categories and tags links to work you need to follow the [Navigation Setup](#navigation) - -```yaml -description: >- # this means to ignore newlines until -- I just created my first theme .. hurray :D -
- -footer_sidebar: - enabled: true - auto: false # false = all elements will have the same width, true = each element takes what it needs - arrangement: # you can rearrange the positions of the elements - - description # will be the first one to be displayed - - tags # second in the row ... - - custom_content - - recentposts # will be displayed last - description: - enabled: true # default: true - columns: 2 # default: 0 - if you include a list - categories: - enabled: true # default: false - count: 100 # default: 100 - columns: 5 # default: 0 - tags: - enabled: true # default: false - count: 100 # default: 100 - columns: 5 # default: 0 - recentposts: - enabled: true # default: true - count: 10 # default: 5 - columns: 2 # default: 0 - custom_content: - enabled: true - data: >- -not really content though...
- columns: 2 # default: 0 - if you include a list - custom_content2: - enabled: false - data: "not really content though...
+ custom_content2: + enabled: false + +plugins: + - jekyll-feed + - jekyll-paginate + - jekyll-seo-tag + - jekyll-sitemap + +paginate: 5 +paginate_path: "/:num/" + +include: [".md"] + +description: >- # this means to ignore newlines until "baseurl:" ++ Im a german guy from bavaria currently working as a devops engineer. I will try to keep the blog in english but may switch to german any time. +
++ Here you will find a collection of blogs, tutorials, snippets or introductions mainly on (mostly modern) tech. + Also a few bits of gaming, fitness, finances and mabye (a big maybe) cooking. + I may find other topics of interest as well :D +
+ + +highlighter: rouge +kramdown: + syntax_highlighter_opts: + block: + line_numbers: true + +lang: en + +defaults: + - + scope: + path: "_posts" + values: + toc: yes + display_toc: true + +permalink: /posts/:title #remove date from link +``` + +Take a look [here](https://jekyllrb.com/docs/configuration/) for more Information. + +As for the possible Configurations this theme offers take note of the following: + +* [Site URL](#site-url) +* [Site Base URL](#site-base-url) +* [Navigation](#navigation) +* [Footer](#footer) +* [Layouts](#layouts) +* [Footer Sidebar](#footer-sidebar) +* [Table of Contents](#table-of-contents) +* [paginate](#paginate) +* [Read Time](#read-time) +* [default plugins](#default-plugins) +* [Configurable Labels](#configurable-labels) +* [Comments](#comments) + +### Site URL + +The base hostname and protocol for your site. If you're hosting with GitHub Pages this will be something like `url: "https://github.io.papierkorp"` or `url: "https://your-site.com"` if you have a custom domain name. + +GitHub Pages now [forces `https://` for new sites](https://help.github.com/articles/securing-your-github-pages-site-with-https/), so be mindful of that when setting your URL to avoid mixed-content warnings. + +**Note:** Jekyll overrides the value of `url` with `http://localhost:4000` when running `jekyll serve` locally in development. If you want to avoid this behavior set `JEKYLL_ENV=production` to [force the environment](http://jekyllrb.com/docs/configuration/#specifying-a-jekyll-environment-at-build-time) to production. + +### Site Base URL + +This option causes all kinds of confusion in the Jekyll community. If you're not hosting your site as a [GitHub Project Page](https://help.github.com/articles/user-organization-and-project-pages/) or in a subfolder (e.g., `/blog`), then don't mess with it. + +In the case of the **Horzion FLow** demo site it's hosted on GitHub atdata...
+``` + +or + +**custom.md** +```markdown +--- +title: Custom Content +layout: post +--- + +# Custom Content + +markdown data... +``` + +Besides the `index.html` (because of the pagination) it doesnt matter if you use `.html` or `.md` Files. +For custom I will see if I can add another layout to use if neccessary, but I think `post` will do for everything. + +### Footer + +The Footer (Links) are created in the [_config](#configuration) like this: + +You can use all [Font Awesome](https://fontawesome.com/v4/icons/) Icons (but you dont have to). As you can see with the Impressum you can also link to locale files. + +You can add all kinds of social Media Links + + +```yaml +footer_links: + - title: Feed + url: /feed.xml + icon: fa fa-rss + - title: GitHub + url: https://github.com/papierkorp + icon: fa fa-github + - title: Email + url: mailto:xxx@test.de + icon: fa fa-envelope + - title: Twitter + url: twitter.com + icon: fa fa-twitter + - title: Facebook + url: facebook.com + icon: fa fa-facebook + - title: Instagram + url: instagram.com + icon: fa fa-instagram + - title: Impressum + url: /impressum.html +``` + +### Layouts + +In here you can define the amount of columns used to display all tags/categories/years via the `_config`. +Available values are `0-5`. + +```yaml +layouts: + tags: + columns: 5 # default 4 + categories: + columns: 3 # default 3 + archive: + columns: 1 # default 2 +``` + + +### Footer Sidebar + +The footer Sidebar is the content directly above the footer. +Per default there are 6 elements available: + +**description:** Uses the `description:` of `_config` to display all the data from there. For the best experience you should use an on the top. +**categories:** Shows random categories according to the count. +**tags:** Shows random categories according to the count. +**recentposts:** Shows the last posts according to the count. +**custom_content:** As seen in the example below you can add custom content in two ways, the content can include `html` code. +**custom_content2:** same as `custom_content`. + +You can set the Arrangement of the given elements like in the example below. + +**Note**, if you dont set the Arrangement **nothing** will be displayed! Also if you want the categories and tags links to work you need to follow the [Navigation Setup](#navigation) + +```yaml +description: >- # this means to ignore newlines until ++ I just created my first theme .. hurray :D +
+ +footer_sidebar: + enabled: true + auto: false # false = all elements will have the same width, true = each element takes what it needs + arrangement: # you can rearrange the positions of the elements + - description # will be the first one to be displayed + - tags # second in the row ... + - custom_content + - recentposts # will be displayed last + description: + enabled: true # default: true + columns: 2 # default: 0 - if you include a list + categories: + enabled: true # default: false + count: 100 # default: 100 + columns: 5 # default: 0 + tags: + enabled: true # default: false + count: 100 # default: 100 + columns: 5 # default: 0 + recentposts: + enabled: true # default: true + count: 10 # default: 5 + columns: 2 # default: 0 + custom_content: + enabled: true + data: >- +not really content though...
+ columns: 2 # default: 0 - if you include a list + custom_content2: + enabled: false + data: "Page not found :(
-The requested page could not be found.
-Page not found :(
+The requested page could not be found.
+
Comments
- - Comment on Github - - - - -