Skip to content

nilaymk/nilaymk.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nilay.mk

My personal web site, based off arkadianriver.com @arkadianriver which is 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 projects 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published