Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 629 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 629 Bytes

About

Sourcecode (asciidoc) for my most famous psychology wiki, available here:

https://christophpickl.github.io/psywiki

How to release?

./gradlew build copyLocalDocs && \
git add . && \
git commit -m "publish new docs" && \
git push

Gradle Tasks

  • build: trigger asciidoc HTML generation
  • checkLinks: checks all links via custom plugin
  • copyLocalSite: copy to /Users/cpickl/Sites/psywiki so it will be visible via http://localhost/~cpickl/psywiki/
  • copyLocalDocs: copy to /doc where it will be used for public visibility