-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config_local.yml
More file actions
42 lines (36 loc) · 757 Bytes
/
Copy path_config_local.yml
File metadata and controls
42 lines (36 loc) · 757 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
40
41
42
# Local development config to avoid SASS issues
theme: jekyll-dash
title: devnomadic
description: Software engineer and digital nomad sharing insights on remote work, travel, and technology
url: "http://localhost:4000"
baseurl: ""
author:
name: devnomadic
github: devnomadic
# Build settings
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-sitemap
# Disable SASS for local development to avoid native gem issues
sass:
style: expanded
# Navigation
nav:
- title: Home
url: /
- title: About
url: /about/
- title: Archive
url: /archive/
- title: Tags
url: /tags/
# Social links
social:
github: devnomadic
twitter: devnomadic
# Theme settings
dash:
date_format: "%b %-d, %Y"
disqus:
shortname: devnomadic