Skip to content

datadrvn/trongthanh.github.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

My blog using GitHub Pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 91.5%
  • JavaScript 5.5%
  • CSS 3.0%