Markdown

Migrate from (old) FarBox to Bitcron

2020-11-04. Category & Tags: FarBox, BitCron, Blog, Hosting, Markdown

Migrating #

method 1 - manual cp #

Official doc suggest to copy manually to the new Dropbox folder (/Apps/Bitcron/internal-domain-name).

WARN for site.md & template (see ref-doc-fr.-farbox)

method 2 - build in #

More…(更多…), 再选择 “Move from FarBox”

WARN for images: “注意: 如果原 FarBox 网站本身有大量的(高清、原始)图片,不要使用这种方式,因为 FarBox 本身不会存储原始的图片,通过其迁移到 Bitcron,图片本身已经被压缩过大小了。”

New Useful Stuff #

Domain Binding #

ref-doc-domain

method 1 - ns #

use name servers (NS): ns1.bitcron.com & ns2.bitcron.com

...

Markdown MD In Case Of

2018-07-29. Category & Tags: Markdown, MD

Open Links in New Tabs #

using md #

For Kramdown, e.g. Jekyll:

[clickable-text](link-url){:target="_blank"}

In general, the format in Kramdown is {: attribute1="value1" attribute2="value2"}

For pandoc:

[clickable-text](link-url){target="_blank"}

In general, the format in Kramdown is {attribute1="value1" attribute2="value2"} (w/o :)

However, this will NOT work if using hidden separated reference (except Grav CMS).

using js #

Source/Insert the following js at the bottom of each page where we want to open external site links in pages:

...