File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
news/posts/2025-09-01-GSoC-Report-DoodleBUGS Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ nocite: |
31
31
32
32
## DoodleBUGS Project Structure
33
33
34
- ``` {.bash}
34
+ ``` {.bash .code-overflow-scroll filename="Directory Structure" }
35
35
DoodleBUGS/ # Vite + Vue 3 app (UI editor)
36
36
├── README.md # project documentation
37
37
├── public/ # static assets served by Vite
@@ -197,7 +197,7 @@ Key differences:
197
197
198
198
Frontend (Vite):
199
199
200
- ``` bash
200
+ ``` {. bash}
201
201
# from repo root
202
202
cd DoodleBUGS
203
203
npm install
@@ -206,7 +206,7 @@ npm run dev
206
206
207
207
Backend (Julia):
208
208
209
- ``` bash
209
+ ``` {. bash .code-overflow-scroll}
210
210
# from repo root
211
211
julia --project=DoodleBUGS/runtime DoodleBUGS/runtime/server.jl
212
212
# server listens on http://localhost:8081
Original file line number Diff line number Diff line change
1
+ code {
2
+ white-space : normal ;
3
+ word-wrap : break-word ;
4
+ overflow-wrap : break-word ;
5
+ }
6
+
1
7
@media (max-width : 1200px ) {
2
8
.core-packages-grid {
3
9
grid-template-columns : repeat (2 , 1fr );
60
66
display : block ;
61
67
margin-top : 0.3rem ;
62
68
text-align : center ;
69
+
63
70
.button {
64
71
display : inline-block ;
65
72
width : auto ;
136
143
justify-content : center ;
137
144
}
138
145
}
146
+
139
147
.partner-logo {
140
148
flex-basis : auto ;
141
149
width : 100% ;
148
156
align-items : center ;
149
157
}
150
158
}
151
- }
159
+ }
You can’t perform that action at this time.
0 commit comments