Tag: web

Racket-CommonMark Improvements

Written by Dominik Pantůček on 2024-10-24

As we have already revealed, we use Punct to produce our new website. Punct is extending CommonMark with metadata and uses Racket racket-commonmark. Sometimes there are problems with software, but usually those can be solved - as happened in this case. And with a new release, new features arrived as well.

...
...

Using Gitlab CI for website deployment

Written by Dominik Joe Pantůček on 2019-11-14

Modern websites typically include both static and dynamic content. Something is pre-defined, something is generated using data gathered elsewhere and HTML templates. And when a single website has different means of producing the final pages from other content, it may be tricky to keep everything in order. Read on to see how we at Trustica use Gitlab CI to aid us with deploying Cryptoucan™ product website!

...