mirror of
https://github.com/danbulant/notes
synced 2026-06-21 15:42:00 +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": [
|
"checkpointList": [
|
||||||
{
|
{
|
||||||
"path": "/",
|
"path": "/",
|
||||||
"date": "2021-10-13",
|
"date": "2021-10-14",
|
||||||
"size": 42565
|
"size": 42623
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"activityHistory": [
|
"activityHistory": [
|
||||||
|
|
@ -114,7 +114,11 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"date": "2021-10-13",
|
"date": "2021-10-13",
|
||||||
"value": 308
|
"value": 321
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"date": "2021-10-14",
|
||||||
|
"value": 45
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
# listening 1
|
||||||
1. A
|
1. A
|
||||||
2. C
|
2. C
|
||||||
3. B
|
3. B
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
# slovesa
|
||||||
1. beat, beat, beaten
|
1. beat, beat, beaten
|
||||||
2. catch caught caught
|
2. catch caught caught
|
||||||
3. cost cost cost
|
3. cost cost cost
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Elektřina
|
# Náboj, proud, napětí a odpor
|
||||||
![[Pasted image 20210920101314.png]]
|
![[Pasted image 20210920101314.png]]
|
||||||
|
|
||||||
| Název | Jednotka | Výpočet |
|
| Název | Jednotka | Výpočet |
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Historie
|
# historie počítačů
|
||||||
## Počátek
|
## Počátek
|
||||||
### Starověk
|
### Starověk
|
||||||
- vývoj mat. úkonů
|
- vývoj mat. úkonů
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue