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
- Host: GitHub
- URL: https://github.com/thenewdynamic/hugo-component-tnd-timeline
- Owner: theNewDynamic
- License: mit
- Created: 2019-05-05T15:25:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T15:38:57.000Z (about 7 years ago)
- Last Synced: 2025-01-13T08:28:56.222Z (over 1 year ago)
- Topics: hugo-starter
- Language: HTML
- Size: 8.79 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```