-
Notifications
You must be signed in to change notification settings - Fork 7
/
_config.yml
33 lines (26 loc) · 900 Bytes
/
_config.yml
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
title: Xi-editor
description: >
A modern editor with a backend written in Rust.
baseurl: ""
markdown: kramdown
plugins:
- octopress-autoprefixer
- jekyll-redirect-from
- jekyll-feed
exclude:
- vendor
sass:
style: compressed
# podcast specific stuff:
podcast_url: https://xi-editor.io
podcast_album_art: /assets/xi-day-cover.png
podcast_title: Xi Day
podcast_owner: The xi-editor contributors
podcast_email: [email protected]
podcast_category: Technology
podcast_subcategory_one: Software How-To
podcast_explicit: "no"
podcast_author: The xi-editor contributors
podcast_description: Conversations around Rust and the xi-editor project(s).
podcast_summary: Every few weeks, Raph Levien and Colin Rofls have a catchup conversation related to the development of xi-editor and related Rust projects.
podcast_subtitle: Technical chat about the details of building a modern text editor.