Skip to content

Embeddable static site generator and template engine

License

Notifications You must be signed in to change notification settings

oceandrift/scriberling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scriberling

Scriberling is an embeddable static site generator and a template engine.

Example

article {
	---
	id: "readme"
	---

	/++
		This is a block comment.
	 +/
	h1 {
		Hello World!
	}

	// This is a line comment.
	p {
		Lorem ipsum dolor sit amet.
	}

	div {
		---
		class: alert, alert-info
		---

		p { Want to have consecutive elements? }
		em {
			Don't worry, there is
			strong {- w -}hitespace control.
		}
	}
}

About

Embeddable static site generator and template engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages