Skip to content

Commit

Permalink
New blog post: cde customization
Browse files Browse the repository at this point in the history
  • Loading branch information
l0rd committed Jan 26, 2024
1 parent a284db8 commit e574171
Show file tree
Hide file tree
Showing 13 changed files with 828 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .che/che-theia-plugins.yaml

This file was deleted.

5 changes: 4 additions & 1 deletion .devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ commands:
exec:
label: 0. Install Gemfile dependencies
component: jekyll
commandLine: bundle install
commandLine: bundle install --gemfile=/projects/che-blog/Gemfile
group:
kind: build
isDefault: true
Expand All @@ -42,3 +42,6 @@ commands:
group:
kind: build
isDefault: false
events:
postStart:
- bundle-install
434 changes: 434 additions & 0 deletions _posts/2024-02-05-cde-customization.adoc

Large diffs are not rendered by default.

70 changes: 70 additions & 0 deletions assets/html/cde-customization/devfile-table.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
@import url(https://iosevka-webfonts.github.io/iosevka/iosevka.css);
/* @import url(https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css); */

legend {
background-color: #000;
color: #fff;
padding: 3px 6px;
font-family: "Iosevka Web", sans-serif;
}

input {
margin: 0.4rem;
}

label {
font-family: "Iosevka Web", sans-serif;
}

.devfiles {
border: 1px solid black;
}

pre {
/* margin: 0.4rem; */
/* padding: 10px 20px 20px 20px; */
font-family: "Iosevka Web", sans-serif;
}

code {
font-family: "Iosevka Web", sans-serif;
}

del,
ins {
display: block;
text-decoration: none;
position: relative;
}

del {
background-color: #fbb;
}

ins {
background-color: #d4fcbc;
}

.area {
display: none;
clear: both;
}

.steps {
margin: 0.4rem 0.4rem 0.4rem 0.4rem;
/* border: 1px solid black; */
/* padding: 200px 200px 200px 200px; */
font-family: "Iosevka Web", sans-serif;
}

/* (A) FLEX CONTAINER */
/* .flex-wrap {
display: flex;
} */

/* (B) OPTIONAL COSMETICS */
.flex-wrap > * {
box-sizing: border-box;
/* width: 800px; */
padding: 10px;
}
Loading

0 comments on commit e574171

Please sign in to comment.