Skip to content

Commit 698e431

Browse files
authored
Merge pull request #8 from microsoft/jekyll-fix
Update README and configuration for Spec Driven Development Hackathon…
2 parents 939e7ca + 9dc1272 commit 698e431

File tree

2 files changed

+9
-19
lines changed

2 files changed

+9
-19
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
layout: page
3+
title: Spec Driven Development Hackathon
4+
permalink: /
5+
---
16
# Scenario : Spec Driven Development Programming Challenge
27

38
Developers today agree that AI code assistant tools are useful for easy, repeatable tasks. JSON to Class, quick templated code, writing simple scripts. But most still think it's bad at more complex tasks. This exercise is here to show you that assumption is no longer as true as you might think! Spec-driven development takes your skills as a Software Engineer and augments your AI Coding Assistant to build software *your* way.

_config.yml

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
# Where things are
22
source : .
33
destination : ./_site
4-
collections_dir : .
5-
plugins_dir : _plugins # takes an array of strings and loads plugins in that order
6-
layouts_dir : _layouts
7-
data_dir : _data
8-
includes_dir : _includes
9-
sass:
10-
sass_dir: _sass
11-
collections:
12-
posts:
13-
output : true
4+
baseurl: "/github-copilot-advanced-hackathon"
145

156
# Handling Reading
167
safe : true
@@ -29,7 +20,7 @@ unpublished : false
2920

3021
# Plugins
3122
whitelist : []
32-
plugins : []
23+
plugins : [jekyll-remote-theme, jemoji]
3324

3425
# Conversion
3526
markdown : kramdown
@@ -38,13 +29,6 @@ lsi : false
3829
excerpt_separator : "\n\n"
3930
incremental : false
4031

41-
# Serving
42-
detach : false
43-
port : 4000
44-
host : 127.0.0.1
45-
baseurl : "" # does not include hostname
46-
show_dir_listing : false
47-
4832
# Outputting
4933
permalink : date
5034
paginate_path : /page:num
@@ -72,4 +56,5 @@ kramdown:
7256
math_engine : mathjax
7357
syntax_highlighter: rouge
7458

75-
theme: jekyll-theme-hacker
59+
theme: jekyll-theme-hacker
60+
remote_theme: pages-themes/hacker@v0.2.0

0 commit comments

Comments
 (0)