forked from OpenSecuritySummit/oss2018
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
262 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,6 +100,10 @@ paginate = 10 | |
url = "mailto:[email protected]" | ||
pre = "<i class='fa fa-2x fa-envelope'></i>" | ||
|
||
[taxonomies] | ||
category = "categories" | ||
tag = "tags" | ||
|
||
[params] | ||
viewMorePostLink = "/blog/" | ||
author = "PhotoBox" | ||
|
@@ -162,7 +166,7 @@ paginate = 10 | |
# Enable and disable widgets for the right sidebar | ||
[params.widgets] | ||
categories = true | ||
tags = true | ||
tags = false | ||
search = true | ||
|
||
[params.carousel] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title : John Killilea | ||
title : Tim Redding | ||
type : participant | ||
job_title : | ||
company : Photobox GS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title : Tim Redding | ||
type : participant | ||
job_title : | ||
company : Photobox GS | ||
travel-from : | ||
image : | ||
linkedin : | ||
twitter : | ||
facebook : | ||
website : | ||
email : | ||
project_leader : | ||
chapter_leader : | ||
regonline : | ||
pre-summit : | ||
status : add details | ||
sessions: | ||
notes : | ||
# add a comma delimited list of the Working Sessions you would like to attend in the meta above (use the session's title) e.g. sessions: Security Playbooks Diagrams, Hackathon Daily Sessions | ||
|
||
--- | ||
|
||
<!-- put more details about participant here --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ organizers : | |
|
||
User session to help ZAP users | ||
|
||
(add more details) | ||
(add more details) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<div id="clues"> | ||
<ul class="visual-clues"> | ||
{{ if eq .Params.type "user-session" }} | ||
<li><a href=""><i class="fa fa-user-circle"></i> session </a></li> | ||
{{ end }} | ||
{{ if eq .Params.type "working-session" }} | ||
<li><a href=""><i class="fa fa-wrench"></i> session </a></li> | ||
{{ end }} | ||
{{ if eq .Params.status "draft" }} | ||
<li><a href=""><i class="fa fa-info"></i> draft </a></li> | ||
{{ end }} | ||
{{ with .Params.organizers }} | ||
{{ else }} | ||
<li><a href=""><i class="fa fa-exclamation-circle"></i> needs organizer </a></li> | ||
{{ end }} | ||
</ul> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.