Skip to content

A free Jekyll Theme that is currently being developed in weekly episodes on the DevTips YourTube channel

License

Notifications You must be signed in to change notification settings

chaoscommencer/chaoscommencer.github.io

 
 

Repository files navigation

Chambers of Chaos

This site is being built on YouTube, one week at a time. See all the videos up to date here: How to build a professional website from start to finish

Subscribe to the channel to follow along as we develop this project step by step from the beginning.

How to install/use

In order to get this super fantastic Jekyll powered template for Artists follow this simple step:

  • If you haven't ruby on your computer, install it.
  • Then run in your terminal $ gem install jekyll
  • Move/cd to a folder, always in your terminal, in which you want to insert the Artists-Theme
  • Run git clone https://github.com/DevTips/Artists-Theme.git
  • Then cd Artists-Theme
  • jekyll serve --watch or 'jekyll build --watch', optional parameter: '--force_polling'
  • DONE

Isn't it fantastic?

Learn how to use Jekyll on windows (if that's your thing :)

// Run Jekyll without errors: No BOM allowed If there are BOM header characters in your UTF-8-encoded files, Jekyll will break. Make sure there are none.

Set your encoding to UTF-8 Depending on the version of Ruby and/or Jekyll you’re using, your site’s content, and maybe other factors, you may need to make sure Jekyll will read your site’s source as UTF-8.

If you followed this guide step by step or if your versions match the ones in this guide, you shouldn’t need to use any of the following fixes.

Set encoding option Since Jekyll v1.3.0, you can specify the encoding in your _config.yml:

encoding: utf-8 Change console encoding Alternatively, you can change your command line tool’s encoding to UTF-8 by running the following command every time you open a new console window.

chcp 65001 Use subfolders Jekyll cannot build or serve sites from certain system-reserved folders on Windows, like your user folder. Instead, it will output an error looking like this:

C:\Users\You>jekyll serve Configuration file: C:\Users\You_config.yml Source: C:\Users\You Destination: C:\Users\You_site Generating... jekyll 2.4.0 | Error: Permission denied - . If you encounter such an error, move your site to a subdirectory (e.g., C:\Users\You\awesome-jekyll-site) and try again.

jekyll build jekyll build --watch jekyll build -w jekyll serve jekyll serve --watch jekyll serve -w

Jekyll Tutorial: https://www.andrewmunsell.com/tutorials/jekyll-by-example/tutorial //

Credits

Example Site (Artist-Themes) Design and Tutorials by: Travis Neilson

Code contributions via pull request:

A big thank you to these creators for contributing sample projects for the "work" section:

-[Dylan Cole](exsanguinatus on DeviantArt for Mt. Doom image)

The Design

Artist Themes in the wild:


This is a free Jekyll Theme that was developed in weekly episodes on the DevTips YouTube channel.

About

A free Jekyll Theme that is currently being developed in weekly episodes on the DevTips YourTube channel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 54.3%
  • Sass 20.0%
  • HTML 19.1%
  • JavaScript 5.3%
  • Ruby 1.3%