项目作者: johnnynicholas

项目描述 :
Markdown sample project with Zeit Now.
高级语言: CSS
项目地址: git://github.com/johnnynicholas/markdown-zeit.git
创建时间: 2019-04-24T02:30:54Z
项目社区:https://github.com/johnnynicholas/markdown-zeit

开源协议:

下载


Reference

The code in this project is based on following sources:

Markdown

Live Example: https://markdown-v2.now.sh

In this example we will be deploying two markdown pages (index.md and
about/index.md) as well as a style.css file for styling all of our pages.

Each .md file will be converted to a .html file using the @now/md builder. The .css file will be passed through as-is using the @now/static builder. This will work with any number of .md files because of the glob syntax in the builder as seen in now.json configuration.

Deploying This Project with ZEIT Now

With Now CLI, you can initialize this project on your system with the following command in your terminal:

  1. now init markdown

This command will create a markdown directory in your current working directory.

Moving into this directory (with cd markdown), you can then deploy the project with the following command:

  1. now