source:
Makefile@
e6d6439
Last change on this file since e6d6439 was e6d6439, checked in by , on May 8, 2019 at 4:12:53 AM | |
---|---|
|
|
File size: 417 bytes |
Line | |
---|---|
1 | build: |
2 | rm -rf site/ |
3 | sassc ./css/mini.scss --style compressed > ./css/mini.css |
4 | haunt build |
5 | mkdir site/posts |
6 | mkdir site/posts/dobryakov_employment |
7 | mv site/dobryakov_employment.html site/posts/dobryakov_employment/index.html |
8 | mkdir site/posts/pirogov_fp |
9 | mv site/pirogov_fp.html site/posts/pirogov_fp/index.html |
10 | mkdir site/posts/libreboot_x200t |
11 | mv site/libreboot_x200t.html site/posts/libreboot_x200t/index.html |
Note:
See TracBrowser
for help on using the repository browser.