Add table styling and color pallets (#30)
* Add table styling * Add light color pallet * Add pallet for dark theme * Add font size to post page wrapper * Remove footer border color variable
This commit is contained in:
@@ -23,6 +23,15 @@ Yo yo yo
|
||||
|
||||
> And this is a really really really really really long blockquote which spans across multple lines
|
||||
|
||||
One importnant thing to keep in mind is that using multi-stage will not impact the build time of your container, the time difference between the build times is negligible
|
||||
|
||||
| Language | Normal | Multi-Stage |
|
||||
|-------|----------------|-------|
|
||||
| Python | 274 MB | 84.5 MB |
|
||||
| Golang | 829 MB | 15.3MB |
|
||||
|
||||
Multi-stage builds are useful where space is a constraint, and whilst it is always better to build small concise containers, it is easy to get carried away trying to shave off a few megabytes. Even though they are great to use, they shouldn’t be abused, the effort should always spent be towards improving the workflow.
|
||||
|
||||
```py
|
||||
# Codeblocks look like this
|
||||
|
||||
|
||||
Reference in New Issue
Block a user