Compare commits
45 Commits
490f5003fc
...
03960cbc89
Author | SHA1 | Date | |
---|---|---|---|
03960cbc89 | |||
7918035fae | |||
5301e025d7 | |||
a86d719bf1 | |||
0e808a38b6 | |||
d90ed17e6b | |||
9b184204dc | |||
248cfb0aad | |||
8223c0c6cf | |||
d91545c153 | |||
6ca4883004 | |||
db33cd054b | |||
0b8d552c6d | |||
34e89dc0bc | |||
1150b6e117 | |||
dc90bb53a8 | |||
3f111a8a80 | |||
fb7430f63f | |||
b99fd72fb1 | |||
5bde287e9f | |||
43c38ae70a | |||
5f92f1c0e5 | |||
ee257b71dc | |||
d7b3fdd8fe | |||
95dcdbc35d | |||
7bd2402ae6 | |||
dde065ab04 | |||
3e627c5a0f | |||
ca7f4fdee2 | |||
13646f649a | |||
f1a8a18394 | |||
46af956c3f | |||
e4c406b1fc | |||
3dedc8f383 | |||
66fcf745ee | |||
a3dc9feb8f | |||
ae899e2855 | |||
65e4c8130c | |||
8033c00a8b | |||
46bb4a065b | |||
6012091d2c | |||
b47447f69e | |||
987ee99b0c | |||
4c902b70b9 | |||
bbe5a77d06 |
@ -31,7 +31,6 @@ steps:
|
||||
from_secret: user
|
||||
SSH_KEY:
|
||||
from_secret: ssh_key
|
||||
|
||||
commands:
|
||||
# install deps
|
||||
- apt-get update -qq > /dev/null
|
||||
@ -70,4 +69,3 @@ steps:
|
||||
event:
|
||||
exclude:
|
||||
- pull_request
|
||||
|
||||
|
5
makefile
5
makefile
@ -37,7 +37,7 @@ all: $(HTML_TARGETS) $(CSS_TARGETS) blog | $(OUT_DIR)
|
||||
cp $(IMG_DIR)/*.png $(OUT_DIR)/
|
||||
cp $(IMG_DIR)/*.jpg $(OUT_DIR)/
|
||||
|
||||
deploy: site
|
||||
deploy: all
|
||||
cp -r $(OUT_DIR) $(SITE_NAME)
|
||||
rsync -rP $(SITE_NAME) $(HOST):~
|
||||
rm -r $(SITE_NAME)
|
||||
@ -74,7 +74,6 @@ $(BLOG_OUT_DIR): | $(OUT_DIR)
|
||||
$(BLOG_TMP_DIR):
|
||||
mkdir -p $@
|
||||
|
||||
|
||||
clean:
|
||||
rm -rf $(OUT_DIR) $(BLOG_TMP_DIR)
|
||||
|
||||
.PHONY: site
|
||||
|
@ -81,6 +81,4 @@ with open(dummy_file, 'r') as read_file, open(dest_file, 'w') as write_file:
|
||||
|
||||
os.remove(dummy_file)
|
||||
|
||||
print(f"{src_file} -> {dest_file}")
|
||||
markdown.markdownFromFile(input=src_file, output=dest_file, extensions=["fenced_code"])
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
#include footer.html
|
||||
|
||||
|
14
todo.md
14
todo.md
@ -1,5 +1,6 @@
|
||||
* [ ] transfer domain https://www.mythic-beasts.com/support/domains/transfer
|
||||
* [ ] hide scrollbars in bloggy code blocks https://www.w3schools.com/howto/howto_css_hide_scrollbars.asp
|
||||
|
||||
* [-] responsive design
|
||||
* [-] nav
|
||||
* [ ] side bar
|
||||
@ -24,19 +25,6 @@
|
||||
* [x] hope -> use
|
||||
|
||||
* [-] features
|
||||
* [-] blog
|
||||
* [ ] blog builder
|
||||
* [ ] i want to generate an entire page based on the existence of one markdown file
|
||||
* [ ] the file should contain no metadata, that should all be generated automatically
|
||||
* [ ] yyyy/mm/dd folder structure - can probably be copied from source
|
||||
* [ ] auto generated <title> tags
|
||||
* [ ] generated file will be in html but will need a second pass from ppp to insert regular templating things
|
||||
|
||||
* [ ] parse markdown blog into html
|
||||
* [ ] embed parsed html into templated pages
|
||||
|
||||
* [ ] header
|
||||
* [ ] sticky slidy from middle to side with scroll
|
||||
* [ ] nav
|
||||
* [ ] turn into <nav>
|
||||
* [-] footer
|
||||
|
Loading…
x
Reference in New Issue
Block a user