项目作者: saturn-xiv
项目描述 :
Bootstrap theme for hugo
高级语言: HTML
项目地址: git://github.com/saturn-xiv/hugo-bootstrap.git
Bootstrap theme for hugo
Usage
$ git submodule add https://github.com/saturn-xiv/hugo-bootstrap.git themes/bootstrap
$ cp themes/bootstrap/package.json themes/bootstrap/exampleSite/config.toml themes/bootstrap/.gitignore ./
# install third dependicies
$ npm install
# run server
$ hugo server -D --disableFastRender
# build site
$ hugo -D --minify
Deployment by rsync
$ rsync -avz --delete public/ deploy@www.examples.com:/var/www/www.examples.com/htdocs
Nginx
server {
server_name www.examples.org;
root /var/www/www.examples.org/htdocs;
index index.html;
}
Documents