Skip to content

Using the Spectral theme from HTML5UP and jekyll, thanks to arkadianriver

License

Notifications You must be signed in to change notification settings

Novajox/novajox.github.io

 
 

Repository files navigation

arkadianriver.com

My personal web site, based off the http://html5up.net/spectral design by @ajlkn. The site is made for blog and portfolio content. The blog can contain both personal entries and entries by syndicated authors. The site uses jekyll, a method of creating and maintaining a web site, which works by using local templates to generate static files that you upload and sync with your remote site. This repo is the same code I use for my site, excluding my posts.

If you clone or fork this repo to use it:

  1. Install Jekyll (version 3.1.2 or higher).

  2. Tweak the site to make it your own. Jekyll uses YAML files for its site variables:

    a. Edit the _config.yml file, replacing the values for each key with your info.

    b. Add a _data/tokens.yml file with your IDs & mail program. See the _data/tokens-template.yml. file for example entries.

    c. Add author info for yourself in _data/authors.yml as the first author entry in the file.

    d. Provide your own images.

    e. Continue tweaking to your heart's desire, or not.

  3. Create your posts:

    a. Use the posts in the 31st century as guides for yours. They're built by jekyll only when the --future option is used.

    b. You can run ruby compose.rb to create new draft posts.

  4. Test and publish your site:

    If you're building your site on Windows (like me) and you use WinSCP to sync with your remote site, you can use the site.bat file. Set up a _site.env file as described in the comments of site.bat and change the excludes list for your site.

    site dev runs jekyll serve --future --drafts in development mode.
    site devnof runs jekyll serve --drafts in development mode.
    site preview runs jekyll serve in production mode.
    site prod simply builds with jekyll build in production mode (no serve).
    site publish uses WinSCP's synchronize feature to mirror to a remote site.

About

Using the Spectral theme from HTML5UP and jekyll, thanks to arkadianriver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 57.6%
  • CSS 31.4%
  • JavaScript 6.5%
  • Ruby 2.9%
  • Batchfile 0.9%
  • PHP 0.7%