RubyGems Navigation menu

jekyll-page-boilerplate 4.1.0

A boilerplate is a markdown file you place under the `_boilerplates` folder to generate new pages for jekyll. `_boilerplates/post.md` --- _boilerplate: # boilerplate settings path: _posts # the path to create the new page under. timestamp: true # when true new post/pages will include the date in the filename. title: {{ boilerplate.title }} # tags like this will be replaced layout: post # everthing else will be copied to the new post. author: John Doe `$ boilerplate post -T "Another one about pottery"` would create a new file `_posts/yyyy-mm-dd-another-one-about-pottery.markdown` --- title: Another one about pottery created: 'yyyy-mm-dd hh:mm:ss -0000' layout: post author: John Doe Available Tags `{{ boilerplate.xxx }}`: - `.title`, `.name` - `.path`, `.file`, `.suffix` - `.time`, `.date`, `.timestamp` - `.random_url` - Custom tags you provide in the command `bplate post custom=1` - And anything you put under the `_boilerplate:` header

Gemfile:
= In die Zwischenablage kopieren Kopiert!

installieren:
=

Versionen:

  1. 5.0.0 - January 07, 2023 (8,5 KB)
  2. 4.4.1 - May 27, 2022 (8 KB)
  3. 4.4.0 - May 17, 2022 (8 KB)
  4. 4.3.0 - May 14, 2022 (8 KB)
  5. 4.2.1 - May 12, 2022 (8 KB)
  6. 4.1.0 - May 11, 2022 (8 KB)
Zeige alle Versionen (12 total)

Runtime Abhängigkeiten (2):

bales ~> 0.1.3
stringex ~> 2.8, >= 2.8.5

Besitzer:

Pushed by:

Autoren:

  • Sean Ferney

SHA 256-Prüfsumme:

3846ae7d8d60659b7f427a56d9e31d92c55ccb01c73f740873e35821e6827308

Downloads insgesamt 11.280

Für diese Version 685

Lizenz:

MIT

Erforderliche Ruby-Version: >= 0

Links: