Sha256: 58b9bea5fba7c9b0aae3aee8439b375891535d7e1d9c12ec55db9bb6cd6fe9cc
Contents?: true
Size: 1.96 KB
Versions: 26
Compression:
Stored size: 1.96 KB
Contents
--- title: Welcome to J1 Template tagline: Create Your Blog description: Auto-generated Welcome Article date: <%= Time.now.strftime('%Y-%m-%d %H:%M:%S %z') %> tags: [ Example, Post ] regenerate: false --- // Enable the Liquid Preprocessor // :page-liquid: // Set other global page attributes here // ----------------------------------------------------------------------------- :page-imagesdir: {{page.images.dir}} // Place an excerpt at the most top position // ----------------------------------------------------------------------------- [role="mb-3"] image::{page-imagesdir}/img3.jpg[{{page.title}}] Welcome to Jekyll and J1 Template! You’ll find this example post, automatically generated, in *featured* posts folder under /collections/posts/featured/_posts. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. excerpt__end // Liquid procedures // ----------------------------------------------------------------------------- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%} // Initialize entry document paths // {% include {{set_env_entry_document}} init_folders=all %} // Load tags and urls // include::{includedir}/attributes.asciidoc[tag=tags] include::{includedir}/attributes.asciidoc[tag=urls] [[readmore]] == Add new posts To add new posts, simply add a file in the `posts\starter\_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Have a look at the source for this post to get an idea about how it works. Happy Jekylling!
Version data entries
26 entries across 18 versions & 1 rubygems