Git Product home page Git Product logo

arkadianriver.com's Introduction

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.

arkadianriver.com's People

Contributors

arkadianriver avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.