forked from mirkobrombin/mirko.pm
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path_config.yml
More file actions
39 lines (32 loc) · 767 Bytes
/
_config.yml
File metadata and controls
39 lines (32 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
title: linux/hub
description: Guide curate e dettagliate sul mondo Linux ed Open source. Trattiamo nello specifico argomenti a scopo educativo.
author: linuxhub.it Team
email: send@mirko.pm
url: https://linuxhub.it
assets: /assets
uploads: /uploads
permalink: /articles/:title/
markdown: kramdown
paginate: 7
paginate_path: "/:num/"
defaults:
- scope:
path: ""
values:
layout: "default"
- scope:
path: ""
type: "posts"
values:
layout: "post"
navigation:
- link: "https://t.me/linuxpeople_feed"
name: "Tricks"
icon: "auto_fix_high"
- link: "https://github.com/linuxhubit/linuxhub.it"
name: "Scrivi"
icon: "edit_note"
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap