Skip to content

Commit

Permalink
Fix previous purple team times
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteHoodHacker authored Oct 28, 2024
1 parent d913340 commit babd44f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Active Directory II
type: purple
time_start: 2024-10-22T19:00
time_start: 2024-10-22T19:00:00-05:00
duration: ""
week_number: 8
credit:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Secure DNS, E-Mail, FTP, SMB, DACL & AD + CyberForce Strategy
type: purple
time_start: 2024-10-24T19:00
time_start: 2024-10-24T19:00:00-05:00
duration: ""
week_number: 8
credit:
Expand Down
31 changes: 16 additions & 15 deletions sigpwny.com/public/manage/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,6 @@ slug:
media_folder: media

collections:
- name: 'redirects-collection'
label: 'Redirects'
format: 'flat-json'
files:
- label: 'All Redirects'
file: 'sigpwny.com/src/redirects.json'
name: 'redirects'
fields:
- {label: 'Links', name: 'items', widget: 'list', fields: [
# must be named 'key' for our custom formatter to work
{label: 'From', name: 'key', widget: 'string', hint: 'Example: "/qrcode"'},
{label: 'To', name: 'destination', widget: 'string', hint: 'Example: "myurl.com/foo"'},
{label: 'Status Code', name: 'status', widget: 'hidden', default: 302}
]}
- name: 'meetings'
label: 'Meetings'
label_singular: 'Meeting'
Expand Down Expand Up @@ -85,7 +71,7 @@ collections:
fields:
- {label: 'Title', name: 'title', widget: 'string', hint: 'Examples: "UIUCTF 2022" or "Fall CTF 2022"'}
- {label: 'Series', name: 'series', widget: 'select', options: ['uiuctf', 'fallctf']}
- {label: 'Start Time', name: 'time_start', widget: 'datetime', default: '', date_format: 'YYYY-MM-DD', time_format: 'HH:mm', hint: 'Make sure to use UTC time!'}
- {label: 'Start Time', name: 'time_start', widget: 'datetime', default: '', date_format: 'YYYY-MM-DD', time_format: 'HH:mm:ssZ', picker_utc: false, hint: 'Ensure date matches date in path. Input time is based on the timezone of YOUR COMPUTER. Display timezone is an option below.'}
- {label: 'Duration', name: 'duration', widget: 'string', default: 'PT48H', hint: 'Leave blank to default to 48-hour duration. Use ISO 8601 duration format - P(n)Y(n)M(n)DT(n)H(n)M(n)S. Example: "PT6H" is 6 hours.', required: false}
- {label: 'Display Timezone', name: 'timezone', widget: 'string', hint: 'Leave blank for "America/Chicago." Examples: "America/Chicago" or "Etc/UTC"', required: false}
- {label: 'Credit', name: 'credit', widget: 'list', hint: 'Separate names with commas. To add a name with whitespace, type without spaces first, then insert spaces.', required: false}
Expand Down Expand Up @@ -200,3 +186,18 @@ collections:
sortable_fields: ['weight', 'name', 'handle']
slug: '{{name}}'
path: '{{slug}}/index'

- name: 'redirects-collection'
label: 'Redirects'
format: 'flat-json'
files:
- label: 'sigpwny.com'
file: 'sigpwny.com/src/redirects.json'
name: 'redirects'
fields:
- {label: 'Links', name: 'items', widget: 'list', fields: [
# must be named 'key' for our custom formatter to work
{label: 'From', name: 'key', widget: 'string', hint: 'Example: "/qrcode"'},
{label: 'To', name: 'destination', widget: 'string', hint: 'Example: "myurl.com/foo"'},
{label: 'Status Code', name: 'status', widget: 'hidden', default: 302}
]}

0 comments on commit babd44f

Please sign in to comment.