Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/progrhyme/bootie-docs-demo
- Owner: progrhyme
- Created: 2015-04-19T10:32:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-31T07:44:29.000Z (over 5 years ago)
- Last Synced: 2023-08-01T06:43:31.217Z (over 1 year ago)
- Language: Makefile
- Homepage: https://progrhy.me/bootie-docs-demo/
- Size: 674 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```