R O G A N

Loading

Tag: getting

August 25, 2021
Creating your first post in Jekyll

Create Post File To create a new post, you can create a new markdown file inside the _posts directory by following the recommended file naming format: YEAR-MONTH-DAY-title.MARKUP Where YEAR is a four-digit number, MONTH and DAY are both two-digit numbers,

August 25, 2021
Creating docs posts

Create new doc post entries in _docs folder, similar to creating posts, but with following front matter settings: --- title: Accordion container: wide-container category: element right_sidebar: true search: true banner: true tags: [content,element] custom_js: - assets/prism/prism.js #extra css files here

August 25, 2021
Basic Theme Setup

This document covers the setup and options of theme feature described in the doc title Site details Add your site details in _config.yml : title: Docs description: Documentation Jekyll theme. lang: en # Site subpath, e.g. /blog baseurl: "" #

August 25, 2021
Theme Installation

Extract the zipped package downloaded from ThemeForest to your desktop, in the extracted package you will find the docy-jekyll.zip (docy_version.zip) file which is the Jekylltheme. Now Install the dependencies with Bundler: bundle install Run the following to generate your site: bundle exec