Skip to content

Commit fe054db

Browse files
committed
added new pages
1 parent 9726d13 commit fe054db

File tree

8 files changed

+55
-15
lines changed

8 files changed

+55
-15
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: >- # this means to ignore newlines until "baseurl:"
1414
twitter_username: sudeshjethoe
1515
github_username: sudeshjethoe
1616

17-
minimal_mistakes_skin: default
17+
minimal_mistakes_skin: air
1818
search: true
1919

2020
# build settings
@@ -23,7 +23,7 @@ remote_theme: "mmistakes/minimal-mistakes"
2323
# output
2424
permalink: /:categories/:title/
2525
paginate: 5
26-
paginate_path: /page:num/
26+
paginate_path: /blog/page:num/
2727
timezone: Europe/Amsterdam
2828

2929

_data/navigation.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
main:
2-
- title: "Posts"
2+
- title: "About Me"
3+
url: /about/
4+
- title: "Blog"
35
url: /posts/
4-
- title: "Categories"
5-
url: /categories/
66
- title: "Tags"
77
url: /tags/
8-
- title: "About"
9-
url: /about/
8+
- title: "Contact"
9+
url: /contact/

_pages/about.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
layout: page
3-
title: About
2+
title: About Me
3+
date: 2021-02-05
44
permalink: /about/
55
---
66

7-
This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/)
7+
Hi
88

99
You can find the source code for Minima at GitHub:
1010
[jekyll][jekyll-organization] /
@@ -16,3 +16,5 @@ You can find the source code for Jekyll at GitHub:
1616

1717

1818
[jekyll-organization]: https://github.com/jekyll
19+
20+
Contact me: _sudesh [at] dynamicautomation.nl_

_pages/contact.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Contact
3+
date: 2021-02-05
4+
permalink: /contact/
5+
---
6+
7+
Hi
8+
9+
You can find the source code for Minima at GitHub:
10+
[jekyll][jekyll-organization] /
11+
[minima](https://github.com/jekyll/minima)
12+
13+
You can find the source code for Jekyll at GitHub:
14+
[jekyll][jekyll-organization] /
15+
[jekyll](https://github.com/jekyll/jekyll)
16+
17+
18+
[jekyll-organization]: https://github.com/jekyll
19+
20+
Contact me: _sudesh [at] dynamicautomation.nl_

_pages/home.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Home
3+
date: 2021-02-05
4+
permalink: /
5+
---
6+
7+
Hi
8+
9+
You can find the source code for Minima at GitHub:
10+
[jekyll][jekyll-organization] /
11+
[minima](https://github.com/jekyll/minima)
12+
13+
You can find the source code for Jekyll at GitHub:
14+
[jekyll][jekyll-organization] /
15+
[jekyll](https://github.com/jekyll/jekyll)
16+
17+
18+
[jekyll-organization]: https://github.com/jekyll
19+
20+
Contact me: _sudesh [at] dynamicautomation.nl_

_pages/year-archive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Posts by Year"
2+
title: "Blog"
33
permalink: /posts/
44
layout: posts
55
author_profile: true

_posts/2016-02-14-how-to-setup-nagios-event-handlers-using-passive-checks-and-nrpe.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
---
2-
layout: post
32
title: How to setup nagios event handlers using passive checks and NRPE
43
date: '2016-02-14 15:23:09 +0100'
54
categories:
6-
- Uncategorized
5+
- blog
6+
tags:
77
- linux
88
- nagios
99
- nrpe
1010
- nsca
11-
tags: []
12-
comments: []
1311
---
1412
<h2>Introduction</h2>
1513
<p>Nagios event handlers allow nagios to automatically apply remedial actions when certain&nbsp;events occur (e.g. automatic restart of a service when it goes down).<br />
File renamed without changes.

0 commit comments

Comments
 (0)