Skip to content

Sources for my blog on AI and application development

License

Notifications You must be signed in to change notification settings

stephankoe/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog

This repository contains the source for my blog site at https://stephankoe.github.io/blog. This blog is built with Hugo and the theme Stack.

Serve locally

Hugo allows to easily serve blog sites locally with the hugo serve command. However, some pages make use of Pandoc-style citation syntax that Hugo's goldmark Markdown parser currently doesn't support. Therefore, the markdown preprocessor toolkit is needed to parse Pandoc-style citations with HTML. So, to serve this blog locally, run the following commands from this repository's root directory:

find content/post -type f -iname '*.md' -exec preprocess-citations -i --bibliography=assets/bibliography.json {} \;
hugo serve -D

About

Sources for my blog on AI and application development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published