Contents

Predicting the Titanic survivors

Contents

Building a marketing dashboard based on open source data from an e-commerce giant.

Warning

Sorry, this page is still under construction. Subscribe to the newsletter to stay updated. 😇

1 figure

Example figure input:

1
{{< figure src="/images/theme-documentation-built-in-shortcodes/lighthouse.jpg" title="Lighthouse (figure)" >}}

The rendered output looks like this:

Lighthouse (figure)

The corresponding HTML code looks like this:

1
2
3
4
5
6
<figure>
    <img src="/images/theme-documentation-built-in-shortcodes/lighthouse.jpg"/>
    <figcaption>
        <h4>Lighthouse (figure)</h4>
    </figcaption>
</figure>
1
2
3
- [x] Create the article on website
- [ ] Update the article
- [ ] Push the code to Github