Skip to content

AlePur/valerian

Repository files navigation

Fast, readable, flexible web development.

Custom markdown incorporating the powers of a web framework.

Zero dependencies.

hello.val

html:
    head:
        title: "My Valerian.js Website"
    body:
        (Header
            h1: "Welcome!"
        )
        (Content
            p: "😊"
        )

hello.html

<html>
	<head>
		<title>
			My Valerian.js Website
		</title>
	</head>
	<body>
		<div id="Header">
			<h1>
				Welcome!
			</h1>
		</div>
		<div id="Content">
			<p>
				😊
			</p>
		</div>
	</body>
</html>

About

Valerian.JS Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published