-
Notifications
You must be signed in to change notification settings - Fork 3
Configure Nigeria static site to use configurations from files #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: nigeria
Are you sure you want to change the base?
Changes from all commits
8387edb
9b92e01
45e7e5f
e21c811
7e6bbc6
bf21419
fdc582b
17510a0
9dc12ce
11186f0
40a8e57
527973d
df6fe13
acad750
bb96f3b
f58403f
457e672
fbc9f40
28d61ab
2a55fa3
2e84924
401bef9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| AWS_ACCESS_KEY_ID= | ||
| AWS_SECRET_ACCESS_KEY= | ||
| BUCKET="opengazettes.or.ke" | ||
| BUCKET="http://opengazettes.or.ng" | ||
| JURISDICTION= | ||
| JURISDICTION_CODE= | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,4 +5,3 @@ data.jsonlines | |
| .env | ||
| .idea/ | ||
| /gazettes_index.jsonlines | ||
| /.env | ||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,3 +28,9 @@ $navbar-border-radius: 0px; | |
| "bootstrap", | ||
| "site" | ||
| ; | ||
|
|
||
| .home { | ||
| .sample-searches a { | ||
| color: #f9adab; | ||
| } | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the bucket a URL? Let's also call this
S3_BUCKETto be even more clear.