IPFS

13 Sep 2016 . . Comments #sample-post

This will later become a post on IPFS, which stands for Interplanetary File System.

For now, have some links:

Link: https://ipfs.io/

Link: https://en.wikipedia.org/wiki/InterPlanetary_File_System

I might eventually merge it into a longer post on advanced filesystem concepts.

Heading

# Background information

## Installation

### Impressions

#### Additional links
  1. Item one
    1. sub item one
    2. sub item two
    3. sub item three
  2. Item two

Unordered Lists

  • Item one
  • Item two
  • Item three

Tables

Header1 Header2 Header3
cell1 cell2 cell3
cell4 cell5 cell6
cell7 cell8 cell9
Kingdom Phylum Class Order Family
ANIMALIA CHORDATA MAMMALIA CETARTIODACTYLA CERVIDAE

Code Snippets

Syntax highlighting via Pygments

#container {
  float: left;
  margin: 0 -240px 0 0;
  width: 100%;
}

highlight with line number.

1
2
3
def foo
  puts 'foo'
end

highlight using triple backticks

a=1:10
for(i in a)
{
  print(i)
}


you can use latex with double $$

<q> tag

here is a <q> q tag </q>

here is a q tag