Browse Source

Separate blog themes

Bob Mottram 8 years ago
parent
commit
a98df56815
No account linked to committer's email
1 changed files with 77 additions and 2 deletions
  1. 77
    2
      src/freedombone-app-blogstatic

+ 77
- 2
src/freedombone-app-blogstatic View File

@@ -198,8 +198,83 @@ function mesh_install_blogstatic {
198 198
     create_pelican_makefile $rootdir$STATIC_BLOG_INSTALL_DIR/Makefile
199 199
     create_pelican_publish_conf $rootdir$STATIC_BLOG_INSTALL_DIR/publishconf.py
200 200
 
201
-    git clone --recursive $PELICAN_THEMES_REPO $rootdir$STATIC_BLOG_INSTALL_DIR/themes
202
-    git clone --recursive $PELICAN_PLUGINS_REPO $rootdir$STATIC_BLOG_INSTALL_DIR/plugins
201
+    mkdir -p $rootdir$STATIC_BLOG_INSTALL_DIR/themes
202
+    cd $rootdir$STATIC_BLOG_INSTALL_DIR/themes
203
+
204
+    # Clone themes separately because the themes repo sometimes has bad refs
205
+    git clone https://github.com/KenMercusLai/BT3-Flat
206
+    git clone https://github.com/abr4xas/Casper2Pelican
207
+    git clone https://github.com/alexandrevicenzi/Flex
208
+    git clone https://github.com/allenskd/Nuja
209
+    git clone https://github.com/ir193/Responsive-Pelican
210
+    git clone https://github.com/nairobilug/pelican-alchemy
211
+    git clone https://github.com/livibetter-backup/apricot
212
+    git clone https://github.com/jody-frankowski/blue-penguin
213
+    git clone https://github.com/gregseth/pelican-bgh
214
+    git clone https://github.com/blueicefield/pelican-blueidea
215
+    git clone https://github.com/demianbrecht/pelican-bold
216
+    git clone https://github.com/fly/burrito
217
+    git clone https://github.com/yuex/pelican-iliork
218
+    git clone https://github.com/tbunnyman/pelican-chunk
219
+    git clone https://github.com/hdra/Pelican-Cid
220
+    git clone https://github.com/gilsondev/pelican-clean-blog
221
+    git clone https://github.com/porterjamesj/crowsfoot
222
+    git clone https://github.com/22decembre/dev-random3.git
223
+    git clone https://github.com/kura/eevee
224
+    git clone https://github.com/talha131/pelican-elegant.git
225
+    git clone https://github.com/callmefish/pelican-free-agent
226
+    git clone https://github.com/jsliang/pelican-fresh
227
+    git clone https://github.com/vaiski/genus
228
+    git clone https://github.com/PierrePaul/html5-dopetrope
229
+    git clone https://github.com/jvanz/pelican-hyde
230
+    git clone https://github.com/erfaan/pelican-theme-irfan
231
+    git clone https://github.com/slok/iris
232
+    git clone https://github.com/badele/pelican-theme-jesuislibre
233
+    git clone https://github.com/mothsART/pelican-lab
234
+    git clone https://github.com/siovene/lannisport
235
+    git clone https://github.com/lazycoder-ru/lazystrap
236
+    git clone https://github.com/chdoig/pelican-bootstrap3-lovers
237
+    git clone https://github.com/kplaube/maggner-pelican
238
+    git clone https://github.com/cpaulik/martin-pelican
239
+    git clone https://github.com/greizgh/pelican-material
240
+    git clone https://github.com/eswarm/materialistic-pelican
241
+    git clone https://github.com/cprieto/pelican-mediumfox
242
+    git clone https://github.com/onuraslan/medius
243
+    git clone https://github.com/lucachr/pelican-mg
244
+    git clone https://github.com/BYK/pelican-neat
245
+    git clone https://github.com/molivier/nest
246
+    git clone https://github.com/guilherme-toti/nice-blog
247
+    git clone https://github.com/gunchu/nikhil-theme
248
+    git clone https://github.com/wilbur-ma/niu-x2
249
+    git clone https://github.com/duilio/pelican-octopress-theme
250
+    git clone https://github.com/Parbhat/pelican-blue
251
+    git clone https://github.com/hdra/pelican-cait
252
+    git clone https://github.com/laughk/pelican-hss
253
+    git clone https://github.com/wrl/pelican-mockingbird
254
+    git clone https://github.com/fle/pelican-simplegrey
255
+    git clone https://github.com/fle/pelican-sober
256
+    git clone https://github.com/ingwinlu/pelican-twitchy
257
+    git clone https://github.com/badele/pelicanthemes-generator
258
+    git clone https://github.com/jjimenezlopez/pelipress
259
+    git clone https://github.com/xm3ron/pjport
260
+    git clone https://github.com/kdeldycke/plumage
261
+    git clone https://github.com/habibillah/pujangga
262
+    git clone https://github.com/danclaudiupop/pure
263
+    git clone https://github.com/wamonite/relapse
264
+    git clone https://github.com/ellisonleao/pelican-semantic-ui
265
+    git clone https://github.com/kdheepak89/pelican-smoothie
266
+    git clone https://github.com/if1live/pelican-sora
267
+    git clone https://github.com/redVi/storm
268
+    git clone https://github.com/keningle/pelican-sundown
269
+    git clone https://github.com/giulivo/pelican-svbhack
270
+    git clone https://github.com/wting/pelican-svbtle
271
+    git clone https://github.com/frankV/twenty-pelican-html5up
272
+    git clone https://github.com/robulouski/voidy-bootstrap
273
+    git clone https://github.com/samael500/w3-personal-blog
274
+    git clone https://github.com/jarv/water-iris
275
+    git clone https://github.com/kplaube/yapeme
276
+
277
+    #git clone --recursive $PELICAN_PLUGINS_REPO $rootdir$STATIC_BLOG_INSTALL_DIR/plugins
203 278
 
204 279
     chroot "$rootdir" chown -R $MY_USERNAME:$MY_USERNAME $STATIC_BLOG_INSTALL_DIR
205 280
     chroot "$rootdir" chown -R $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/Public