in ,

artagnon / clayoven, Hacker News

artagnon / clayoven, Hacker News


                    

        

Clayoven is a minimalist website generator with a carefully curated set of features. It has been built at a glacial pace, over a period ofseven years, as

my websiteexpanded in content. I have a spread of mathematical notes, software-related posts, and even one wider-audience article; It suffices to say that clayoven is good on all three fronts. The source files are written in “claytext”, a custom format built for elegance and speed. (****************************************Here’s an excerpt of claytext, illustrating the main features.

claytext demo (Posts here have been ressurrected from several years ago) I have written a lot of [code] (https://github.com/artagnon) in the past. # Functors For a fixed field

($)  K
($, consider the functors************************** ($$) ************************************************************************  begin
{ xy}
**************************  xymatrix
{**************************  textbf  {
Set**************}
 en @
[r] ^ V & textbf {{**************************** (Vct) } _ K
 en @  (******************************** [l] ^ U
}****************************************  end  { xy}
************************** ($$) **********************************************  -  [[void assignHeads(std::vectorbranchHeads,                 std::vectorheadsToStaggerWith,                 Statement* nestWithin, Statement* toEnclose);]]  (ii) Every element of
($) ***************************** (A) **************************** ($
******************is either unit or nilpotent. (iii)
************** ($) ****************************** (A /
 mathfrak  {N}
$
******************** is a field. 1. The Merge dominates the Split, in which case, the Merge dominates everything lying on the outEdges of the Split leading to the Merge 2. The Split dominates the Merge, in which case, the Split dominates everything on its outEdges leading to the Merge. [^1]: Hat tip to [Sanjoy] (http://playingwithpointers.com) for pointing out the fifth case. [^2]: You might want to merge loops that share a header in a post-pass.****************************
**********************
****************************The site-generation engine

All site content is split up into "topics", to put in the sidebar, each of which can either serve as an index to a collection of (ContentPages************************ (as a bunch of. clayfiles in a subdirectory with the name

So, if you have these files,
index.clay design / template.slim blog.index.clay blog / 1.clay blog / 2.clay colophon.index.clay/ blog / 2
IndexPages
and  (ContentPages) *************************************** are run through the same****************** template.slim
************************************ (doctype) html
html****************   
head****************     
title  clayoven:
# {permalink
}
  
body****************     
div**************** (id **********************************************=() (main) ******************************       
h1  (******************************************** (# {************** (title}      
time  (******************************************** (# {************** (authdate.strftime) '% F')

}

        -
if paragraph.is_plain?          
p              ==paragraph.contents.join " n"      
div**************** (id **********************************************=() (sidebar) ******************************       
ul****************         -
if topics            -topics.each do | topic |            
li****************               
a************** (href) ********************************************=()/  (****************** ({{******************************** (topic************}(****************************** ()                =topic<.5ex><.5ex>

The engine works closely with the git object store, and builds are incremental by default; It mostly Just Works, and when it does, there's an option to force a full build. The engine also pulls out the created-timestamp (

authdateis calculated on the old content.

IndexPages********************************

************************

************************ UsageInstall the (slim) ************************** and (sitemap_generator) *************************************** gems, and run****************** (clayoven) in an empty directory; On a first-run, the necessary template-files are created, and git is initialized. An index.html(***************************************** (clayoven) to generate html files incrementally based on the current git index. (************************************ clayoven aggressiveCode Climate********************** to regenerate the entire site along with a

sitemap.xml.gz (**************************************. Run occassionally, when files are added or removed.

  • (************************************ clayoven httpd to preview your website locally. (****************************************** (Use) ****************************************** (MathJax) ****************** to render LaTeX, and (highlight.js) to do syntax highlighting.****************************************************************** (Configuration) **************************. clayoven / sitenamethat should be built, but not displayed in the sidebar. You would want to use it for your (page and drafts.)**************************************

  • . clayfiles in vscode is pretty simple: you simply have to tell it to associate the extension with the (latex) ************************************ mode. A build-on-save is also pretty easy to set up: write a custom build task, and use an extensionto trigger the build on save.******************************************************** Tips (***************************************** (Check in the generated html to the site's repository, so that eyeballing (git diff

    **************************** (can serve as a testing mechanism.) ******************************************Use suitable rewrite rules for your webserver to have URLs without the ugly (**************************************. html (suffix.) If you accidentally commit (************************************. clay files before running clayoven, running it afterward will do nothing, since it will see a clean git index; You'll need to run the aggressive variant. This kind of situation does not occur in the first place if you follow the workflow guidelines (********************************** Importing historical content is easy; a

    git commit --date="# {historical_date } "

    git log – follow

      (********************the claytext processor

      The claytext processor is, at its core, a paragraph-processor; all content must be split up into paragraphs, decorated with optional first-and-last-line-markers. The function of , (**************************************************************************, and [[ … ]]markers should be evident from the (example) ; the marker tokens must be in lines of their own. The first paragraph is optionally a header, and if so, markers

    (…)PARAGRAPH_LINE_FILTERSis the easy way of getting it done.************************************************

    What do you think?

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    GIPHY App Key not set. Please check settings

    Writing a Simple Garbage Collector in C, Hacker News

    Happiness Equation: The Proven Equation To Achieve Happiness