Commit Graph

87 Commits

Author SHA1 Message Date
steveoh 51e4ba4e27 add linux and mac binaries 2017-06-29 16:51:20 -06:00
steveoh 2f3e1c7d26 add windows binary 2017-06-29 16:22:35 -06:00
steveoh 286d8059b1 add version. 2017-06-29 15:55:23 -06:00
steveoh 991d35c362 update readme
hugo can't find the toml if you are not working in the `site` directory
2017-06-29 11:06:30 -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 30a7266343 Merge pull request #22 from netlify/add_yarn_back
Add yarn.lock file.
2017-02-09 11:56:42 +01:00
David Calavera 52a8e35df9
Add yarn.lock file.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2017-02-09 11:52:18 +01:00
David Calavera b6f03b850b Merge pull request #21 from netlify/fix_archetype
Fix typo in the affected systems attribute.
2017-02-09 11:52:11 +01: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 b8e1614587 Merge pull request #20 from netlify/remove_yarn
Remove yarn to install dependencies.
2016-12-13 19:23:14 -08:00
David Calavera d277ab3f82
Remove yarn to install dependencies.
We can reconsider using it when it becomes more stable.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-12-09 10:41:41 -08:00
David Calavera fe720e75bc Merge pull request #19 from netlify/screenshot-link-in-readme
Add an Example StatusKit with Screenshot to README
2016-12-01 09:52:51 -08:00
Mathias Biilmann 88509e1c8f Add an Example StatusKit with Screenshot to README 2016-11-29 17:05:52 -08: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 0a81eb2f9b Merge pull request #17 from netlify/subsitute_state_with_severity
Rename state to severity.
2016-11-23 10:01:15 -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 5bed59b2e0 Merge pull request #15 from netlify/better_counting
Use UTC dates to count the days without incidents.
2016-11-23 08:45:57 -08:00
David Calavera 2fda8d46ee
Use UTC dates to count the days without incidents.
Ignore times to count in fixed 24h intervals.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-11-23 08:26:16 -08:00
David Calavera 08e3c0f8bb Merge pull request #13 from netlify/time_tracking
Add shortcode to track timing.
2016-11-22 13:42:48 -08:00
David Calavera 729671218e Merge pull request #14 from netlify/visual-tweaks-to-cards
Visual tweaks to cards
2016-11-22 13:42:22 -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
Rafael Conde f0d89253c3 Fix wrong margin on system cards 2016-11-22 11:34:26 -08:00
David Calavera 339fa8bfa2 Merge pull request #11 from netlify/use_yarn
Add yarn.lock file to manage dependencies.
2016-11-22 10:57:24 -08:00
David Calavera 7f89a44f01
Add yarn.lock to manage dependencies.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-11-22 09:48:55 -08:00
Rafael Conde 2f59f110d6 Prevents System Cards to take full width, which looks weird 2016-11-22 09:46:27 -08:00
David Calavera 3c2bec093a Merge pull request #9 from netlify/fix_plural
Show `1 day since` when there was an incident yesterday.
2016-11-21 17:52:01 -08:00
David Calavera b961f390e8
Show `1 day since` when there was an incident yesterday.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-11-21 17:49:55 -08:00
David Calavera b475ebbf33 Merge pull request #7 from netlify/remove_date_difference
Simplify date format keeping timezone information.
2016-11-21 17:43:54 -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 0218d91c87 Merge pull request #6 from netlify/fix_date_issues
Fix clear template issue formatting the date.
2016-11-21 17:15:47 -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
Rafael Conde a6900d08ef Fix syntax 2016-11-21 16:04:47 -08:00
David Calavera 0143a64735
🌅
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-11-21 15:33:10 -08:00