1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-27 02:59:47 +02:00

add blog template

This commit is contained in:
Xuan Sang LE
2018-02-23 00:41:46 +01:00
parent 4798faf4a9
commit 6d6f2bdbac
4 changed files with 403 additions and 4 deletions

10
blog/Makefile Normal file
View File

@ -0,0 +1,10 @@
BUILDDIR = ../build/blog
copyfiles = index.html assets
main:
- mkdir $(BUILDDIR)
cp -rf $(copyfiles) $(BUILDDIR)
- cd $(BUILDDIR) && ln -s ../grs ./rst
clean:
rm -rf $(BUILDDIR)/*