Skip to content

treeform/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nimble install blog

Github Actions

API reference

This library has no dependencies other than the Nim standard library.

install nim:

curl https://nim-lang.org/choosenim/init.sh -sSf | sh

run server

cd src
python -m SimpleHTTPServer

goto this page http://localhost:8000/

download md files from google docs

~/.nimble/bin/nim c -r downloader.nim

compile md files into html files

~/.nimble/bin/nim c -r generator.nim

upload html files to live server

~/.nimble/bin/nim c -r uploader.nim

do everthing at once

~/.nimble/bin/nim c -r sync.nim

About

Blogging software for nim - uses Google Docs as the editor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages