Compare commits
17 Commits
dc479ea3e9
...
hooktest
| Author | SHA1 | Date | |
|---|---|---|---|
| 0719ef5606 | |||
| 9a48590ce2 | |||
| fdd2a51494 | |||
| f620b21663 | |||
| a1895c68e1 | |||
| fec029fb7d | |||
| f2614c20db | |||
| 817706f6ed | |||
| 21f8b81d49 | |||
| 2e9f6ecf07 | |||
| 3de83e6957 | |||
| 117b9ccbe8 | |||
| 91874d6785 | |||
| eb8cf2adf4 | |||
| d160d6bc06 | |||
| d1095553d6 | |||
| 3bf7d26e71 |
@@ -11,7 +11,7 @@ PAGES = $(notdir $(wildcard $(PAGES_DIR)/*.html))
|
||||
BLOG_PAGES = $(wildcard $(BLOG_DIR)/*.md)
|
||||
TARGETS = $(addprefix $(DIST_DIR)/,$(PAGES))
|
||||
|
||||
all: $(PAGES_DIR)/blog.html $(TARGETS)
|
||||
all: $(PAGES_DIR)/blog.html $(TARGETS) favicon
|
||||
|
||||
watch:
|
||||
find ./$(SRC_DIR) -iname '*.html' -o -name "*.css" | entr -d make -f ./Makefile ;
|
||||
|
||||
+5
-5
@@ -8,16 +8,16 @@ website.</p>
|
||||
<h2 id="motivation">Motivation</h2>
|
||||
<p>The motivation came of course from frustration with modern sites and
|
||||
a bit of nostalgia. But mainly I wanted the <a href="now.html">now()</a>
|
||||
and the <a href="about.html">about()</a> pages. They provide me with
|
||||
a public place to document what I’m on and what I believe and give me a
|
||||
correctiv. I can’t remember where I read about it the first time, but I
|
||||
and the <a href="about.html">about()</a> pages. They provide me with a
|
||||
public place to document what I’m on and what I believe and give me a
|
||||
corrective. I can’t remember where I read about it the first time, but I
|
||||
thought the idea was neat. Especially as more of a private person, it
|
||||
motivates me to keep going with things when I imagine people reading
|
||||
this.</p>
|
||||
<p>The design of this page is as bad as it is, because for once, it was
|
||||
the style at the time (be happy I don’t include a
|
||||
<code><marquee></code> tag. After all. Why not.) and secondly: I
|
||||
just suck at it. Deal with it :)</p>
|
||||
<code><marquee></code> tag. Worst loss of the net…) and secondly:
|
||||
I just suck at it. Deal with it :)</p>
|
||||
<p>Having programmed some time with modern JS/TS frameworks I’m a stark
|
||||
oppponent of this whole technology stack. It just adds - layers and
|
||||
layers - of - complexity over complexity - nobody ever got any chance to
|
||||
|
||||
Reference in New Issue
Block a user