1
0

add initial marp implementation with sample content and build configuration

This commit is contained in:
2025-09-13 18:13:22 +02:00
parent dcacc9b409
commit e5f219507f
10319 changed files with 1402023 additions and 0 deletions

31
themes/custom-theme.css Normal file
View File

@@ -0,0 +1,31 @@
/* @theme custom-theme */
@import-theme "gaia";
section {
background-color: #f0f8ff;
color: #2c3e50;
}
h1 {
color: #3498db;
text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}
h2 {
color: #e74c3c;
}
code {
background-color: #ecf0f1;
color: #2c3e50;
padding: 2px 4px;
border-radius: 3px;
}
blockquote {
border-left: 4px solid #3498db;
background-color: #ecf0f1;
padding: 10px;
margin: 10px 0;
}