We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9251edc commit 4aba32aCopy full SHA for 4aba32a
1 file changed
_config.yaml
@@ -1,18 +1,21 @@
1
# Site information
2
# Jekyll theme - Architect
3
-title: Mihai's Tech Blog
+title: The Home Lab Chronicle
4
email: mihai@ngnpath.com
5
-description: Journey into DevSecOps universe
+description: Transforming your passion into expertise
6
baseurl: ""
7
url: ""
8
9
+
10
# Site settings
11
permalink: /:title/
12
markdown: kramdown
13
paginate: 5
14
paginate_path: "/:num/"
15
date_format: "%b %-d, %Y"
-theme: Architect
16
+remote_theme: pages-themes/architect@v0.2.0
17
+plugins:
18
+ - jekyll-remote-theme # add this line to the plugins list if you already have one
19
20
plugins:
21
- jekyll-feed
0 commit comments