Skip to content

Commit

Permalink
hits update
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjaejunlee95 committed Mar 5, 2024
1 parent 1dcecd2 commit 8f8a41d
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ footer-hover-col: "#0085A1"
google_site_verification: GK3aeQFcmAR8D_ez5zbm0P8bfnIssKL1kF-jSvJNoL0

# Fill in your Google Analytics tag ID (or "Measurement ID") to track your website usage
#gtag: "G-XXXXXXXXXX"
gtag: "G-5Q72R0DG2Q"

# Fill in your Cloudflare Analytics beacon token to track your website using Cloudflare Analytics
#cloudflare_analytics: ""
Expand Down
10 changes: 6 additions & 4 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@ <h2 class="{{ include.type }}-subheading">{{ page.subtitle | strip_html }}</h2>
{% if page.author %}
By <strong>{{ page.author | strip_html }}</strong><br>
{% endif%}
<span class="post-meta">Posted on {{ page.date | date: date_format }}</span>
{% if page.last-updated %}
<span class="post-meta">
<span class="post-meta">Posted on {{ page.date | date: date_format }}
{% if page.last-updated %}
<span class="d-none d-md-inline middot">&middot;</span>
Last updated {{ page.last-updated | date: date_format }}
</span>
{% endif %}
</span><br>
{% if page.hits %}
<a href="https://hits.seeyoufarm.com"><img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fjohnjaejunlee95.github.io&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=HITS&edge_flat=false"/></a>
{% endif %}
{% if page.readtime %}
{% include readtime.html %}
Expand Down
1 change: 1 addition & 0 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
{% endfor %}
</div>
{% endif %}
<a href="https://hits.seeyoufarm.com"><img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fjohnjaejunlee95.github.io&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=HITS&edge_flat=false"/></a>

{{ content }}

Expand Down
4 changes: 2 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<div class="{% if page.full-width %} col {% else %} col-xl-8 offset-xl-2 col-lg-10 offset-lg-1 {% endif %}">

{% if page.gh-repo %}
{% assign gh_split = page.gh-repo | split:'/' %}
{% assign gh_split = page.gh-repo | split:'/' %}
{% assign gh_user = gh_split[0] %}
{% assign gh_repo = gh_split[1] %}

<div id="header-gh-btns">
{% if page.gh-badge.size > 0 %}
{% for badge in page.gh-badge %}
Expand Down
1 change: 1 addition & 0 deletions _posts/Generative Model/23-07-21-ddpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ date: "2023-07-21"
description: ""
categories: "Generative_Model"
toc: False
hits: true
# toc_sticky: True
tags: [Generative, Diffusion Model, Gaussian Distribution]
use_math: true
Expand Down
1 change: 1 addition & 0 deletions _posts/Meta Learning/23-03-13-Sharp-MAML.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ date: "2023-03-13"
description: ""
categories: [Meta Learning]
toc: False
hits: true
# toc_sticky: True
tags: [Meta-Learning, MAML, Flat-Minima, SAM]
use_math: true
Expand Down
1 change: 1 addition & 0 deletions _posts/Meta Learning/23-12-24-Meta-Learning_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ date: "2023-12-30"
description: ""
categories: [Meta Learning]
toc: False
hits: true
# toc_sticky: True
tags: [Meta-Learning, Few-Shot Learning]
use_math: true
Expand Down
6 changes: 4 additions & 2 deletions _posts/Meta Learning/24-01-02-Meta-Learning_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

layout: post
gh-repo: johnjaejunlee95/johnjaejunlee95.github.io
gh-badge: [star, follow]
gh-badge: [star,follow]
comments: true
author: johnjaejunlee95
title: "[개념설명] Meta Learning (2) - Approaches"
date: "2024-03-04"
date: "2024-03-03"
last-updated: "2024-03-04"
description: ""
categories: [Meta Learning]
hits: true
toc: false
toc_sticky: true
tags: [Meta-Learning, Few-Shot Learning, MAML, Reptile, MatchingNet, ProtoNet]
Expand Down

0 comments on commit 8f8a41d

Please sign in to comment.