Link Search Menu Expand Document

Next steps

Cloning and working locally

Working locally has many benefits, including more flexibility to break and fix things before the changes are live. This will require a Unix shell and Git installed on your computer.

If you want to download this whole workshop and work locally, git clone the repo using these directions from Git Guides.

To serve this site on a local server, you will need to set up Jekyll on your local machine. Instructions for Windows and Mac can be found using the Jekyll installation docs.

You’ll also need a good source-code editor for editing your files, and a Unix shell for communicating with GitHub. We recommend Atom.io, Sublime Text, or Notepad++.

If you’d like to take some beginner-level short workshops to get you up to speed, you can take these from UBC Library’s Research Commons:

Using a different theme

While this workshop is based on the Just the Docs Jekyll theme, you can choose other themes when publishing other project or workshop sites. Themes influence the ‘look and feel’ of the content you create, most of which are hugely customizable.

The easiest way to choose a theme is by using the default Theme Chooser in GitHub.

There are also many other themes to choose from which exist on GitHub or elsewhere. For example here are lists from free themes from jekyllthemes.io and from jekyllthemes.org.

Deleting a GitHub repository

If you want to delete the this forked workshop repository from your own Github account, you can do that using these instructions – our feelings wont be hurt!

This is a public repository, so your fork cannot be deleted by us (the origin repository). Likewise, you deleting your own fork will not affect ours.

Adding a custom domain to your site

If you want to use GitHub pages to host a project or personal site with a custom domain, you can do that using these instructions.

Note that your particular domain registrant will have specific instructions for changing your Domain Name Server records on their platform.

Converting your .doc library to .md

Love this so much that you want to begin converting all your .docs to Jekyll sites? Here you go!

Word to Markdown Converter