Rename hp to website
This commit is contained in:
parent
33e23d9f95
commit
b69fcee7a1
21 changed files with 77 additions and 70 deletions
7
website.asd
Normal file
7
website.asd
Normal file
|
@ -0,0 +1,7 @@
|
|||
(defsystem "website"
|
||||
:description "My personal website"
|
||||
:author "Akira Tempaku <paku@skyizwhite.dev>"
|
||||
:class :package-inferred-system
|
||||
:pathname "src"
|
||||
:depends-on ("website/main")
|
||||
:in-order-to ((test-op (test-op "website-tests"))))
|
Loading…
Add table
Add a link
Reference in a new issue