From a5bbc243a0b4a562f486eb42f1ff1d2b1f782109 Mon Sep 17 00:00:00 2001 From: yuma14 Date: Sat, 13 Jan 2024 03:04:14 +0900 Subject: [PATCH] Update README.md --- README.md | 51 --------------------------------------------------- 1 file changed, 51 deletions(-) diff --git a/README.md b/README.md index 99da44b..78d89cb 100644 --- a/README.md +++ b/README.md @@ -41,63 +41,12 @@ cargo binstall tempura ## Example -> The content of this section is out of date. It contains information for v0.3.x, but the latest version is v0.5.x. Please wait for updates. - ### yuma14.net - Repo: - Generated website: -### tempura-example - -- Repo: -- Generated website: - ## Documentation -> The content of this section is out of date. It contains information for v0.3.x, but the latest version is v0.5.x. Please wait for updates. - https://yuma14.net/tempura-doc/ -## General Usage - -> The content of this section is out of date. It contains information for v0.3.x, but the latest version is v0.5.x. Please wait for updates. - -### 1. Setup project - -Run `tempura init my_project`. - -The following directories and files will be created. - -```text -my_project -│ tempura.json -│ -├─public -└─src - ├─pages - │ │ sample.md - │ │ style.css - │ │ - │ └─sub_dir - │ sample2.md - │ - └─templates - page.html.hbs -``` - -### 2. Edit - -Edit template files and markdown files as you like. - -See also [Handlebars Language Guide](https://handlebarsjs.com/guide/) and [CommonMark Specification](https://spec.commonmark.org/current/). It is possible to write front matter, which is out of CommonMark specification. - -### 3. Build - -Run `cd my_project && tempura build`. - -HTML files are generated in the `my_project/public/` directory. - -### 4. Deploy - -Copy contents of `my_project/public/` to your server.