mirror of
https://github.com/danbulant/notes
synced 2026-05-19 04:18:49 +00:00
backup
This commit is contained in:
parent
536e5cf5a0
commit
0bfaf4143f
6 changed files with 21 additions and 5 deletions
10
Makefile
Normal file
10
Makefile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
.PHONY: deploy
|
||||
deploy: book
|
||||
@echo "====> deploying to github"
|
||||
git worktree add /tmp/book gh-pages
|
||||
rm -rf /tmp/book/*
|
||||
cp -rp html/* /tmp/book/
|
||||
cd /tmp/book && \
|
||||
git add -A && \
|
||||
git commit -m "deployed on $(shell date) by ${USER}" && \
|
||||
git push origin gh-pages
|
||||
|
|
@ -12,8 +12,8 @@
|
|||
"checkpointList": [
|
||||
{
|
||||
"path": "/",
|
||||
"date": "2021-10-13",
|
||||
"size": 42565
|
||||
"date": "2021-10-14",
|
||||
"size": 42623
|
||||
}
|
||||
],
|
||||
"activityHistory": [
|
||||
|
|
@ -114,7 +114,11 @@
|
|||
},
|
||||
{
|
||||
"date": "2021-10-13",
|
||||
"value": 308
|
||||
"value": 321
|
||||
},
|
||||
{
|
||||
"date": "2021-10-14",
|
||||
"value": 45
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# listening 1
|
||||
1. A
|
||||
2. C
|
||||
3. B
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# slovesa
|
||||
1. beat, beat, beaten
|
||||
2. catch caught caught
|
||||
3. cost cost cost
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Elektřina
|
||||
# Náboj, proud, napětí a odpor
|
||||
![[Pasted image 20210920101314.png]]
|
||||
|
||||
| Název | Jednotka | Výpočet |
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Historie
|
||||
# historie počítačů
|
||||
## Počátek
|
||||
### Starověk
|
||||
- vývoj mat. úkonů
|
||||
|
|
|
|||
Loading…
Reference in a new issue