Skip to main content

3 posts tagged with "hello"

View All Tags

· One min read
Asia K
[SUCCESS] Created community-meta-app.
[INFO] Inside that directory, you can run several commands:

`npm start`
Starts the development server.

`npm run build`
Bundles your website into static files for production.

`npm run serve`
Serves the built website locally.

`npm deploy`
Publishes the website to GitHub pages.

We recommend that you begin by typing:

`cd community-meta-app`
`npm start`

Happy building awesome websites!

· One min read
Asia K

Docusaurus blogging features are powered by the blog plugin.

Simply add Markdown files (or folders) to the blog directory.

Regular blog authors can be added to authors.yml.

The blog post date can be extracted from filenames, such as:

  • 2019-05-30-welcome.md
  • 2019-05-30-welcome/index.md

A blog post folder can be convenient to co-locate blog post images:

ASIALAKAY App Mobile View

Docusaurus Plushie

The blog supports tags as well!

And if you don't want a blog: just delete this directory, and use blog: false in your Docusaurus config.

· 3 min read
Asia K

This is the summary of a very long blog post,

Use a <!-- truncate --> comment to limit blog post size in the list view.