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

[SITE] Update to Bootstrap 5 #13870

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ or

```
# Run with your local Hugo installation
hugo server -w --baseUrl="http://localhost:1313"
hugo server -w --baseURL="http://localhost:1313"
```

Now open `http://localhost:1313` in a browser and navigate to the content that you're editing - voilà! Note: hugo's `watch` is not going to catch every change, so if you're making structural/file or date changes, consider Control-C and restart of the `watch` command.
Expand Down
2 changes: 1 addition & 1 deletion content/events/2019-cape-town/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Description = "DevOpsDays Cape Town 2019 will take place September 5-6, 2019!"
+++

<div class="row">
<div class = "col-md-6 order-md-12">
<div class = "col-md-6 order-md-5">
As a community-run event, DevOpsDays Cape Town strives to build awareness and spread lean, collaborative practises to organisations and individuals.
<br><br>
Cape Town has a thriving technology sector, respected globally, and bringing this international event here helps bridge local specialists with their global counterparts and broaden the community.
Expand Down
2 changes: 1 addition & 1 deletion content/events/2020-cape-town/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Description = "While our 2020 event will no longer happen, we will return in 202
</div>
</div>
<div class="row">
<div class = "col-md-6 order-md-12">
<div class = "col-md-6 order-md-5">
As a community-run event, DevOpsDays Cape Town strives to build awareness and spread lean, collaborative practises to organisations and individuals.
<br><br>
Cape Town has a thriving technology sector, respected globally, and bringing this international event here helps bridge local specialists with their global counterparts and broaden the community.
Expand Down
Loading
Loading