From 98b3e864c7595d15c24b05cc0e2bd29f87a13a09 Mon Sep 17 00:00:00 2001 From: eqkter Date: Fri, 18 Aug 2023 22:32:12 +0200 Subject: Initial commit --- content/about.md | 20 ++++++++++ content/contact.md | 7 ++++ content/cv.md | 98 ++++++++++++++++++++++++++++++++++++++++++++++ content/projects/_index.md | 6 +++ content/projects/first.md | 6 +++ content/projects/second.md | 6 +++ 6 files changed, 143 insertions(+) create mode 100644 content/about.md create mode 100644 content/contact.md create mode 100644 content/cv.md create mode 100644 content/projects/_index.md create mode 100644 content/projects/first.md create mode 100644 content/projects/second.md (limited to 'content') diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..a656bb5 --- /dev/null +++ b/content/about.md @@ -0,0 +1,20 @@ ++++ +title = "Who am I?" +page_template = "page.html" + +[extra] +latex = true ++++ + +### Under construction, test page for now +Hey, I am me, and you are you. +```bash +apt-get install blabla +``` + +$$ \mathrm{e}^{\mathbf{i}\pi} + 1 = 0 $$ + + +An underscore in a latex string works fine in this example: \\(m_\alpha\\),
+It also works fine in this example: \\(m_\alpha\\) and \\(\xi_{\alpha}\\),
+But it breaks here: \\(\dot{\vec{x}}_\alpha\\). diff --git a/content/contact.md b/content/contact.md new file mode 100644 index 0000000..0e54dd7 --- /dev/null +++ b/content/contact.md @@ -0,0 +1,7 @@ ++++ +title = "How to reach me?" +page_template = "page.html" ++++ + +### Contacts +- [eqkter@protonmail.com](mailto:eqkter@protonmail.com) diff --git a/content/cv.md b/content/cv.md new file mode 100644 index 0000000..3a0ac4c --- /dev/null +++ b/content/cv.md @@ -0,0 +1,98 @@ ++++ +title = "My Résumé" +page_template = "page.html" ++++ + +Johnny Coder +============ + +------------------- ---------------------------- +1 MyAddress email@example.com +MyTown 1000 @twitter_handle +MyCountry 1800 my-phone-nr +------------------- ---------------------------- + +Education +--------- + +2010-2014 (expected) +: **PhD, Computer Science**; Awesome University (MyTown) + + *Thesis title: Deep Learning Approaches to the Self-Awesomeness + Estimation Problem* + +2007-2010 +: **BSc, Computer Science and Electrical Engineering**; University of + HomeTown (HomeTown) + + *Minor: Awesomeology* + +Experience +---------- + +**Your Most Recent Work Experience:** + +Short text containing the type of work done, results obtained, +lessons learned and other remarks. Can also include lists and +links: + +* First item + +* Item with [link](http://www.example.com). Links will work both in + the html and pdf versions. + +**That Other Job You Had** + +Also with a short description. + +Technical Experience +-------------------- + +My Cool Side Project +: For items which don't have a clear time ordering, a definition + list can be used to have named items. + + * These items can also contain lists, but you need to mind the + indentation levels in the markdown source. + * Second item. + +Open Source +: List open source contributions here, perhaps placing emphasis on + the project names, for example the **Linux Kernel**, where you + implemented multithreading over a long weekend, or **node.js** + (with [link](http://nodejs.org)) which was actually totally + your idea... + +Programming Languages +: **first-lang:** Here, we have an itemization, where we only want + to add descriptions to the first few items, but still want to + mention some others together at the end. A format that works well + here is a description list where the first few items have their + first word emphasized, and the last item contains the final few + emphasized terms. Notice the reasonably nice page break in the pdf + version, which wouldn't happen if we generated the pdf via html. + +: **second-lang:** Description of your experience with second-lang, + perhaps again including a [link] [ref], this time placing the url + reference elsewhere in the document to reduce clutter (see source + file). + +: **obscure-but-impressive-lang:** We both know this one's pushing + it. + +: Basic knowledge of **C**, **x86 assembly**, **forth**, **Common Lisp** + +[ref]: https://github.com/githubuser/superlongprojectname + +Extra Section, Call it Whatever You Want +---------------------------------------- + +* Human Languages: + + * English (native speaker) + * ??? + * This is what a nested list looks like. + +* Random tidbit + +* Other sort of impressive-sounding thing you did diff --git a/content/projects/_index.md b/content/projects/_index.md new file mode 100644 index 0000000..f6682fa --- /dev/null +++ b/content/projects/_index.md @@ -0,0 +1,6 @@ ++++ +title = "List of project posts" +sort_by = "date" +template = "projects.html" +page_template = "page.html" ++++ diff --git a/content/projects/first.md b/content/projects/first.md new file mode 100644 index 0000000..a1d1130 --- /dev/null +++ b/content/projects/first.md @@ -0,0 +1,6 @@ ++++ +title = "My first post" +date = 2019-11-27 ++++ + +This is my first blog post. diff --git a/content/projects/second.md b/content/projects/second.md new file mode 100644 index 0000000..04db092 --- /dev/null +++ b/content/projects/second.md @@ -0,0 +1,6 @@ ++++ +title = "My second post" +date = 2019-11-28 ++++ + +This is my second blog post. -- cgit v1.2.3