# Info beta Netlify build

# Overview

This site consists of VuePress x Gihub x Netlify and is published.

# News

  • 2018-08-06 release

# Directory





 


- .vuepress/        for VuePress
    - public/       static files
    - components/   called components to md files 
    - theme/        site theme files
    - config.js     config file
- README.md         page
1
2
3
4
5
6

# Site data

# color

  • primary #FF6473
  • sub #990027 / #458083 / #25ecb7
  • text #2a2828

# Tips

# Container

TIP

This is a tip

WARNING

This is a warning

WARNING

This is a dangerous warning

DETAILS

This is a details block, which does not work in IE / Edge

Click me to view the code

 

console.log('Hello world')
console.log('This is custom container')
1
2

{{ This will be displayed as-is }}

Last Updated: 1/23/2021, 5:22:03 AM