images
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
||||
node_modules
|
||||
node_modules
|
||||
resources
|
@ -2,12 +2,8 @@
|
||||
position: static
|
||||
}
|
||||
|
||||
.fixed {
|
||||
position: fixed
|
||||
}
|
||||
|
||||
.-mt-4 {
|
||||
margin-top: -1rem
|
||||
.mb-4 {
|
||||
margin-bottom: 1rem
|
||||
}
|
||||
|
||||
.mt-0 {
|
||||
@ -30,14 +26,6 @@
|
||||
margin-top: 0.25rem
|
||||
}
|
||||
|
||||
.mt-4 {
|
||||
margin-top: 1rem
|
||||
}
|
||||
|
||||
.mb-4 {
|
||||
margin-bottom: 1rem
|
||||
}
|
||||
|
||||
.block {
|
||||
display: block
|
||||
}
|
||||
@ -159,14 +147,6 @@
|
||||
padding: 1rem
|
||||
}
|
||||
|
||||
.p-2 {
|
||||
padding: 0.5rem
|
||||
}
|
||||
|
||||
.p-3 {
|
||||
padding: 0.75rem
|
||||
}
|
||||
|
||||
.py-2\.5 {
|
||||
padding-top: 0.625rem;
|
||||
padding-bottom: 0.625rem
|
||||
@ -182,21 +162,11 @@
|
||||
padding-right: 1rem
|
||||
}
|
||||
|
||||
.py-3 {
|
||||
padding-top: 0.75rem;
|
||||
padding-bottom: 0.75rem
|
||||
}
|
||||
|
||||
.py-1 {
|
||||
padding-top: 0.25rem;
|
||||
padding-bottom: 0.25rem
|
||||
}
|
||||
|
||||
.py-0 {
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px
|
||||
}
|
||||
|
||||
.pb-2 {
|
||||
padding-bottom: 0.5rem
|
||||
}
|
||||
@ -292,6 +262,10 @@
|
||||
}
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
.lg\:hidden {
|
||||
display: none
|
||||
}
|
||||
|
||||
.lg\:flex-row {
|
||||
flex-direction: row
|
||||
}
|
||||
|
@ -3,7 +3,11 @@
|
||||
|
||||
[goldmark]
|
||||
[goldmark.renderer]
|
||||
unsafe = true
|
||||
unsafe = true
|
||||
|
||||
[highlight]
|
||||
noClasses = false
|
||||
noClasses = false
|
||||
|
||||
[tableOfContents]
|
||||
startLevel = 2
|
||||
endLevel = 4
|
||||
|
@ -366,7 +366,7 @@ After few seconds, Traefik should launch and generate proper SSL certificate for
|
||||
|
||||
If properly configured, you will be prompted for access. After entering admin as user and your own chosen password, you should finally access to the traefik dashboard !
|
||||
|
||||

|
||||

|
||||
|
||||
### Portainer
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 228 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
@ -4,6 +4,6 @@ module.exports = {
|
||||
"./content/**/*.{html,md}",
|
||||
],
|
||||
safelist: [
|
||||
'sm:flex-row', 'lg:flex-row'
|
||||
'sm:flex-row', 'lg:flex-row', 'lg:hidden'
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user