Skip to content
Snippets Groups Projects
Commit 154b4ff5 authored by Lars Bilke's avatar Lars Bilke
Browse files

[web] Inline and block code styling.

parent 38a8b490
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ indent_size = 4 ...@@ -8,7 +8,7 @@ indent_size = 4
[*.{md,pandoc}] [*.{md,pandoc}]
trim_trailing_whitespace = false trim_trailing_whitespace = false
[*.{json,yml,toml,html,css,js}] [*.{json,yml,toml,html,css,js,scss}]
indent_size = 2 indent_size = 2
[Jenkinsfile] [Jenkinsfile]
......
...@@ -20,4 +20,4 @@ ...@@ -20,4 +20,4 @@
*.bin filter=lfs diff=lfs merge=lfs -text *.bin filter=lfs diff=lfs merge=lfs -text
*.pvtu* filter=lfs diff=lfs merge=lfs -text *.pvtu* filter=lfs diff=lfs merge=lfs -text
*.gif filter=lfs diff=lfs merge=lfs -text *.gif filter=lfs diff=lfs merge=lfs -text
web/resources/_gen/scss/*.content filter=lfs diff=lfs merge=lfs -text web/resources/_gen/**/*.content filter=lfs diff=lfs merge=lfs -text
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
node_modules/.bin/hugo-algolia --toml -s""" node_modules/.bin/hugo-algolia --toml -s"""
[context.production.environment] [context.production.environment]
HUGO_VERSION = "0.47" HUGO_VERSION = "0.47.1"
HUGO_ENV = "production" HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true" HUGO_ENABLEGITINFO = "true"
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
hugo -b $DEPLOY_PRIME_URL""" hugo -b $DEPLOY_PRIME_URL"""
[context.deploy-preview.environment] [context.deploy-preview.environment]
HUGO_VERSION = "0.47" HUGO_VERSION = "0.47.1"
[context.branch-deploy] [context.branch-deploy]
command = """ command = """
...@@ -29,4 +29,4 @@ ...@@ -29,4 +29,4 @@
hugo -b $DEPLOY_PRIME_URL""" hugo -b $DEPLOY_PRIME_URL"""
[context.branch-deploy.environment] [context.branch-deploy.environment]
HUGO_VERSION = "0.47" HUGO_VERSION = "0.47.1"
...@@ -61,6 +61,22 @@ h4 > .headerlink { ...@@ -61,6 +61,22 @@ h4 > .headerlink {
} }
} }
// Inline code and blocks
code {
@apply .p-px;
@apply .bg-grey-lighter;
@apply .rounded-sm;
}
pre {
@apply .-ml-2;
@apply .pl-2;
@apply .border-l-8;
}
pre > code {
@apply .bg-transparent;
}
p, ul, pre { p, ul, pre {
@apply .mb-4; @apply .mb-4;
} }
......
...@@ -208,7 +208,7 @@ Just use the provided Windows installer and make sure to add conan to your path ...@@ -208,7 +208,7 @@ Just use the provided Windows installer and make sure to add conan to your path
Check on a newly opened command line if Conan was installed successfully: Check on a newly opened command line if Conan was installed successfully:
``` ```bash
$ conan --version $ conan --version
Conan version 1.0.4 Conan version 1.0.4
``` ```
...@@ -219,7 +219,7 @@ Use either the provided deb-package or install via Pythons `pip`. ...@@ -219,7 +219,7 @@ Use either the provided deb-package or install via Pythons `pip`.
Check on a newly opened command line if Conan was installed successfully: Check on a newly opened command line if Conan was installed successfully:
``` ```bash
$ conan --version $ conan --version
Conan version 1.0.4 Conan version 1.0.4
``` ```
...@@ -228,13 +228,13 @@ Conan version 1.0.4 ...@@ -228,13 +228,13 @@ Conan version 1.0.4
::: {.mac} ::: {.mac}
Use Homebrew: Use Homebrew:
``` ```bash
brew install conan brew install conan
``` ```
Check on a newly opened command line if Conan was installed successfully: Check on a newly opened command line if Conan was installed successfully:
``` ```bash
$ conan --version $ conan --version
Conan version 1.0.4 Conan version 1.0.4
``` ```
......
No preview for this file type
No preview for this file type
{"Target":"main.min.cebb7195a781d073a00cdd6000559ca0bfc4c0702aceccfc281bdf84ac5e1a25.css","MediaType":"text/css","Data":{"Integrity":"sha256-zrtxlaeB0HOgDN1gAFWcoL/EwHAqzsz8KBvfhKxeGiU="}} {"Target":"main.min.43c5744a6baebcf97e0a3ee202c196793f5703125fd26e790908a942e9c8dd5e.css","MediaType":"text/css","Data":{"Integrity":"sha256-Q8V0SmuuvPl+Cj7iAsGWeT9XAxJf0m55CQipQunI3V4="}}
\ No newline at end of file \ No newline at end of file
File added
{"Target":"main.css","MediaType":"text/css","Data":{}}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment