Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notslang/jkniselylandscaping.com
https://github.com/notslang/jkniselylandscaping.com
makefile static-site
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/notslang/jkniselylandscaping.com
- Owner: notslang
- License: gpl-3.0
- Created: 2017-08-28T00:01:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T00:07:51.000Z (over 6 years ago)
- Last Synced: 2024-12-27T17:27:58.485Z (about 1 month ago)
- Topics: makefile, static-site
- Language: CSS
- Homepage: http://jkniselylandscaping.com
- Size: 9.97 MB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jkniselylandscaping.com
## How to compile
1. Clone the repo
2. Run `make all`. this will install all the required dependancies, build the project, and place the compiled static site in `./public`
3. Run an HTTP server to serve the site. I usually use the one that's bundled with Python 3 by doing:```bash
cd ./public
python -m http.server
```4. Run `make all` again each time files have been changed. This will only recompile the parts of the site that depend upon files that were updated.