]> git.frustrated-labs.net Git - frustrated-functor.dev.git/commitdiff
refactor: cleanup unused pages
authorAlexander Goussas <[email protected]>
Sat, 4 Jul 2026 16:25:49 +0000 (11:25 -0500)
committerAlexander Goussas <[email protected]>
Sat, 4 Jul 2026 16:25:49 +0000 (11:25 -0500)
content/2026-07-03-what-ive-learnt-after-one-year-of-interviews.smd
content/curriculum.smd [deleted file]
content/projects.smd [deleted file]
layouts/templates/base.shtml

index a63ba6ad247c336bf70e398f3c48cefa3cf789a1..acb98f47040a840c057a22412beeeb1acaff65a5 100644 (file)
@@ -1,5 +1,5 @@
 ---
-.title = "What I've learned after one year of interviewing",
+.title = "My experience after one year of interviewing",
 .date = @date("2026-07-03T00:00:00"),
 .author = "Alexander Goussas",
 .layout = "post.shtml",
diff --git a/content/curriculum.smd b/content/curriculum.smd
deleted file mode 100644 (file)
index 1e3df95..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
----
-.title = "Curriculum",
-.date = @date("1990-01-01T00:00:00"),
-.author = "Alexander Goussas",
-.layout = "page.shtml",
-.draft = false,
---- 
-
-## Class schedule
-
-|             | Monday     | Tuesday    | Wednesday  | Thursday   | Friday     | 
-| ----------- | ---------- | ---------- | ---------- | ---------- | ---------- |
-| 5H30 - 6H00 |  Vocabulary Building |  Vocabulary Building |  Vocabulary Building |  Vocabulary Building |  Vocabulary Building |
-| 6H00 - 6H30 | German III | German III | German III | German III | German III |
-| 6H30 - 7H00 | German Grammar | German Grammar | German Grammar | German Grammar | German Grammar |
-| 7H00 - 7H30 | French Grammar | French Grammar | French Grammar | French Grammar | French Grammar |
-| 7H30 - 8H00 | Scriptorium | Scriptorium | Scriptorium | Scriptorium | Scriptorium |
-| 17H00 - 18H00 | Kubernetes Fundamentals | Kubernetes Fundamentals | Kubernetes Fundamentals | Kubernetes Fundamentals | Kubernetes Fundamentals |
-| 18H00 - 19H00 | German Literature | Brazilian and Portuguese Literature | German Literature | Brazilian and Portuguese Literature | German Literature |
-| 20H00 - 21H00 | French Literature | French Literature | French Literature | French Literature | French Literature |
-| 21H00 - 21H15 | Shadowing | Shadowing | Shadowing | Shadowing | Shadowing |
-
-\* _Weekends repeat the same pattern_
-
-## Class material
-
-- **LANG-001 German Grammar** Grammatik Aktiv
-- **LANG-002 French Grammar** Grammaire progressive niveau perfectionnement
-- **CS-001 Kubernetes Fundamentals** Kubernetes Official Documentation
-- **LIT-003 German Literature** Walz in Wien, Andre Klein (subject to change)
-- **LIT-004 French Literature** L'Assommoir, Émile Zola (subject to change)
-- **LANG-003 German III** Nicos Weg
-- **LANG-004 Vocabulary Building** Anki
-- **LANG-005 Scriptorium** Assimil L'Allemand
-- **LIT-001 Brazilian and Portuguese Literature** O Alienista, Machado de Assis (subject to change)
-
diff --git a/content/projects.smd b/content/projects.smd
deleted file mode 100644 (file)
index 48fcfda..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
----
-.title = "Projects",
-.date = @date("1990-01-01T00:00:00"),
-.author = "Alexander Goussas",
-.layout = "projects.shtml",
-.draft = false,
---- 
-
-## larousse API
-
-![Larousse API's Web UI](/larousse-api.png)
-
-A REST API that serves word translations and definitions, with an accompanying
-web ui à la Google Translate, but less crappy.
-
-- Source code: https://git.frustrated-labs.net/?p=larousseapi;a=summary
-- Project website: https://lang.frustrated-labs.net/#
index 70aa70fdbd49e2195de439f7f6bb2af5aeb59999..31d673bc83a8d41de6f1e4127439284d2d38839d 100644 (file)
           <li class="nav-item" style="background-color: darkseagreen; color: black;">
                              <a href="$site.page('devlog').link()">devlog</a>
           </li>
-          <li class="nav-item" style="background-color: lavender; color: black;">
-                             <a href="$site.page('projects').link()">projects</a>
-          </li>
-          <li class="nav-item">
-            <a href="https://youtube.com/@aloussase" target="_blank">youtube</a>
-          </li>
           <li class="nav-item" style="background-color: darkslateblue;">
             <a href="https://github.com/aloussase" target="_blank">github</a>
           </li>
@@ -45,9 +39,6 @@
           <li class="nav-item" style="background-color: tomato;">
             <a href="/rss.xml" target="_blank">rss</a>
           </li>
-          <li class="nav-item" style="background-color: mediumpurple;">
-            <a href="$site.page('curriculum').link()">curriculum</a>
-          </li>
         </ul>
       </nav>
     </header>