Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/progrhyme/bootie-docs-demo

Sample static site for hugo-theme-bootie-docs
https://github.com/progrhyme/bootie-docs-demo

Last synced: 2 days ago
JSON representation

Sample static site for hugo-theme-bootie-docs

Awesome Lists containing this project

README

        

# Bootie Docs Demo

Demo and Documents for https://github.com/progrhyme/hugo-theme-bootie-docs .

# Development

Install and run demo site with _bootie-docs_ theme.

```bash
git clone [email protected]:progrhyme/hugo-theme-bootie-docs.git
git clone [email protected]:progrhyme/bootie-docs-demo.git
cd bootie-docs-demo
mkdir themes
ln -s /path/to/hugo-theme-bootie-docs themes/bootie-docs
hugo server [options]
```

## Publish Demo Site

```bash
git clone -b gh-pages [email protected]:progrhyme/hugo-theme-bootie-docs.git public
make publish
```