Skip to content

Commit

Permalink
fix: remove empty publications section
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehmanator committed Aug 21, 2024
1 parent ec38aa4 commit 54b927a
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions src/jsonresume.nix
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
url = "https://psu.edu";
area = "Computer Science";
startDate = "2014-08-20";
endDate = "2019-05-31";
# endDate = "2019-05-31";
# studyType = "Bachelor";
# score = "3.2";
# courses = [
Expand All @@ -150,15 +150,16 @@
# ];
}
];
publications = [
{
name = "Hello World - Blog";
publisher = "Sam Lehman - Blog";
releaseDate = "2024-02-10";
url = "https://blog.samlehman.dev/posts/hello_world.html";
summary = "First post to my self-hosted blog!";
}
];

# publications = [
# {
# name = "Hello World - Blog";
# publisher = "Sam Lehman - Blog";
# releaseDate = "2024-02-10";
# url = "https://blog.samlehman.dev/posts/hello_world.html";
# summary = "First post to my self-hosted blog!";
# }
# ];

skills = [
{
Expand Down Expand Up @@ -331,8 +332,8 @@

meta = {
canonical = "https://raw.githubusercontent.com/Lehmanator/resume-nix/main/src/jsonresume.nix";
version = "v1.0.1";
lastModified = "2024-06-11T15:53:00";
version = "v1.0.2";
lastModified = "2024-08-21T15:53:00";

# Set default theme when fetching through
# https://registry.jsonresume.org/<github-user-name>, see themes
Expand Down

0 comments on commit 54b927a

Please sign in to comment.