https://github.com/thenewdynamic/hugo-module-tnd-tailwindcss
A Hugo Module to load TailwindCSS
https://github.com/thenewdynamic/hugo-module-tnd-tailwindcss
Last synced: 3 months ago
JSON representation
A Hugo Module to load TailwindCSS
- Host: GitHub
- URL: https://github.com/thenewdynamic/hugo-module-tnd-tailwindcss
- Owner: theNewDynamic
- License: mit
- Created: 2020-12-03T15:04:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T15:39:42.000Z (over 5 years ago)
- Last Synced: 2025-03-02T21:28:16.749Z (over 1 year ago)
- Language: HTML
- Size: 4.88 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# tailwindcss Hugo Module
(intro)
## Requirements
Requirements:
- Go 1.14
- Hugo 0.61.0
## Installation
If not already, [init](https://gohugo.io/hugo-modules/use-modules/#initialize-a-new-module) your project as Hugo Module:
```
$: hugo mod init {repo_url}
```
Configure your project's module to import this module:
```yaml
# config.yaml
module:
imports:
- path: github.com/theNewDynamic/hugo-module-tnd-tailwindcss
```
## Usage
### Some Partial/Feature
#### Examples
### Settings
Settings are added to the project's parameter under the `tnd_tailwindcss` map as shown below.
```yaml
# config.yaml
params:
tnd_tailwindcss:
[...]
```
#### Configure Key 1
#### Configure Key 2
#### Defaults
ld copy/paste the above to your settings and append with new extensions.
## theNewDynamic
This project is maintained and love by [thenewDynamic](https://www.thenewdynamic.com).