From 96ffb589221eff7dff99d8db74c85c919c0a75e2 Mon Sep 17 00:00:00 2001 From: yuyuslab Date: Fri, 3 Jan 2025 13:30:24 +0900 Subject: [PATCH] font changed --- _blog/2024-12-07-blog.md | 9 ++ _blog/2024-12-21-blog.md | 14 +++ _sass/main.scss | 2 + _site/_blog/2024-12-07-blog.html | 36 ++++++ _site/_blog/2024-12-21-blog.html | 39 +++++++ _site/assets/css/styles.css | 2 +- _site/blog.html | 105 ++++++++++-------- .../Documents/Hello/2024-12-07-blog.html | 36 ++++++ .../Documents/Hello/2024-12-21-blog.html | 39 +++++++ _site/feed.xml | 2 +- _site/research.html | 57 ++++++++-- blog.md | 15 +-- research.md | 24 +++- 13 files changed, 313 insertions(+), 67 deletions(-) create mode 100644 _blog/2024-12-07-blog.md create mode 100644 _blog/2024-12-21-blog.md create mode 100644 _site/_blog/2024-12-07-blog.html create mode 100644 _site/_blog/2024-12-21-blog.html create mode 100644 _site/blog/Users/yujirokisu/Documents/Hello/2024-12-07-blog.html create mode 100644 _site/blog/Users/yujirokisu/Documents/Hello/2024-12-21-blog.html diff --git a/_blog/2024-12-07-blog.md b/_blog/2024-12-07-blog.md new file mode 100644 index 0000000..bc9e895 --- /dev/null +++ b/_blog/2024-12-07-blog.md @@ -0,0 +1,9 @@ +--- +layout: post +title: "技術書ビブリオバトル" +date: 2024-12-07 +category: + - community + - event +--- + \ No newline at end of file diff --git a/_blog/2024-12-21-blog.md b/_blog/2024-12-21-blog.md new file mode 100644 index 0000000..d028dec --- /dev/null +++ b/_blog/2024-12-21-blog.md @@ -0,0 +1,14 @@ +--- +layout: post +title: "ハッカソン運営" +date: 2024-12-21 +category: + - activity + - behaviour + - community + - event +--- + + + + \ No newline at end of file diff --git a/_sass/main.scss b/_sass/main.scss index 20a2a63..3455e06 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -4,6 +4,8 @@ body { margin: 10%; + font-family: Arial, Helvetica, sans-serif; + text-decoration: none; } diff --git a/_site/_blog/2024-12-07-blog.html b/_site/_blog/2024-12-07-blog.html new file mode 100644 index 0000000..2f3fe27 --- /dev/null +++ b/_site/_blog/2024-12-07-blog.html @@ -0,0 +1,36 @@ + + + + + + + + + + 技術書ビブリオバトル + + + +

技術書ビブリオバトル

+

07 Dec 2024

+ + + + + diff --git a/_site/_blog/2024-12-21-blog.html b/_site/_blog/2024-12-21-blog.html new file mode 100644 index 0000000..9122f8c --- /dev/null +++ b/_site/_blog/2024-12-21-blog.html @@ -0,0 +1,39 @@ + + + + + + + + + + ハッカソン運営 + + + +

ハッカソン運営

+

21 Dec 2024

+ + + + + + + + diff --git a/_site/assets/css/styles.css b/_site/assets/css/styles.css index 39f6afd..5eb4f40 100644 --- a/_site/assets/css/styles.css +++ b/_site/assets/css/styles.css @@ -1,5 +1,5 @@ .current { color: green; } -body { margin: 10%; } +body { margin: 10%; font-family: Arial, Helvetica, sans-serif; text-decoration: none; } .circular-panda { width: 50%; height: 50%; display: flex; justify-content: center; margin-top: 5%; } diff --git a/_site/blog.html b/_site/blog.html index ef0959a..fd84ee6 100644 --- a/_site/blog.html +++ b/_site/blog.html @@ -27,7 +27,57 @@ Research -

Categories

+

Blog

+ + + +

Categories

-

Blog

-
- - - diff --git a/_site/blog/Users/yujirokisu/Documents/Hello/2024-12-07-blog.html b/_site/blog/Users/yujirokisu/Documents/Hello/2024-12-07-blog.html new file mode 100644 index 0000000..2f3fe27 --- /dev/null +++ b/_site/blog/Users/yujirokisu/Documents/Hello/2024-12-07-blog.html @@ -0,0 +1,36 @@ + + + + + + + + + + 技術書ビブリオバトル + + + +

技術書ビブリオバトル

+

07 Dec 2024

+ + + + + diff --git a/_site/blog/Users/yujirokisu/Documents/Hello/2024-12-21-blog.html b/_site/blog/Users/yujirokisu/Documents/Hello/2024-12-21-blog.html new file mode 100644 index 0000000..9122f8c --- /dev/null +++ b/_site/blog/Users/yujirokisu/Documents/Hello/2024-12-21-blog.html @@ -0,0 +1,39 @@ + + + + + + + + + + ハッカソン運営 + + + +

ハッカソン運営

+

21 Dec 2024

+ + + + + + + + diff --git a/_site/feed.xml b/_site/feed.xml index 6980975..3cedd10 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -1 +1 @@ -Jekyll2025-01-03T10:43:48+09:00http://localhost:4000/Hello/feed.xmlyuyuslab home pagerepo for yuyuslab work \ No newline at end of file +Jekyll2025-01-03T13:29:45+09:00http://localhost:4000/Hello/feed.xmlyuyuslab home pagerepo for yuyuslab work \ No newline at end of file diff --git a/_site/research.html b/_site/research.html index 4e83308..9f3526e 100644 --- a/_site/research.html +++ b/_site/research.html @@ -27,9 +27,7 @@ Research -

Research

-
-

Main research question

+

Main research question

How do people with different backgrounds collaborate to reach a shared goal?

Sub inquiries

@@ -47,22 +45,65 @@

Thoughts & Actions

+

Categories

+ diff --git a/blog.md b/blog.md index 12c4f6d..302d59d 100644 --- a/blog.md +++ b/blog.md @@ -3,6 +3,13 @@ layout: default title: Blog --- +## Blog +{% assign sorted_posts = site.blog | sort: 'date' | reverse %} +{% for post in sorted_posts %} +- [{{ post.title }} ({{ post.date | date: "%Y-%m-%d" }})]({{ post.url | prepend: site.baseurl }}) +{% endfor %} + + ## Categories - -# Blog ---- -{% for post in site.blog %} -- [{% for category in post.category %}{{ category }} > {% endfor%}{{ post.title }} ({{ post.date | remove: " 00:00:00 +0000" }})]({{ post.url | prepend: site.baseurl }}) -{% endfor %} \ No newline at end of file + \ No newline at end of file diff --git a/research.md b/research.md index 606f875..5e27ece 100644 --- a/research.md +++ b/research.md @@ -2,8 +2,7 @@ layout: default title: Research --- -# Research ---- + ## Main research question ***How do people with different backgrounds collaborate to reach a shared goal?*** @@ -17,6 +16,23 @@ title: Research - What do we need to substantiate the division of cognitive labour? ## Thoughts & Actions -{% for post in site.research %} -- [{% for category in post.category %}{{ category }} > {% endfor%}{{ post.title }}]({{ post.url | prepend: site.baseurl }}) +{% assign sorted_posts = site.research | sort: 'date' | reverse %} +{% for post in sorted_posts %} +- [{{ post.title }} ({{ post.date | date: "%Y-%m-%d" }})]({{ post.url | prepend: site.baseurl }}) {% endfor %} + +## Categories + \ No newline at end of file