Edit me

The following pages are tagged with

PageExcerpt
Build arguments When you have a single sourcing project, you use more advanced arguments when you're building or serving your Jekyll sites. These arguments specify a particu...
10. Configure the build scripts You need to customize the build scripts. These script automate the publishing of your PDFs and web outputs through shell scripts on the command line.
4. Set the configuration options The configuration file contains important settings for your project. Some of the values you set here affect the display and functionality of the theme &mdash...
Generating PDFs You can generate a PDF from your Jekyll project. You do this by creating a web version of your project that is printer friendly. You then use utility called ...
Help APIs and UI tooltips You can loop through files and generate a JSON file that developers can consume like a help API. Developers can pull in values from the JSON into interface e...
iTerm profiles Set up profiles in iTerm to facilitate the build process with just a few clicks. This can make it a lot easier to quickly build multiple outputs.
Link validation Before deploying your published site, you want to ensure that you don't have any broken links. There are a few ways to check for broken links.
9. Set up Prince XML Prince XML is the utility used for creating PDFs. Though not free, this utility gets a list of links and compiles them into a PDF.
Pushing builds to server You can push your build to AWS using commands from the command line. By including your copy commands in commands, you can package all of the build and deploy...
Search configuration The search feature uses JavaScript to look for keyword matches in a JSON file. The results show instant matches, but it doesn't provide a search results page...
Themes You can choose between two different themes (one green, the other blue) for your projects. The theme CSS is stored in the CSS folder and configured in the co...