The following pages are tagged with

PageExcerpt
Build arguments How to build Jekyll sites The normal way to build the Jekyll site is through the build command: jekyll build To build the site and view it in a live server, use the serve command: jekyll serve By default, the _config.yml...
Create PDF Warning: The PDF creation process has some bugs and is still being worked out... This process for creating a PDF relies on Prince to transform the HTML content into PDF. Prince costs about $500 per license. Download and install Prince....
Common Git Commands These are some sample Git commands.
Create a Help API You can create a help API that developers can use to pull in content. Full code demo For the full code demo, see the notes in the Tooltip Demo. In this demo, the popovers pull in and display content from the information in an...
Search configuration The search is configured through the search.json file in the root directory. Take a look at that code if you want to change what content is included. The search is a simple search that looks at content in pages or posts. It looks at both titles and bodies. However,...