Skip to content

baemazhen/baemazhen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

baemazhen.com

Static website for baemazhen.com built with Zola.

It uses a modified version of the after-dark theme.

Development

You will need Zola installed: Instructions

Run It

Run the site locally while making changes:

zola serve

Site will be accessible at http://127.0.0.1:1111

Build and Deploy WWW site

Build the WWW site (outputs generated site to public/):

zola build

Deploy the changes:

scp -r public/* user@example.com:/home/user/www/

Build and Deploy Tor site

Build the Tor site (outputs generated site to onion/):

zola build --base-url http://57rwj2hdhdsvw6qunvzbiaqbkx2g6y5vysfwn7liihamnku7dlamy4yd.onion --output-dir onion

Deploy the changes:

scp -r onion/* user@example.com:/home/user/onion/

License

The content (pages and articles) for this site is CC-BY-4.0.

The code for this site is MIT.

Releases

No releases published

Packages

No packages published