24 lines
544 B
YAML
24 lines
544 B
YAML
theme: jekyll-theme-cayman
|
|
title: Horizon Daily
|
|
description: AI-curated daily digest of tech and research news
|
|
baseurl: "/Horizon" # the subpath of your site, e.g. /blog
|
|
url: "https://thysrael.github.io" # the base hostname & protocol for your site, e.g. http://example.com
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
future: true # Allow future posts to be published
|
|
plugins:
|
|
- jekyll-feed
|
|
feed:
|
|
path: feed.xml
|
|
exclude:
|
|
- ".github"
|
|
- "node_modules"
|
|
|
|
defaults:
|
|
- scope:
|
|
path: ""
|
|
type: "posts"
|
|
values:
|
|
layout: "default"
|