Preparing major rewrite
This commit is contained in:
parent
53241f2fb9
commit
9eacbbbd46
4 changed files with 10 additions and 13 deletions
|
@ -15,5 +15,6 @@ Feature ToDo-list:
|
||||||
Feature Done-list:
|
Feature Done-list:
|
||||||
|
|
||||||
- Make templates more powerful (using `awk`)
|
- Make templates more powerful (using `awk`)
|
||||||
|
- CSS preprocessing using cpp
|
||||||
|
|
||||||
If you have any questions about this, you can reach out to me.
|
If you have any questions about this, you can reach out to me.
|
||||||
|
|
11
src/index.md
11
src/index.md
|
@ -1,10 +1,11 @@
|
||||||
# Haii :3 :cherry_blossom:
|
# Hey! :cherry_blossom:
|
||||||
|
|
||||||
This is my university page, which is still under heavy construction. It is replacing my older page, which, to be fair, looked awful.
|
This is my student page, which is still under heavy construction.
|
||||||
|
|
||||||
A few small facts about me:
|
A few small facts about me:
|
||||||
|
|
||||||
* My name is Jocelyn :dog:
|
* My name is Jocelyn
|
||||||
* I am a student in the CB faculty of this university
|
* I am a student in the CB faculty of this university
|
||||||
* My preferred pronouns are `she/her`
|
* My preferred pronouns are `she/her` and `they/them`
|
||||||
* I like touching computers :3
|
|
||||||
|
It will host computer science related topics, most of them will have some relation to my studies here. Everything else goes to my private page at [jossco.de](https://www.jossco.de).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
This is a place for me to put links to friendly websites!
|
This is a place for me to put links to friendly websites!
|
||||||
|
|
||||||
* Emilian's site: [~emarche](https://www.student.hs-mittweida.de/~emarche)
|
* [Lou's site](https://www.student.hs-mittweida.de/~emarche)
|
||||||
* My private homepage at [jossco.de](https://jossco.de)
|
* My private homepage at [jossco.de](https://jossco.de)
|
||||||
|
|
||||||
If you want to be here, contact me :grin:
|
If you want to be here, contact me :grin:
|
||||||
|
|
|
@ -6,16 +6,11 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="sidebar clearfix">
|
<ul>
|
||||||
<span class="nav-name">Jocelyn Otto</span>
|
|
||||||
<ul class="sidemenu">
|
|
||||||
% echo $SIDEBAR
|
% echo $SIDEBAR
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
% echo $CONTENT
|
% echo $CONTENT
|
||||||
<hr>
|
|
||||||
<i>%(Last built $(date -I) on $(hostname)%)</i>
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue