Skip to content

Belteshazzar89/sterlingcoleman

Repository files navigation

Build

jekyll build builds the site and outputs the result to _site

jekyll serve does the same thing, and additionally rebuilds upon any change, serving the site locally (typically on port 4000)

Deployment

This application uses the following plugins, which are not supported by GitHub Pages:

For this reason, simply updating and pushing the pre-compiled code will correctly update the site. GitHub Pages builds the application, and the features provided by unsupported plugins won't be available. Therefore, a hook has been defined in .git/hooks/pre-push, as documented by Nicu Surdu. This builds the application and places the result in the gh-pages branch. The repository is configured to deploy this branch.

Folder Structure

  • _data: custom data
  • _includes: content to include in multiple places
  • _pages: individual pages
    • exploration: pages for explorations
      • eastern-continental-trail: pages for the 2012 Eastern Continental Trail trip
        • journal: pages for the journal for the 2012 Eastern Contentail Trail trip
          • april: april journal entries
          • august: august journal entries
          • february: february journal entries
          • january: january journal entries
          • july: july journal entries
          • june: june journal entries
          • march: march journal entries
          • may: may journal entries
  • _posts: posts to be displayed in a blog post format
    • blog: posts for the blog
  • assets: assets to be loaded
    • css: style sheets to be loaded

About

Static personal site, built with Jekyll and deployed by Github Pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published