pococms / poco

Open source Markdown static site generator in one file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

title description keywords theme skip
PocoCMS
PocoCMS builds fast websites fast
static site generator,ssg,jamstack,cms,ghost.org,gohugo.io
pocodocs
yo mama

Poco CMS, the world's easiest static site generator

References

13 2022 19:00 Many bugs to go. Soft opening on 1 October 2022.

Report an issue

Building from source

For the moment, you need to build PocoCMS yourself as a Go program. Don't worry. There are explicit instructions at Build from source

To create a website using PocoCMS

  • Create a destination directory for your project and change to it:
mkdir ~/mysite
cd ~/mysite
  • Create the home page and build the site.
poco

Upon completion Poco tells you where to find the generated HTML:

Site published to /Users/tom/mysite/WWW/index.html

You can open that page in a web browser to get a pretty decent idea of what it looks like. For a totally functional version you'll need to see it running on a web server, even localhost.

Creating pages

Front Matter
CSS tips

About

Open source Markdown static site generator in one file

License:MIT License


Languages

Language:Go 43.1%Language:CSS 31.4%Language:Shell 12.9%Language:HTML 11.4%Language:JavaScript 1.0%Language:Makefile 0.2%