Pārlūkot izejas kodu

add some basic info about this blog

main
John-Mark Gurney pirms 3 gadiem
vecāks
revīzija
655ba6e501
2 mainītis faili ar 18 papildinājumiem un 0 dzēšanām
  1. +12
    -0
      Makefile
  2. +6
    -0
      README.md

+ 12
- 0
Makefile Parādīt failu

@@ -0,0 +1,12 @@
.PHONY: deploy

deploy:
rm -rf deploy
hyde gen
#hyde publish

.PHONY: update-tufte-css
update-tufte-css:
git subtree pull -P tufte-css --squash https://github.com/edwardtufte/tufte-css.git gh-pages
cp -Rp tufte-css/{tufte.css,et-book} content/media/css
@echo Make sure to git add content/media/css and commit the updates (if any)!

+ 6
- 0
README.md Parādīt failu

@@ -0,0 +1,6 @@
Initial setup:
```
virtualenv-3.8 p
. ./p/bin/activate
pip install -r requirements.txt
```

Notiek ielāde…
Atcelt
Saglabāt