Skip to content

Commit

Permalink
Merge pull request #307 from bgraef/main
Browse files Browse the repository at this point in the history
merge new site layout into production
  • Loading branch information
bgraef authored Dec 12, 2023
2 parents 9652c65 + 6ec32e5 commit 5498d28
Show file tree
Hide file tree
Showing 816 changed files with 9,158 additions and 3,363 deletions.
129 changes: 129 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
@media screen and (min-width: 0px) {
.customthumb {
width: 100%;
height: 220px;
object-fit: cover;
box-shadow: 10px 10px 30px 2px rgba(0, 0, 0, 0.6);
}


.customEntitityLogo {
background-color: aliceblue;
position: relative;
min-width: 60px;
width: 60px;
height: 60px;
margin: 0px;
margin-left: -8px;
margin-top: 10px;
margin-bottom: 10px;
padding: 5px;
object-fit: contain;
border-radius: 4%;
}

.customEntitityAlbum {
background-color: aliceblue;
position: relative;
min-width: 60px;
width: 60px;
height: 60px;
margin: 0px;
margin-left: -8px;
margin-top: 10px;
margin-bottom: 10px;
padding: 0px;
object-fit: contain;
border-radius: 4%;
}

.customPlay {
position: relative;
min-width: 40px;
width: 40px;
height: 40px;
margin-right: 10px;
padding: 0px;
object-fit: cover;
border-radius: 50%;
}

}

@media screen and (min-width: 700px) {
.customEntitityLogo {
background-color: aliceblue;
position: relative;
min-width: 80px;
width: 80px;
height: 80px;
margin: 0px;
margin-left: -8px;
margin-top: 10px;
margin-bottom: 10px;
padding: 8px;
object-fit: contain;
border-radius: 4%;
}

.customEntitityAlbum {
background-color: aliceblue;
position: relative;
min-width: 80px;
width: 80px;
height: 80px;
margin: 0px;
margin-left: -8px;
margin-top: 10px;
margin-bottom: 10px;
padding: 0px;
object-fit: contain;
border-radius: 4%;
}

}

@media screen and (min-width: 1250px) {
.customthumb {
width: 300px;
height: 180px;
object-fit: cover;
box-shadow: 10px 10px 30px 2px rgba(0, 0, 0, 0.6);
margin-right: 30px;
}

.customEntitityLogo {
background-color: aliceblue;
position: relative;
min-width: 100px;
width: 100px;
height: 100px;
margin: 0px;
margin-left: -8px;
margin-top: 10px;
margin-bottom: 10px;
padding: 8px;
object-fit: contain;
border-radius: 4%;
}

.customEntitityAlbum {
background-color: aliceblue;
position: relative;
min-width: 100px;
width: 100px;
height: 100px;
margin: 0px;
margin-left: -8px;
margin-top: 10px;
margin-bottom: 10px;
padding: 0px;
object-fit: contain;
border-radius: 4%;
}

}

td {
vertical-align: middle !important;
}
Binary file modified assets/img/ol/OL-1200x200-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/oloci/OLCI-1200x200-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/olvm/OLVM-1200x200-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/opca/pca-header4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/osd/osd-1200x200-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/osmh/osmh-page-header-1200x200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/osms/osms-page-header-1200x200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/vbox/vbox-1200x200-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/ytplaylist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ googleAnalytics = "G-PEDMYR1V0K"
[module.hugoVersion]
extended = true
min = "0.87.0"
max = "0.116.0"
max = "0.126.0"
47 changes: 31 additions & 16 deletions config/_default/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,70 +20,70 @@
name = "Oracle Linux"
identifier = "t1"
parent = "t"
pageRef = "ol/ol"
pageRef = "tracks/ol"
weight = 10

[[main]]
name = "Linux on Oracle Cloud Infrastructure"
identifier = "t2"
parent = "t"
pageRef = "oloci/oloci"
pageRef = "tracks/oloci"
weight = 20

[[main]]
name = "Oracle Cloud Native Environment"
identifier = "t3"
parent = "t"
pageRef = "ocne/ocne"
pageRef = "tracks/ocne"
weight = 30

[[main]]
name = "Oracle Linux Automation Manager"
identifier = "t4"
parent = "t"
pageRef = "olam/olam"
pageRef = "tracks/olam"
weight = 40

[[main]]
name = "Oracle Linux Virtualization Manager"
identifier = "t5"
parent = "t"
pageRef = "olvm/olvm"
pageRef = "tracks/olvm"
weight = 50

[[main]]
name = "Oracle OS Management Service"
identifier = "t6"
parent = "t"
pageRef = "osms/osms"
pageRef = "tracks/osms"
weight = 60

[[main]]
name = "Oracle OS Management Hub"
identifier = "t7"
parent = "t"
pageRef = "osmh/osmh"
pageRef = "tracks/osmh"
weight = 70

[[main]]
name = "Oracle Private Cloud Appliance"
identifier = "t8"
parent = "t"
pageRef = "opca/opca"
pageRef = "tracks/opca"
weight = 80

[[main]]
name = "Oracle VM VirtualBox"
identifier = "t9"
parent = "t"
pageRef = "vbox/vbox"
pageRef = "tracks/vbox"
weight = 90

[[main]]
name = "Oracle Cloud Infrastructure Secure Desktops"
identifier = "t10"
parent = "t"
pageRef = "osd/osd"
pageRef = "tracks/osd"
weight = 95

[[main]]
Expand Down Expand Up @@ -197,12 +197,12 @@
#pageRef = "tags"
weight = 200

[[main]]
name = "Introduction to Oracle Linux"
identifier = "pl1"
parent = "pl"
url = "https://www.youtube.com/playlist?list=PLKCk3OyNwIzvZR0-OoTtScm2NNo68gWtq"
weight = 200
# [[main]]
# name = "Introduction to Oracle Linux"
# identifier = "pl1"
# parent = "pl"
# url = "https://www.youtube.com/playlist?list=PLKCk3OyNwIzvZR0-OoTtScm2NNo68gWtq"
# weight = 200

[[main]]
name = "Oracle Linux"
Expand Down Expand Up @@ -297,6 +297,21 @@
pageRef = "tags"
weight = 500

# [[subnavigation]]
# name = "test topic"
# url = "https://www.github.com"
# weight = 10

# [[subnavigation]]
# name = "test topic2"
# url = "https://www.github.com"
# weight = 20

# [[subnavigation]]
# name = "test topic3"
# url = "https://www.github.com"
# weight = 25

# -- Footer Menu --
# The footer menu is displayed at the bottom of the page, just before
# the copyright notice. Configure as per the main menu above.
Expand Down
16 changes: 8 additions & 8 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ autoSwitchAppearance = true
enableSearch = true
enableCodeCopy = true

mainSections = ["docs"]
mainSections = ["posts"]
# robots = ""

disableImageZoom = true
Expand All @@ -39,11 +39,11 @@ smartTOCHideUnfocusedChildren = true
[homepage]
layout = "custom" # valid options: page, profile, hero, card, background, custom
# homepageImage = "/img/iceland.jpg" # used in: hero, and card
showRecent = false
showRecentItems = 0
showMoreLink = false
showMoreLinkDest = "docs"
cardView = false
showRecent = true
showRecentItems = 3
showMoreLink = true
showMoreLinkDest = "posts"
cardView = true
cardViewScreenWidth = false
layoutBackgroundBlur = true # only used when layout equals background

Expand Down Expand Up @@ -82,8 +82,8 @@ smartTOCHideUnfocusedChildren = true
layoutBackgroundHeaderSpace = false
showBreadcrumbs = false
showSummary = false
showViews = true
showLikes = true
showViews = false
showLikes = false
showTableOfContents = true
showCards = true
groupByYear = false
Expand Down
Loading

0 comments on commit 5498d28

Please sign in to comment.