An open API service indexing awesome lists of open source software.

https://github.com/thenewdynamic/hugo-component-tnd-timeline

A timeline component
https://github.com/thenewdynamic/hugo-component-tnd-timeline

hugo-starter

Last synced: 3 months ago
JSON representation

A timeline component

Awesome Lists containing this project

README

          

# hugo-component-tnd-timeline

A timeline component

`{{< timeline "## Your Great Title" >}}`

Title is optional.

Requires Tailwind CSS + Tailwind Grid Plugin

Add to your project:

`git submodule add https://github.com/theNewDynamic/hugo-component-tnd-timeline.git components/timeline`

Example Config

```
themesDir: components
theme:
- timeline
- layout_module-base
```