Add Sculpin slides
This commit is contained in:
parent
a266b46fc1
commit
78e1ccbd03
5 changed files with 337 additions and 0 deletions
6
building-static-websites-sculpin/code/configuration.txt
Normal file
6
building-static-websites-sculpin/code/configuration.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: My talk
|
||||
foo: bar
|
||||
menu_links:
|
||||
- { title: About, href: / }
|
||||
- { title: Talks, href: /talks/ }
|
6
building-static-websites-sculpin/code/index.md.txt
Normal file
6
building-static-websites-sculpin/code/index.md.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
layout: default
|
||||
title: Hello!
|
||||
---
|
||||
|
||||
Hello, World!
|
Loading…
Add table
Add a link
Reference in a new issue