SpinalCMS / 11ty-docs-template

An 11ty + Tailwind CSS theme for your documentation site

Home Page:https://spinalcms.com/resources/11ty-documentation-theme-with-tailwind-css/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eleventy documentation template using Tailwind CSS

An 11ty documentation site theme, built with Tailwind CSS.

preview of the Eleventy documentation theme, built with Tailwind CSS

Sponsored By Spinal

Spinal CMS logo

Getting started

  1. Clone this repository
git clone https://github.com/spinalcms/11ty-docs-template.git documentation
  1. Go into this new folder
cd documentation
  1. Install dependencies
npm install

Development

npm run dev

Production

npm run build

Configuring

To change title, description, etc. Update files in src/_data.

Related repo's

Contributing

  1. Fork it (https://github.com/spinalcms/11ty-docs-template/fork)
  2. Clone the fork using git clone to your local development machine.
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request

About

An 11ty + Tailwind CSS theme for your documentation site

https://spinalcms.com/resources/11ty-documentation-theme-with-tailwind-css/

License:MIT License


Languages

Language:Nunjucks 91.1%Language:JavaScript 8.3%Language:CSS 0.6%