Skip to content

phillymesh/phillymesh.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phillymesh.net

The Philly Mesh Website

cd /usr/local/bin/
wget https://github.com/gohugoio/hugo/releases/download/v0.113.0/hugo_extended_0.113.0_Linux-64bit.tar.gz
tar -xzf hugo_extended_0.113.0_Linux-64bit.tar.gz
rm hugo_*.tar.gz

cd /var/www
mkdir phillymesh.net
cd phillymesh.net
git clone https://github.com/phillymesh/phillymesh.net.git private
cd private
git submodule update --init --recursive
hugo
mv public ../

Releases

No releases published

Packages

No packages published