Giter Club home page Giter Club logo

jaan.io's Introduction

This Jekyll theme powers my personal website.

This is forked from Cole Townsend's Balzac theme with heavy inspiration from his website.

Some improvements were introduced by following Michael Rose's So Simple themes for Jekyll (such as Bing Verification, Twitter Cards, Google Analytics, Authorship, and Webmaster Tools support).

Thanks to Amédée d'Aboville for the nifty javascript hover-over in the title.

Setup and settings are similar to Balzac's. Please file an issue if something is not clear or you have any questions.

jaan.io

Testing locally

jekyll serve --config _config.yml,_config_dev.yml --watch

scss -t compress assets/sass/i.scss assets/css/i.css

Check for broken internal and external links: rake test

Deploying

Deploy with s3_website. Use the .env file to set the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables. Build with bundle exec jekyll build, deploy to S3 with s3_website push.

Managing ruby on a mac

Use rbenv. As in this guide.

On a mac, use rvm for managing ruby environment.

Use bundler for managing gems: gem install bundler Run from root of the repo: bundler install Important: need to rehash to create symbolic links to gems like jekyll - rbenv rehash Then run jekyll commands: jekyll build

Workflow for creating vector graphics for blog posts

  • Use keynote to make figures.
  • Export to pdf.
  • Crop in preview.
  • Use inkscape to convert to svg: inkscape --without-gui --file=in.pdf --export-plain-svg=out.svg
  • Put in _svg folder, include using {% asset out.svg %}

Updating google metadata

  • Update index.md, about.md, home.html

License

Use this for anything you want.

Wishlist

  • fix copy to bibtex button; overriding CSS with -webkit-appearance: none; does not seem to work.
  • figure out how to use markdownify liquid filter in paper template, to support markdown in paper.description

jaan.io's People

Contributors

jaanli avatar coletownsend avatar jotterbach avatar lesterkim avatar keseldude avatar pwl avatar cavaunpeu 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.