Skip to content

Commit 3332bf5

Browse files
Merge pull request #45 from bcgov/new-site-upload
New site upload
2 parents a4f081a + 05a3844 commit 3332bf5

File tree

419 files changed

+17974
-1155
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

419 files changed

+17974
-1155
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
- OS: [e.g. iOS]
28+
- Browser [e.g. chrome, safari]
29+
- Version [e.g. 22]
30+
31+
**Smartphone (please complete the following information):**
32+
- Device: [e.g. iPhone6]
33+
- OS: [e.g. iOS8.1]
34+
- Browser [e.g. stock browser, safari]
35+
- Version [e.g. 22]
36+
37+
**Additional context**
38+
Add any other context about the problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Suggest or Fix Content
3+
about: Propose changes to text, image or links on this site
4+
title: ''
5+
labels: Content
6+
assignees: HeatherRemacle
7+
8+
---
9+
10+
**Please identify the location of the content you would like changed (line number in markdown):**
11+
12+
13+
**Proposed change:**

.gitignore

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
.idea/*
1+
*.gem
2+
node_modules/
3+
4+
## Environment normalization:
5+
/.bundle/
6+
/vendor/bundle
7+
/lib/bundler/man/
8+
9+
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
10+
.rvmrc
11+
12+
# Jekyll stuff
13+
.jekyll-cache
14+
.jekyll-metadata
15+
_site
16+
.sass-cache

COMPLIANCE.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: compliance
2+
description: |
3+
This document is used to track a projects PIA and STRA
4+
compliance.
5+
spec:
6+
- name: PIA
7+
status: PIA_STATUS_HERE
8+
last-updated: '2020-05-07T22:23:08.815Z'
9+
- name: STRA
10+
status: STRA_STATUS_HERE
11+
last-updated: '2020-05-07T22:23:08.815Z'

Gemfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
source "https://rubygems.org"
2+
gemspec :name => 'bcwds-jekyll'
3+
4+
group :jekyll_plugins do
5+
gem 'jekyll-last-modified-at'
6+
end

Gemfile.lock

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
PATH
2+
remote: .
3+
specs:
4+
bcwds-jekyll (4.2.1)
5+
jekyll (>= 3.4, < 5)
6+
7+
GEM
8+
remote: https://rubygems.org/
9+
specs:
10+
addressable (2.7.0)
11+
public_suffix (>= 2.0.2, < 5.0)
12+
colorator (1.1.0)
13+
concurrent-ruby (1.1.5)
14+
em-websocket (0.5.1)
15+
eventmachine (>= 0.12.9)
16+
http_parser.rb (~> 0.6.0)
17+
eventmachine (1.2.7)
18+
ffi (1.11.1)
19+
forwardable-extended (2.6.0)
20+
http_parser.rb (0.6.0)
21+
i18n (1.6.0)
22+
concurrent-ruby (~> 1.0)
23+
jekyll (4.0.0)
24+
addressable (~> 2.4)
25+
colorator (~> 1.0)
26+
em-websocket (~> 0.5)
27+
i18n (>= 0.9.5, < 2)
28+
jekyll-sass-converter (~> 2.0)
29+
jekyll-watch (~> 2.0)
30+
kramdown (~> 2.1)
31+
kramdown-parser-gfm (~> 1.0)
32+
liquid (~> 4.0)
33+
mercenary (~> 0.3.3)
34+
pathutil (~> 0.9)
35+
rouge (~> 3.0)
36+
safe_yaml (~> 1.0)
37+
terminal-table (~> 1.8)
38+
jekyll-last-modified-at (1.1.0)
39+
jekyll (>= 3.7, < 5.0)
40+
posix-spawn (~> 0.3.9)
41+
jekyll-sass-converter (2.0.0)
42+
sassc (> 2.0.1, < 3.0)
43+
jekyll-watch (2.2.1)
44+
listen (~> 3.0)
45+
kramdown (2.3.0)
46+
kramdown-parser-gfm (1.1.0)
47+
kramdown (~> 2.3.0)
48+
liquid (4.0.3)
49+
listen (3.1.5)
50+
rb-fsevent (~> 0.9, >= 0.9.4)
51+
rb-inotify (~> 0.9, >= 0.9.7)
52+
ruby_dep (~> 1.2)
53+
mercenary (0.3.6)
54+
pathutil (0.16.2)
55+
forwardable-extended (~> 2.6)
56+
posix-spawn (0.3.13)
57+
public_suffix (4.0.1)
58+
rake (12.3.3)
59+
rb-fsevent (0.10.3)
60+
rb-inotify (0.10.0)
61+
ffi (~> 1.0)
62+
rouge (3.10.0)
63+
ruby_dep (1.5.0)
64+
safe_yaml (1.0.5)
65+
sassc (2.2.0)
66+
ffi (~> 1.9)
67+
terminal-table (1.8.0)
68+
unicode-display_width (~> 1.1, >= 1.1.1)
69+
unicode-display_width (1.6.0)
70+
71+
PLATFORMS
72+
ruby
73+
74+
DEPENDENCIES
75+
bcwds-jekyll!
76+
bundler
77+
jekyll-last-modified-at
78+
rake
79+
80+
BUNDLED WITH
81+
1.17.3

LICENCE

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)