--- 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') %> series: image: /assets/images/blog/featured/jekyll.1200x400.png tags: [ Example, Post ] index: [] categories: [ featured ] #permalink: regenerate: false resources: [] resource_options: --- // TODO: For POSTS, currently the include:: macro does NOT work. // Path calculation needes to be fixec (includes the document file name) // ----------------------------------------------------------------------------- // NOTE: General Asciidoc page attributes settings // ----------------------------------------------------------------------------- :page-liquid: // Additional Asciidoc page attributes goes here // ----------------------------------------------------------------------------- // NOTE: Place an excerpt at the most top position // ----------------------------------------------------------------------------- Welcome to Jekyll and J1 Template! You’ll find this example post, automatically generated, in *featured* posts folder under /collections/posts/public/featured/_posts. Go ahead and edit 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. [role="clearfix mb-3"] excerpt__end // Page content // ----------------------------------------------------------------------------- [[readmore]] == Add new posts [role="mb-3"] image::/assets/images/blog/featured/jekyll.1200x400.png[{{page.title}}, 800] To add new posts, simply add a file in the directory `/collections/posts/public/featured/_posts` 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!