A starter kit for using Tailwind with Jekyll that includes:
A barebones Jekyll starter theme
A Gulpfile that does the following:
purge
option"Tailwind is a utility-first CSS framework for rapidly building custom user interfaces."–Tailwind
"Jekyll is a simple, blog-aware, static site generator perfect for personal, project, or organization sites. Think of it like a file-based CMS, without all the complexity. Jekyll takes your content, renders Markdown and Liquid templates, and spits out a complete, static website ready to be served by Apache, Nginx or another web server. Jekyll is the engine behind GitHub Pages, which you can use to host sites right from your GitHub repositories."–Jekyll
bundle install
to install Ruby gemsnpm ci
to install npm packages listed in package-lock.json
npm run start
or npm run dev
to compile the site with development settings and run BrowserSyncnpm run build:dev
to compile the site with development settingsnpm run build:production
or npm run build
to compile the site for productionNote: By default, Netlify uses jekyll build
as the build command. The included netlify.toml
file will override it to use npm run build
.
Enjoying Jekyll Starter Tailwind and want to help? You can:
Thanks goes to these wonderful people (emoji key):
Roberto Segura |
benmp |
Joey Defourneaux |
Hrvoje Šimić |
Alejandro Figueroa |
This project follows the all-contributors specification. Contributions of any kind welcome!
Jekyll + Google web-starter-kit = best of both worlds Installation First, install Yeoman and jekyll-starter-kit using npm (we assume you have pre-installed node.js). npm install -g yonpm install -g ge
Jekyll 是一个简单的免费的Blog生成工具,类似WordPress。但是和WordPress又有很大的不同,原因是jekyll只是一个生成静态网页的工具,不需要数据库支持。但是可以配合第三方服务,例如discuz。最关键的是jekyll可以免费部署在Github上,而且可以绑定自己的域名。 快速安装指令: gem install jekylljekyll new my-awesome-sit
Graphile Starter Take it for a spin! We're running the starter at: https://graphile-starter.herokuapp.com Feel free to register an account and have a poke around as you see fit. NOTE: emails are sent
中文网站 jekyllcn 快速开始 ~ $ gem install jekyll bundler ~ $ jekyll new my-awesome-site ~ $ cd my-awesome-site ~/my-awesome-site $ bundle install ~/my-awesome-site $ bundle exec jekyll serve # => 打开浏览器 http
jekyll-admin 是一个 jekyll 插件,为用户提供了传统 CMS(内容管理系统)风格的图形化界面来创作内容和管理 jekyll 网站。 该项目分为两部分。基于 Ruby 的 HTTP API 处理 jekyll 和文件系统的操作部分,以及在这个 API 基础上的基于 JavaScript 的前端部分。 安装: 就像安装其他插件一样,请参阅 jekyll 文档的插件安装部分安装 jek
Jekyll的增强版,使用Markdown来写日志。 Jekyll采用静态文件方式管理,不需要数据库即可支持一个独立博客站点,在github-pages平台上被普遍采用。Jekyll-Bootstrap在Jekyll基础上,集成了twitter-bootstrap界面风格和一些实用的插件,并且易于扩展。