Add new html page
This commit is contained in:
parent
fb5b5216c3
commit
f6c826cac9
1 changed files with 3 additions and 0 deletions
|
@ -196,6 +196,9 @@
|
||||||
(mk/open-html-page mk/clsite-lisp-docs
|
(mk/open-html-page mk/clsite-lisp-docs
|
||||||
"~/cl-sites/lisp-docs.github.io/index.html"
|
"~/cl-sites/lisp-docs.github.io/index.html"
|
||||||
"*mk/clsite-lisp-docs*")
|
"*mk/clsite-lisp-docs*")
|
||||||
|
(mk/open-html-page mk/clsite-bgnet
|
||||||
|
"~/cl-sites/bgnet/index.html"
|
||||||
|
"*mk/clsite-bgnet*")
|
||||||
|
|
||||||
(defun mk/wget-mirror-site (url)
|
(defun mk/wget-mirror-site (url)
|
||||||
"Use wget to mirror a website for offline use. Takes a URL as argument."
|
"Use wget to mirror a website for offline use. Takes a URL as argument."
|
||||||
|
|
Loading…
Add table
Reference in a new issue