Skip to content

Commit

Permalink
Clean-up to use woocommerce-storefront like header and other tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstoer committed Jan 28, 2018
1 parent 4ad8c26 commit 8a4cd27
Show file tree
Hide file tree
Showing 9 changed files with 662 additions and 204 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.idea/
site/
*.iml
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
sudo: false
language: python
addons:
# this cannot be a secure env variable as it's evaluated before the variables are made available
ssh_known_hosts: s10.server.hostpoint.ch
install:
- pip install -r requirements.txt
- pip install git+https://github.com/mkdocs/mkdocs-bootswatch.git
script:
# generate site into ./site
- mkdocs build --clean
Expand Down
Loading

0 comments on commit 8a4cd27

Please sign in to comment.