Skip to content

surprisetalk/worstpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

WorstPress

Install

brew install pandoc
curl https://raw.githubusercontent.com/surprisetalk/worstpress/main/build.sh > build.sh
chmod a+x build.sh

Make a Website

echo 'hello world' > src/index.md
./build.sh 'https://example.com'

Edit Your Template

nano template.html

Start a Development Server

brew install http-server
http-server dist
brew install watch
watch -t -n 0.5 ./build.sh

Alternatively, rebuild only on file change:

npm install --global watch-cli
watch -p "*.html" -p "src/*" -c "./build.sh"

About

Welcome to the world's *worst* website builder.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages