-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.yml
210 lines (210 loc) · 5.23 KB
/
index.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
# Index data for DOM Cloud templates
relative_url: https://raw.githubusercontent.com/domcloud/recipes/master/
templates:
- title: WordPress
file: boot/wordpress.yml
icon: https://simpleicons.org/icons/wordpress.svg
color: "#21759B"
- title: Drupal
file: boot/drupal.yml
icon: https://simpleicons.org/icons/drupal.svg
color: "#0678BE"
- title: CodeIgniter
file: boot/codeigniter.yml
icon: https://simpleicons.org/icons/codeigniter.svg
color: "#EF4223"
- title: Laravel
file: boot/laravel.yml
icon: https://simpleicons.org/icons/laravel.svg
color: "#FF2D20"
- title: Express + TSC
file: boot/express.yml
icon: https://simpleicons.org/icons/express.svg
color: "#000000"
- title: Next.js
file: boot/nextjs.yml
icon: https://simpleicons.org/icons/nextdotjs.svg
color: "#000000"
- title: Nuxt.js
file: boot/nuxtjs.yml
icon: https://simpleicons.org/icons/nuxt.svg
color: "#00DC82"
- title: SvelteKit
file: boot/sveltekit.yml
icon: https://simpleicons.org/icons/svelte.svg
color: "#FF3E00"
- title: Flask
file: boot/flask.yml
icon: https://simpleicons.org/icons/flask.svg
color: "#000000"
- title: Django
file: boot/django.yml
icon: https://simpleicons.org/icons/django.svg
color: "#092E20"
- title: Rails
file: boot/rails.yml
icon: https://simpleicons.org/icons/rubyonrails.svg
color: "#CC0000"
- title: Strapi
file: boot/strapi.yml
icon: https://simpleicons.org/icons/strapi.svg
color: "#2F2E8B"
- title: PocketBase
file: boot/pocketbase.yml
icon: https://simpleicons.org/icons/pocketbase.svg
color: "#769BA5"
- title: Ghost
file: boot/ghost.yml
icon: https://simpleicons.org/icons/ghost.svg
color: "#15171A"
- title: Directus
file: boot/directus.yml
icon: https://simpleicons.org/icons/directus.svg
color: "#263238"
- title: Jekyll
file: boot/jekyll.yml
icon: https://simpleicons.org/icons/jekyll.svg
color: "#CC0000"
- title: Flarum
file: boot/flarum.yml
icon: https://domcloud.co/assets/feat/flarum.svg
color: "#FF2D20"
- title: Magento
file: boot/magento.yml
icon: https://simpleicons.org/icons/magento.svg
color: "#EE672F"
- title: Jupyter
file: boot/jupyter.yml
icon: https://simpleicons.org/icons/jupyter.svg
color: "#F37626"
- title: Moodle
file: boot/moodle.yml
icon: https://simpleicons.org/icons/moodle.svg
color: "#F98012"
frameworks:
- title: Static Web (HTML)
file: html.yml
group: HTML
- title: Static Web (SPA)
file: html-spa.yml
group: HTML
- title: Vite
file: html-vite.yml
group: HTML
- title: Gatsby
file: html-gatsby.yml
group: HTML
- title: Docusaurus
file: html-docusaurus.yml
group: HTML
- title: Create React App
file: html-cra.yml
group: HTML
- title: Jekyll
file: html-jekyll.yml
group: HTML
- title: Hugo
file: html-hugo.yml
group: HTML
- title: MkDocs
file: html-mkdocs.yml
group: HTML
- title: Hexo
file: html-hexo.yml
group: HTML
- title: Slate Docs
file: html-slatedocs.yml
group: HTML
- title: PHP Dev (like XAMPP)
file: php-debug.yml
group: PHP
- title: CodeIgniter 3
file: php-codeigniter3.yml
group: PHP
- title: CodeIgniter 4
file: php-codeigniter4.yml
group: PHP
- title: Laravel (MySQL)
file: php-laravel.yml
group: PHP
- title: Laravel (PostgreSQL)
file: php-laravel-pgsql.yml
group: PHP
- title: Node app.js
file: node-app.yml
group: JavaScript
- title: Node Typescript
file: node-tsc.yml
group: JavaScript
- title: Next.js
file: node-nextjs.yml
group: JavaScript
- title: Nuxt.js
file: node-nuxtjs.yml
group: JavaScript
- title: SvelteKit
file: node-sveltekit.yml
group: JavaScript
- title: Nest.js
file: node-nestjs.yml
group: JavaScript
- title: Deno app.ts
file: deno-app.yml
group: JavaScript
- title: Bun app.ts
file: bun-app.yml
group: JavaScript
- title: Python app.py
file: python-app.yml
group: Python
- title: Python wsgi.py (WSGI)
file: python-wsgi.yml
group: Python
- title: Streamlit app.py
file: python-streamlit.yml
group: Python
- title: Uvicorn (ASGI)
file: python-uvicorn.yml
group: Python
- title: Flask
file: python-flask.yml
group: Python
- title: Flask (MySQL)
file: python-flask-mysql.yml
group: Python
- title: Flask (PostgreSQL)
file: python-flask-pgsql.yml
group: Python
- title: Django
file: python-django.yml
group: Python
- title: Ruby config.ru
file: ruby-ru.yml
group: Ruby
- title: Ruby on Rails
file: ruby-rails.yml
group: Ruby
- title: Go (Go Run)
file: go-run.yml
group: Go
- title: Go (Binary Build)
file: go-binary.yml
group: Go
- title: Rust (Cargo Run)
file: rust-cargo.yml
group: Rust
- title: Rust (Binary Build)
file: rust-binary.yml
group: Rust
- title: Zig (Binary Build)
file: zig-binary.yml
group: Zig
- title: Java Main.java
file: java-app.yml
group: Java
- title: Dotnet Run
file: dotnet-run.yml
group: Dotnet
- title: Docker Compose
file: docker-comp.yml
group: Docker