This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
blog
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add some basic info about this blog
main
John-Mark Gurney
3 years ago
parent
2204839bd8
commit
655ba6e501
2 changed files
with
18 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
Makefile
+6
-0
README.md
+ 12
- 0
Makefile
View File
@@ -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
View File
@@ -0,0 +1,6 @@
Initial setup:
```
virtualenv-3.8 p
. ./p/bin/activate
pip install -r requirements.txt
```
Write
Preview
Loading…
Cancel
Save