Markdown Style

The page style in your *.md file.

h2

The main content of your article

h3

The main content of your article

h4

The main content of your article

h5

The main content of your article

h6

The main content of your article

Table Style:

FieldDescription
NAMEDisplayed in header and footer. Used in SEO and RSS.
EMAILDisplayed in contact section.
NUM_POSTSLimit num of posts on home page.
NUM_WORKSLimit num of works on home page.
NUM_PROJECTSLimit num of projects on home page.

Code Snippet:

export const data = {
  name: 'Name',
  value: 'Value'
}

export function getName() {
  return data.name
}