Skip to content

Commit 305b40f

Browse files
committed
chore: organize site source into src directory
1 parent e5a7918 commit 305b40f

File tree

153 files changed

+15
-38
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+15
-38
lines changed

README.md

Lines changed: 7 additions & 10 deletions

_config.yml

Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,12 @@
1-
# Evento Theme/Blog
2-
#
3-
# This config file is meant for settings that affect your whole blog, values
4-
# which you are expected to set up once and rarely need to edit after that.
5-
# For technical reasons, this file is *NOT* reloaded automatically when you use
6-
# 'jekyll serve'. If you change this file, please restart the server process.
7-
8-
# Site settings
91
title: Data + Donuts LA
10-
description: > # this means to ignore newlines until "baseurl:"
11-
Changing local government from the ground up.
2+
description: Changing local government from the ground up.
123
email: "data-donuts@compiler.la"
13-
address: ""
14-
twitter: datadonutsla
15-
github: "compilerla/data-donuts"
16-
youtube: "youtube.com/channel/UC_mAa07EdkkGCn48lq0yj3Q"
17-
18-
#What is the name of the events or talks you would like to host? (Example Brownbags, Talks, Lighting Talks)
194
event_label: Events
20-
21-
22-
23-
baseurl: "" # the subpath of your site, e.g. /blog
24-
url: "http://datadonuts.la" # the base hostname & protocol for your site
25-
26-
# Build settings
27-
markdown: kramdown
28-
29-
#Have to show future posts for future events.
5+
# Publish posts or collection documents with a future date.
306
future: true
31-
32-
permalink: /event/:title.html
7+
github: "compilerla/data-donuts"
8+
permalink: /event/:title.html
9+
source: ./src
10+
timezone: America/Los_Angeles
11+
url: "https://datadonuts.la"
12+
youtube: "youtube.com/channel/UC_mAa07EdkkGCn48lq0yj3Q"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)