Skip to content

Commit e5fa3bc

Browse files
committed
add(blog-cv)
1 parent f24868d commit e5fa3bc

33 files changed

+331
-1103
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ bing_site_verification: # out your bing-site-verification ID (Bing Webmaster)
123123
# Blog
124124
# -----------------------------------------------------------------------------
125125

126-
blog_name: al-folio # blog_name will be displayed in your blog page
127-
blog_description: a simple whitespace theme for academics
126+
blog_name: on da blog # blog_name will be displayed in your blog page
127+
blog_description: studing reports, thoughts, and more # blog_description will be displayed in your blog page
128128
permalink: /blog/:year/:title/
129129

130130
# Pagination

_layouts/archive-tag.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ layout: default
1212
<table class="table table-sm table-borderless">
1313
{% for post in page.posts %}
1414
<tr>
15-
<th scope="row">{{ post.date | date: '%b %d, %Y' }}</th>
15+
<th scope="row" style="color: #708090;">{{ post.date | date: '%b %d, %Y' }}</th>
1616
<td>
1717
{% if post.redirect == blank %}
1818
<a class="post-link" href="{{ post.url | relative_url }}">{{ post.title }}</a>

_pages/cv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ permalink: /cv/
44
title: cv
55
nav: true
66
nav_order: 5
7-
cv_pdf: example_pdf.pdf
7+
cv_pdf: Gulin Andrei CV.pdf
88
description:
99
toc:
1010
sidebar: left

_posts/2015-03-15-formatting-and-links.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

_posts/2015-10-20-disqus-comments.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

_posts/2021-07-04-diagrams.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

_posts/2022-02-01-redirect.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

_posts/2022-12-10-giscus-comments.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

_posts/2023-04-25-sidebar-table-of-contents.md

Lines changed: 0 additions & 47 deletions
This file was deleted.

_posts/2023-12-12-tikzjax.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

_posts/2024-01-26-chartjs.md

Lines changed: 0 additions & 188 deletions
This file was deleted.

0 commit comments

Comments
 (0)