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: Where YEAR is a four-digit number, MONTH and DAY are both two-digit numbers, and MARKUP is the file extension representing the format used in the file. For example, the […]
Create new doc post entries in _docs folder, similar to creating posts, but with following front matter settings: Sidebar navigation on docs post can edited in _data/navigation_docs.yml:
This document covers the setup and options of theme feature described in the doc title Site details Add your site details in _config.yml : Update favicon You can find the current favicon (favicon.ico) inside the theme /img/ directory, just replace it with your new favicon.
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: Run the following to generate your site: