update now and links
This commit is contained in:
14
Makefile
14
Makefile
@@ -4,13 +4,13 @@ SRC_DIR = src
|
|||||||
PAGES_DIR = $(SRC_DIR)/pages
|
PAGES_DIR = $(SRC_DIR)/pages
|
||||||
BLOG_DIR = $(SRC_DIR)/blog
|
BLOG_DIR = $(SRC_DIR)/blog
|
||||||
DIST_DIR = dist
|
DIST_DIR = dist
|
||||||
|
BUILD_DIR = build
|
||||||
|
|
||||||
PAGES = $(notdir $(wildcard $(PAGES_DIR)/*.html))
|
PAGES = $(notdir $(wildcard $(PAGES_DIR)/*.html))
|
||||||
BLOG_PAGES = $(wildcard $(BLOG_DIR)/*.md)
|
BLOG_PAGES = $(wildcard $(BLOG_DIR)/*.md)
|
||||||
TARGETS = $(addprefix $(DIST_DIR)/,$(PAGES))
|
TARGETS = $(addprefix $(DIST_DIR)/,$(PAGES))
|
||||||
|
|
||||||
all: $(PAGES_DIR)/blog.html $(TARGETS)
|
all: $(PAGES_DIR)/blog.html $(TARGETS)
|
||||||
rm -rf $(DIST_DIR)/template.html
|
|
||||||
|
|
||||||
watch:
|
watch:
|
||||||
while sleep 1 ; do \
|
while sleep 1 ; do \
|
||||||
@@ -18,12 +18,13 @@ watch:
|
|||||||
| entr -d make -f ./Makefile ; \
|
| entr -d make -f ./Makefile ; \
|
||||||
done
|
done
|
||||||
|
|
||||||
mkdist:
|
mkdirs:
|
||||||
mkdir -p $(DIST_DIR)
|
mkdir -p $(DIST_DIR)
|
||||||
|
mkdir -p $(BUILD_DIR)
|
||||||
|
|
||||||
template: $(SRC_DIR)/start.html $(SRC_DIR)/nav.html $(SRC_DIR)/side.html | mkdist
|
template: $(SRC_DIR)/start.html $(SRC_DIR)/nav.html $(SRC_DIR)/side.html | mkdirs
|
||||||
cp -r $(SRC_DIR)/styles $(DIST_DIR)
|
cp -r $(SRC_DIR)/styles $(DIST_DIR)
|
||||||
cat $(SRC_DIR)/start.html $(SRC_DIR)/nav.html $(SRC_DIR)/side.html > dist/template.html
|
cat $(SRC_DIR)/start.html $(SRC_DIR)/nav.html $(SRC_DIR)/side.html > $(BUILD_DIR)/template.html
|
||||||
|
|
||||||
$(PAGES_DIR)/blog.html: $(BLOG_PAGES) $(BLOG_DIR)/start_blog.html $(BLOG_DIR)/end_blog.html
|
$(PAGES_DIR)/blog.html: $(BLOG_PAGES) $(BLOG_DIR)/start_blog.html $(BLOG_DIR)/end_blog.html
|
||||||
pandoc -f markdown -t html $^ -o $@.tmp
|
pandoc -f markdown -t html $^ -o $@.tmp
|
||||||
@@ -31,8 +32,9 @@ $(PAGES_DIR)/blog.html: $(BLOG_PAGES) $(BLOG_DIR)/start_blog.html $(BLOG_DIR)/en
|
|||||||
rm $@.tmp
|
rm $@.tmp
|
||||||
|
|
||||||
$(DIST_DIR)/%.html: $(PAGES_DIR)/%.html | template mkdist
|
$(DIST_DIR)/%.html: $(PAGES_DIR)/%.html | template mkdist
|
||||||
cat $(DIST_DIR)/template.html $(PAGES_DIR)/$*.html $(SRC_DIR)/end.html > $@
|
cat $(BUILD_DIR)/template.html $(PAGES_DIR)/$*.html $(SRC_DIR)/end.html > $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf dist
|
rm -rf $(DIST_DIR)
|
||||||
|
rm -rf $(BUILD_DIR)
|
||||||
rm -rf $(PAGES_DIR)/blog.html
|
rm -rf $(PAGES_DIR)/blog.html
|
||||||
|
|||||||
@@ -1,17 +1,21 @@
|
|||||||
<main id="links">
|
<main id="links">
|
||||||
<h1 id="mainHeading">mount /dev/links</h1>
|
<h1 id="mainHeading">mount /dev/links</h1>
|
||||||
|
|
||||||
A page with my personal categorized awesome list of links.
|
a page with my personal categorized awesome list of links.
|
||||||
|
|
||||||
<h2>Link aggregators</h2>
|
<h2>link aggregators</h2>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://news.ycombinator.com">Hackernews</a>
|
<a href="https://news.ycombinator.com">hackernews</a>
|
||||||
Quite common but mostly nice articles of CS/Math related things
|
common but nice articles of cs related things
|
||||||
</p>
|
</p>
|
||||||
<p><a href="https://lobste.rs">lobste.rs</a> More programming related links.</p>
|
<p><a href="https://lobste.rs">lobste.rs</a> more programming related links</p>
|
||||||
|
<p><a href="https://hackers.pub">lobste.rs</a> meta aggregator of lobsters+hn+mastodon</p>
|
||||||
|
|
||||||
<h2>Comics</h2>
|
<h2>blogs</h2>
|
||||||
<p>
|
<h2>comics</h2>
|
||||||
<a href="https://xkcd.com">xkcd</a> The classic
|
<p>
|
||||||
</p>
|
<a href="https://xkcd.com">xkcd</a> classic
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<span id="updated">updated: 2025-07-15</span>
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
@@ -1,18 +1,32 @@
|
|||||||
<main>
|
<main>
|
||||||
<h1 id="mainHeading">mount /dev/now</h1>
|
<h1 id="mainHeading">mount /dev/now</h1>
|
||||||
|
|
||||||
This page contains all projects I'm working on right now. As a reminder and incentive to keep going!
|
things i currently work on (maybe)
|
||||||
|
|
||||||
<h2>Projects</h2>
|
<h2>Projects</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>This website</li>
|
<li>this</li>
|
||||||
<li>Colemak Split Keyboard <a href="https://git.rhetenor.de/rhetenor/tastarut">Git</a></li>
|
<li><a href="https://tixy.land/">tixy.land</a> inspired shader on dot-matrix controlled by old calculator</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Education</h2>
|
<h2>Education</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Colemak Keyboard Layout</li>
|
<li>jtag debuggers</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2>old projects</h2>
|
||||||
|
<h3>finished</h3>
|
||||||
|
<h3>on-hold</h3>
|
||||||
|
<ul>
|
||||||
<li>French</li>
|
<li>French</li>
|
||||||
|
<li>Italian</li>
|
||||||
<li>Swedish</li>
|
<li>Swedish</li>
|
||||||
</ul>
|
</ul>
|
||||||
<span>Last updated: 01.05.2024</span>
|
|
||||||
|
<h3>gone<h3>
|
||||||
|
<ul>
|
||||||
|
<li><s>own ergo split keyboard <a href="https://git.rhetenor.de/rhetenor/tastarut">git</a></s> - bought one</li>
|
||||||
|
<li><s>learning colemak</s> - hjkl in vim</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<span id="updated">updated: 2025-07-15</span>
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
@@ -1,34 +1,15 @@
|
|||||||
<aside>
|
<aside>
|
||||||
<section aria-labelledby="updates_heading">
|
|
||||||
|
|
||||||
<h1 id="updates_heading">Updates</h1>
|
|
||||||
<ul class="outer_list">
|
|
||||||
<li>
|
|
||||||
<h2>2025-02-13</h2>
|
|
||||||
<ul class="inner_list">
|
|
||||||
<li>updated Style</li>
|
|
||||||
<li>add blog()</li>
|
|
||||||
<li>add beliefs()</li>
|
|
||||||
<li>add content</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<h2>2024-05-08:</h2>
|
|
||||||
<ul class="inner_list">
|
|
||||||
<li>updated style</li>
|
|
||||||
<li>main() content</li>
|
|
||||||
<li>more links()</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li><h2>2024-04-28:</h2>website created</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section aria-labelledby="tools_heading">
|
<section aria-labelledby="tools_heading">
|
||||||
<h1 id="tools_heading">Tools</h1>
|
<h1 id="tools_heading">Tools</h1>
|
||||||
<ul class="outer_list">
|
<ul class="outer_list">
|
||||||
<li><h2><a href="https://awesm.sh">awesm.sh</a></h2></li>
|
<li><h2><a href="https://awesm.sh">awesm.sh</a></h2></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section aria-labelledby="updates_heading">
|
||||||
|
<h1 id="updates_heading">Updates</h1>
|
||||||
|
<ul class="outer_list">
|
||||||
|
<li><h2>2025-07-15:</h2>website created</li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
</aside>
|
</aside>
|
||||||
|
|||||||
@@ -7,9 +7,9 @@ aside {
|
|||||||
max-width: 20%;
|
max-width: 20%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin-right: 1vw;
|
margin-right: 2vw;
|
||||||
margin-top: 3vh;
|
margin-top: 2.5vh;
|
||||||
//width: 18%;
|
width: 13vw;
|
||||||
border-right: solid;
|
border-right: solid;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user