File tree Expand file tree Collapse file tree 6 files changed +7
-10
lines changed
Expand file tree Collapse file tree 6 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 1- language : python
2-
3- python :
4- - 3.7
5-
61dist : xenial
72
83os :
116
127install :
138 - ./ci/install.sh
14- - pip install -r requirements.txt
159
1610script :
1711 - make cycle
Original file line number Diff line number Diff line change 1212curl -O " https://beta.quicklisp.org/quicklisp.lisp" ;
1313/usr/local/bin/sbcl --non-interactive --load quicklisp.lisp --eval " (quicklisp-quickstart:install :path \" ~/quicklisp\" )" ;
1414/usr/local/bin/sbcl --non-interactive --load ~ /quicklisp/setup.lisp --eval " (ql::without-prompting (ql:add-to-init-file))" ;
15+
16+ # use my fork of 3bmd
17+ git clone --depth 1 " https://github.com/asimpson/3bmd.git" ~ /quicklisp/local-projects/3bmd
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33sudo apt update -qy;
4- sudo apt install -qy curl python3 zlib1g-dev sbcl build-essential git;
4+ sudo apt install -qy curl zlib1g-dev sbcl build-essential git;
55git clone --depth 1 -b sbcl-2.0.7 git://git.code.sf.net/p/sbcl/sbcl /tmp/sbcl;
66cd /tmp/sbcl || exit ;
77sh make.sh --with-sb-core-compression;
Original file line number Diff line number Diff line change 44 :description " A opinionated static site builder."
55 :author " Adam Simpson <adam@adamsimpson.net>"
66 :license " GNU GPLv3"
7- :version " 0.2.12 "
7+ :version " 0.3.0 "
88 :serial t
99 :depends-on (
1010 :local-time
Original file line number Diff line number Diff line change 328328 (setf css (uiop :read-file-string (concat cwd " site.css" ))))
329329 (setf mustache :*default-pathname-type* " mustache" )
330330 (setf 3bmd-code-blocks :*code-blocks* t )
331- (setf 3bmd-code-blocks :*renderer* :pygments )
331+ (setf 3bmd-code-blocks :*chroma-style* " dracula" )
332+ (setf 3bmd-code-blocks :*renderer* :chroma )
332333 (setf posts (reverse (sort (gen-data)
333334 ' sort-by-ids
334335 :key ' car)))
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments