Skip to content

goll72/goll.cc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goll.cc

My website, written in Markdown, using Pandoc.

Dependencies

  • Pandoc 3
  • Lua 5.4
  • Node.js
  • jq
  • Python 3.12
  • Ninja 1.10
  • A C compiler

Note

Pandoc needs to use Lua 5.4 as its scripting engine and it has to be linked dynamically, otherwise it won't be able to load Lua libraries written in C.

Building

To build the website, run:

python -m setup.build <builddir>
ninja -C <builddir>

The resulting files will be created at <builddir>/dist.

Releases

No releases published

Packages

No packages published