To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Jekyll blog post handling library
Jekyll is a simple, blog-aware static site generator that takes a template directory of files and turns them into a website. This library exists to parse those blog posts and make them easy to manipulate from OCaml code.
v0.1.0 — homepage
type t = {
fname : string option;
title : string;
date : Ptime.t;
slug : string;
body : Jekyll_format.body;
fields : Jekyll_format.fields;
}
t
is a single Jekyll-format post that has been parsed
val of_string :
?fname:string ->
string ->
(t, [> Rresult.R.msg ]) Result.result
of_string ?fname body
val of_string_exn : ?fname:string -> string -> t
of_string_exn ?fname body
operates as of_string
except that it raises a Jekyll_format.Parse_failure
exception on error.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>