Skip to content

Commit 2612ffb

Browse files
committed
Going back to one config file
1 parent d2af4de commit 2612ffb

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

_config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22
title: Spectral
33
44
description: The Jekyll version of the Spectral theme by HTML5 UP.
5-
baseurl: "/spectral-jekyll-theme" # the subpath of your site, e.g. /blog
6-
url: "https://janhalen.github.io" # the base hostname & protocol for your site
5+
baseurl: ""
6+
url: "http://localhost:4000"
7+
8+
# Uncomment the lines below if you are deploying to GitHub Pages
9+
#baseurl: "/spectral-jekyll-theme" # the subpath of your site, e.g. /blog
10+
#url: "https://janhalen.github.io" # the base hostname & protocol for your site
711

812
# Homepage tiles
913
tiles-source: posts # accepts "posts" or "pages"

dev-environment.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ spec:
2525
containers:
2626
- name: jekyll
2727
image: ghcr.io/bretfisher/jekyll-serve:latest
28-
# The command below tells Jekyll to merge _config.yml (main settings)
29-
# and _config.local.yml (local overrides) when serving the site.
30-
# This allows you to keep most settings in one file and override only what's needed for local dev.
31-
command: ["jekyll", "serve", "--config", "_config.yml,_config.local.yml"]
28+
#args: ["jekyll", "serve", "--config", "_config.yml,_config.local.yml"]
3229
ports:
3330
- containerPort: 4000
3431
hostPort: 4000

0 commit comments

Comments
 (0)