callmedar

Modified from Rusty!nk

Build & test Publish to Pages

Show this site

Installation

You can install RustyInk using Cargo:

cargo install rustyink

Create new project

You can initialise a new project using new command.

rustyink new <folder>

You can optionally specify a theme also.

rustyink new <folder> -t pico

Run project locally

Using rustyink command with <input-dir> as docs in this project:

rustyink dev --watch <INPUT-DIR>

Modified your Markdown file

---
template: post
title: "This Blog Written in Rust"
author: Syuhendar
author_link: https://github.com/syuhendar729
date_published: 3 Juli, 2023
---

How hosting this site in github pages?

Enjoy create your own site with Rust!!