Giter Club home page Giter Club logo

trongthanh.github.com's Introduction

Source code of my blog at int3ractive.com

All blog posts remain copyrighted by Tran Trong Thanh (int3ractive.com). If you like this blog's theme, feel free to check out this repository.

To preview and build locally

macOS:

# install Ruby gem `bundler` (only once)
$ gem install bundler

# then install the `github-pages` plugins set with
$ bundle install

# and finally execute:
$ bundle exec jekyll serve --incremental --livereload

Linux / Ubuntu:

# Install **ruby** and **bundler**
$ sudo apt install ruby ruby-dev ruby-bundler

# Install github-pages bundle (will need to key in admin password if prompt)
$ bundle install

# and finally execute:
$ bundle exec jekyll serve --incremental --livereload

Additional notes on the kramdown markdown syntax:

  • Link with target blank: [link](http://example.com){:target="_blank"}
  • Add class to previous elements: {: .drop-cap}
  • Footnotes: in body text[^1] --> at bottom [^1]: foot note

Additional notes from my own tweaks:

  • Drop-cap text: **P**{:.drop-cap}rogressive... (Letter P will enlarge and drop on 2 lines)
  • Image with caption (image immediately followed by an italic span):
![Image alt text](/path/to/image.jpg)_Caption text_
  • Image with caption and zoom-in link (large image will open in new tab:
[ ![Alt text](/path/to/small.jpg) ](/path/to/large.jpg){: target="_blank" data-figure="" } _Caption_

Note: my labs site is moved over here, with licenses as per each folder.


© 2015-2018 Tran Trong Thanh. All rights reserved.

trongthanh.github.com's People

Contributors

andersondunai avatar trongthanh avatar

Watchers

 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.