Skip to content
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

Darkmode #33

Merged
merged 53 commits into from
Feb 6, 2024
Merged
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
ed18822
support light/dark mode images
osterman Feb 2, 2024
e901696
optimize readme formatting
osterman Feb 2, 2024
94f1762
spruce up checkboxes
osterman Feb 2, 2024
52aeae2
adjust formatting
osterman Feb 5, 2024
dc5f7c1
fix logic
osterman Feb 5, 2024
05392a5
remove whitespace
osterman Feb 5, 2024
6a0abfb
remove whitespace
osterman Feb 5, 2024
48756d3
convert to using img tags and support video
osterman Feb 5, 2024
c4fb9e1
import strings
osterman Feb 5, 2024
d18484a
fix regex match
osterman Feb 5, 2024
af280b7
rebuild readme
osterman Feb 5, 2024
d8003b8
convert banner image to html
osterman Feb 5, 2024
936998e
update readme
osterman Feb 5, 2024
c0bb2f8
update readme
osterman Feb 5, 2024
2558a43
update readme
osterman Feb 6, 2024
c8cad19
update readme
osterman Feb 6, 2024
c9abe06
fix formatting
osterman Feb 6, 2024
b102440
update readme
osterman Feb 6, 2024
e86a780
update readme
osterman Feb 6, 2024
f9a1676
update readme
osterman Feb 6, 2024
58f16bc
update readme
osterman Feb 6, 2024
e0b4761
update readme
osterman Feb 6, 2024
464b272
update readme
osterman Feb 6, 2024
5142158
update readme
osterman Feb 6, 2024
4ea4042
update readme
osterman Feb 6, 2024
bb74aae
update readme
osterman Feb 6, 2024
eacf2be
update readme
osterman Feb 6, 2024
9855722
update readme
osterman Feb 6, 2024
71bff18
update readme
osterman Feb 6, 2024
7577c26
update readme
osterman Feb 6, 2024
97612b5
update readme
osterman Feb 6, 2024
cca7746
update readme
osterman Feb 6, 2024
0266ab6
update readme
osterman Feb 6, 2024
93c7a4f
update readme
osterman Feb 6, 2024
a0ec7c2
update readme
osterman Feb 6, 2024
00381f3
play with whitespace
osterman Feb 6, 2024
b226107
play with whitespace
osterman Feb 6, 2024
192f7c6
update copy
osterman Feb 6, 2024
3de6f98
update readme
osterman Feb 6, 2024
fe8b973
update readme
osterman Feb 6, 2024
d51eaf1
update readme
osterman Feb 6, 2024
4834136
update readme
osterman Feb 6, 2024
edb148c
update readme
osterman Feb 6, 2024
7b828b9
update readme
osterman Feb 6, 2024
09822ff
update copy
osterman Feb 6, 2024
1fcee37
update readme
osterman Feb 6, 2024
40e0f33
update readme
osterman Feb 6, 2024
c1c3a53
update readme
osterman Feb 6, 2024
7dc800f
update readme
osterman Feb 6, 2024
5b79619
update copy
osterman Feb 6, 2024
dbb306d
update readme
osterman Feb 6, 2024
cbce291
update readme
osterman Feb 6, 2024
32bcd87
fix video tag to supported format
osterman Feb 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update readme
osterman committed Feb 6, 2024
commit fe8b9731dd0ad3df27cdd712833d0ed19c5a3077
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -29,7 +29,11 @@
This repository fulfills several unique functions functions for the Cloud Posse GitHub Organization.

1. It can contain special org-level files that provide functionality for our organization on GitHub. These files include:
- [`profile/README.md`](profile/README.md)
- **[`profile/README.md`](profile/README.md)** - the profile README for the Cloud Posse GitHub organization
- **[`CONTRIBUTING.md`](CONTRIBUTING.md)** - how to get started contributing to our projects
- **[`SECURITY.md`](SECURITY.md)** - our security policy and how to report vulnerabilities
- **[`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md)** - our code of conduct covering our community and projects
- **[`SUPPORT.md`](SUPPORT.md)** - where to get support for our projects
2. It can also act as a source for defaults of some repo-level files that might be found in a new GitHub repo's `.github` folder.
In the event that a new repo is initialized without these files, the repo will behave on github.com as if the default copies of these files were present in the repo.
These files include:
2 changes: 1 addition & 1 deletion README.md.gotmpl
Original file line number Diff line number Diff line change
@@ -249,7 +249,7 @@ We build it with you. You own everything. Your team wins. Plus, we stick around
Ensure that your team succeeds by using our proven process and turnkey blueprints. Plus, we stick around until you succeed.

<details>
<summary>📚 **What's included?**</summary>
<summary>📚 <strong>What's included?</strong></summary>

- **Reference Architecture.** You'll get everything you need from the ground up built using 100% infrastructure as code.
- **Deployment Strategy.** You'll have a battle-tested deployment strategy using GitHub Actions that's automated and repeatable.
12 changes: 6 additions & 6 deletions README.yaml
Original file line number Diff line number Diff line change
@@ -33,7 +33,11 @@ description: |-
This repository fulfills several unique functions functions for the Cloud Posse GitHub Organization.

1. It can contain special org-level files that provide functionality for our organization on GitHub. These files include:
- [`profile/README.md`](profile/README.md)
- **[`profile/README.md`](profile/README.md)** - the profile README for the Cloud Posse GitHub organization
- **[`CONTRIBUTING.md`](CONTRIBUTING.md)** - how to get started contributing to our projects
- **[`SECURITY.md`](SECURITY.md)** - our security policy and how to report vulnerabilities
- **[`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md)** - our code of conduct covering our community and projects
- **[`SUPPORT.md`](SUPPORT.md)** - where to get support for our projects
2. It can also act as a source for defaults of some repo-level files that might be found in a new GitHub repo's `.github` folder.
In the event that a new repo is initialized without these files, the repo will behave on github.com as if the default copies of these files were present in the repo.
These files include:
@@ -49,8 +53,4 @@ examples: |-
2. Execute the `Auto-format` GitHub Action in the destination repository.

# Contributors to this project
contributors:
- name: "Marcin Brański"
github: "3h4x"
- name: "Dylan Bannon"
github: "dylanbannon"
contributors: []