Commit Graph

21 Commits

Author SHA1 Message Date
steveoh b8802f8707 Interactive Gulp task for incident creation (#34)
* Add inquirer to get some prompts

* Create some questions

Refs #16

* Add tomljs to read config for choices

* Kebab-case the input file name

* Fix listing errors

* Lint all relevant js files

* Add new incident npm script

* Set as default so out of the box this just works

* refactor out args that are used everywhere

* Add inquirer validation

* Handle inquirer answers

* Create toml from answers

* Fix linting

* Treat title and file name separately

This allows for Hugo new to work and enhances the gulp task but breaks
TranslationBaseName e.g.: `post` for `post.es.md` (if `Multilingual` is
enabled.) which I’m not sure is enabled by default.

* add comment to replace

* update new issue creation

* fix spelling
2017-09-11 17:10:31 -07:00
steveoh 08610dfc4f update archetypes to match config systems 2017-09-05 13:53:40 -06:00
steveoh 783a480827 flex more 2017-09-05 09:26:19 -06:00
steveoh 9ad492dfbe No more floats. Flex out! 💪 2017-08-30 19:02:11 -06:00
steveoh 59c9ec9774 Add accessibility items 2017-08-30 19:00:58 -06:00
steveoh 0c06ef17c7 Use mute instead of opacity everywhere 2017-08-30 18:59:32 -06:00
steveoh c6e5108b44 add affected systems to incident cards
closes #12
2017-08-29 21:58:08 -06:00
steveoh 977be66adc default severity to under maintenance to guard nils 2017-08-29 09:32:11 -06:00
steveoh 6dd1d6ab05 use regular pages to not pick up all page types 2017-08-29 09:31:34 -06:00
steveoh 8ff8e97da5 update for hugo 0.24
From Hugo 0.24 this must be provided in the archetype file itself, if needed. Example:
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ .Date }}
draft: true
---
2017-06-29 11:01:47 -06:00
David Calavera 25edff34bb
Fix typo in the affected systems attribute.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2017-02-09 11:49:53 +01:00
David Calavera 53270f98df
Use the default favicons path to set the link.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-11-28 15:56:28 -08:00
David Calavera 444a66a192
Remove favicons from the environment.
It's hard to assume people will have those setup correctly from the
beginning.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-11-28 10:52:19 -08:00
David Calavera 3d127900bf
Rename state to severity.
This is a more accurated representation of what it means.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-11-23 09:53:38 -08:00
David Calavera a1221afba7
Add shortcode to track timing.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-11-22 13:06:44 -08:00
David Calavera 38a75244ae
Simplify date format keeping timezone information.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-11-21 17:42:14 -08:00
David Calavera 306bbcb179 Merge pull request #5 from netlify/new-footer-links
New Footer Links
2016-11-21 17:25:29 -08:00
David Calavera 40b493c9b6
Fix footer in all pages.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-11-21 17:22:46 -08:00
David Calavera e20a6bc9af
Fix clear template issue formatting the date.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-11-21 17:06:08 -08:00
Rafael Conde ca33db7791 New Footer Links 2016-11-21 16:42:59 -08:00
David Calavera 0143a64735
🌅
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-11-21 15:33:10 -08:00