-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
557 lines (519 loc) · 17.6 KB
/
hugo.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
baseURL: "https://luxun1910.github.io/portfolio/"
languageCode: "en-us"
title: "Portfolio of luxun1910"
theme: hugo-profile
publishDir: "docs"
canonifyurls: true
defaultContentLanguage: en
defaultContentLanguageInSubdir: true
languages:
en:
contentDir: content/en
disabled: false
languageCode: en-US
languageDirection: ltr
languageName: English
params:
hero:
intro: Hello, World!
Menus:
main:
- identifier: blog
name: Blog
title: Blog posts
url: /en/posts
weight: 1
ja:
contentDir: content/ja
disabled: false
languageCode: ja-JP
languageDirection: ltr
languageName: Japanese
params:
hero:
intro: こんにちは、世界!
content: 勝手な解釈をせず、常に仕様をすり合わせて仕事するよう心がけています。Web系以外でも興味を持った技術は日常的に触れるようにしています。日本語、英語、中国語が話せます。
about:
title: "プロフィール"
content: |-
WEBエンジニアとして就職活動中です。大学は文系ですが学生時代から独学でゲームやホームページの作成を行い、応用情報技術者試験にも合格しました。
業務経験がある技術
- HTML
- CSS
- JavaScript
- jQuery
- C#
- ASP.NET MVC
- SQL Server
趣味等で使用経験がある技術
- WordPress
- Unity
- C++
- Dart/Flutter
- Hugo
experience:
title: "職務経歴"
items:
- job: "WEBエンジニア"
company: "カカクコム"
companyUrl: "https://corporate.kakaku.com/"
date: "2021年4月 - 2024年1月"
content: "価格.comのWEBエンジニアとして、既存ページの改修や新規ページの作成、社内ツールの開発などを行ってきました。"
education:
title: "学歴"
items:
- title: "非学位プログラム"
date: "2024 - 2025"
school:
name: "上海交通大学"
url: "https://www.sjtu.edu.cn/"
content: |-
- 長期中国語研修コース
- title: "法学学士"
date: "2017 - 2021"
school:
name: "京都大学"
url: "https://www.kyoto-u.ac.jp/"
content: |-
- キャリアに関連する活動
- GeekSalonというプログラミングスクール・コミュニティに所属し、Unityを使ってオンライン対戦格闘ゲームを開発しました。
- その他活動
- フェンシング部所属
- 留学生サポート業務
- title: "中等教育(中学・高校)"
date: "2011 - 2017"
school:
name: "海陽中等教育学校"
url: "https://www.kaiyo.ac.jp/"
contact:
title: "連絡先"
content: メール、GitHub、LinkedIn、X等やっています。
btnName: メール
Menus:
main:
- identifier: blog
name: ブログ
title: Blog posts
url: /ja/posts
weight: 2
ch:
contentDir: content/ch
disabled: false
languageCode: ch
languageDirection: ltr
languageName: Chinese
params:
hero:
intro: 你好,世界!
content: 我在工作中总是努力明确方向性,不随意解释,而且我每天都尝试感兴趣的技术,即使这些技术与网络无关。 我会说中文、日语和英语。
about:
title: "关于我"
content: |-
我正在寻找网络工程师的工作。 我在大学学习的是人文学科,但从学生时代起,我就开始自学制作游戏和网站,还学到了计算机科学的基础。
有工作经验的技术
- HTML
- CSS
- JavaScript
- jQuery
- C#
- ASP.NET MVC
- SQL Server
作为兴趣爱好用过的技术
- WordPress
- Unity
- C++
- Dart/Flutter
- Hugo
experience:
title: "工作经历"
items:
- job: "网站开发工程师"
company: "价格.com"
companyUrl: "https://corporate.kakaku.com/"
date: "2021年4月 - 2024年1月"
content: "作为担当价格.com的工程师,翻新了现有网页,创建了新网页,并开发了内部工具。"
education:
title: "学历"
items:
- title: "非学历程序"
date: "2024 - 2025"
school:
name: "上海交通大学"
url: "https://www.sjtu.edu.cn/"
content: |-
- 长期汉语进修班
- title: "法学学士"
date: "2017 - 2021"
school:
name: "京都大学"
url: "https://www.kyoto-u.ac.jp/zh-cn"
content: |-
- 关于工作的活动
- 加入了一个编码学校,使用Unity开发了一款在线格斗游戏。
- 其他的活动
- 所属于击剑俱乐部
- 支持留学生业务
- title: "中学校"
date: "2011 - 2017"
school:
name: "海阳中等教育学校"
url: "https://www.kaiyo.ac.jp/en/"
contact:
title: "联系"
content: 邮件、GitHub、LinkedIn、X都可以
btnName: 邮件
Menus:
main:
- identifier: blog
name: 博客
title: Blog posts
url: /ch/posts
weight: 3
outputs:
home:
- "HTML"
- "RSS"
- "JSON"
page:
- "HTML"
- "RSS"
Paginate: 3
enableRobotsTXT: true
# disqusShortname: your-disqus-shortname
# googleAnalytics: G-MEASUREMENT_ID
markup:
goldmark:
renderer:
unsafe: true
Menus:
main:
- identifier: blog
name: Blog
title: Blog posts
url: /posts
weight: 1
- identifier: gallery
name: Gallery
title: Blog posts
url: /gallery
weight: 2
#Dropdown menu
# - identifier: dropdown
# title: Example dropdown menu
# name: Dropdown
# weight: 3
# - identifier: dropdown1
# title: example dropdown 1
# name: example 1
# url: /#
# parent: dropdown
# weight: 1
# - identifier: dropdown2
# title: example dropdown 2
# name: example 2
# url: /#
# parent: dropdown
# weight: 2
params:
title: "Portfolio of luxun1910"
description: This is a website for showing portfolio of luxun1910
# staticPath: "" # The path to serve the static files from
favicon: "/images/mazesoba.jpg"
# Whether to serve bootstrap css and js files from CDN or not. Can be set to true, "css" or "js" to choose between
# serving both, only the css, or only the js files through the CDN. Any other value will make so that CDN is not used.
# Note the lack of "" in true, it should be of boolean type.
useBootstrapCDN: false
# If you want to load dynamically responsive images from Cloudinary
# This requires your images to be uploaded + hosted on Cloudinary
# Uncomment and change YOUR_CLOUD_NAME to the Cloud Name in your Cloudinary console
# cloudinary_cloud_name: "YOUR_CLOUD_NAME"
# Whether to add mathjax support on all pages. Alternatively, you can opt-in per page by adding `mathjax: true` in the frontmatter.
mathjax: false
# Whether the fade animations on the home page will be enabled
animate: true
theme:
# disableThemeToggle: true
# defaultTheme: "light" # dark
font:
fontSize: 1rem # default: 1rem
fontWeight: 400 # default: 400
lineHeight: 1.5 # default: 1.5
textAlign: left # default: left
# color preference
# When using hex codes for colors, quotations must be used along with the # sign
# color:
# textColor: "#343a40"
# secondaryTextColor: "#6c757d"
# backgroundColor: "#eaedf0"
# secondaryBackgroundColor: "#64ffda1a"
# primaryColor: "#007bff"
# secondaryColor: "#f8f9fa"
# darkmode:
# textColor: "#e4e6eb"
# secondaryTextColor: "#b0b3b8"
# backgroundColor: "#18191a"
# secondaryBackgroundColor: "#212529"
# primaryColor: "#ffffff"
# secondaryColor: "#212529"
# If you want to customize the menu, you can change it here
navbar:
align: ms-auto # Left: ms-auto | center: mx-auto | right: me-auto | Default: ms-auto
# brandLogo: "/logo.png" # Logo for the brand | default is the favicon variable
# showBrandLogo: false # Show brand logo in nav bar | default is true
brandName: "Portfolio of luxun1910" # Brand name for the brand | default is the title variable
disableSearch: true
# searchPlaceholder: "Search"
stickyNavBar:
enable : true
showOnScrollUp : true
enableSeparator: false
menus:
disableAbout: false
disableExperience: false
disableEducation: false
disableProjects: false
disableAchievements: true
disableContact: false
# Hero
hero:
enable: true
intro: "Hello, World!"
title: "luxun1910"
#subtitle: "I build things for the web"
content: "I'm a careful software engineer who hates misinterpretation at work. I try to use not only web but also other technologies as a hobby. I speak Japanese, English and Chinese."
image: /images/me.jpg
bottomImage:
enable: true
# roundImage: true # Make hero image circular | default false
button:
enable: false
name: "Resume"
url: "#"
download: true
newPage: false
socialLinks:
fontAwesomeIcons:
- icon: fab fa-github
url: https://github.com/luxun1910
- icon: fab fa-x-twitter
url: https://x.com/luxun1910_geek
#customIcons:
# - icon: /fav.png
# url: "https://example.com"
# About
about:
enable: true
title: "About Me"
image: "/images/me.jpg"
content: |-
I am looking for a job as a software engineer currently. I don't have an educational background in computer science, however, I have developed several applications as a hobby and learned fundamental computer science by myself.
Here are a few technologies I've been working with recently:
- HTML
- CSS
- JavaScript
- jQuery
- C#
- ASP.NET MVC
- SQL Server
Here are a few technologies I've experienced as a hobby:
- WordPress
- Unity
- C++
- Dart/Flutter
- Hugo
skills:
enable: false
title: "Here are a few technologies I've been working with recently:"
items:
- "HTML"
- "CSS"
- "JavaScript"
- "C#"
- "ASP.NET MVC"
# Experience
experience:
enable: true
# title: "Custom Name"
items:
- job: "Software Engineer"
company: "Kakaku.com"
companyUrl: "https://corporate.kakaku.com/"
date: "April 2021 - January 2024"
featuredLink:
enable: false
name: "View the project"
url: "https://example.com"
content: "I was a software engineer who was engaged in developing [Kakaku.com](https://kakaku.com), which is the largest price comparison web service in Japan."
#- job: "Software Developer"
# company: "Amazon"
# companyUrl: "https://example.com"
# date: "Sep 2020 - Dec 2021"
# featuredLink:
# enable: true
# url: "https://example.com"
# info:
# enable: true
# content: I worked as a software developer for more than one year in Amazon.
# content: |
# I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA. I am currently working on a project that will be used to help people find the best way to get around the city.
# - Lead backend developer for a product.
# - Created a frontend design for a product.
# Education
education:
enable: true
# title: "Custom Name"
index: false
items:
- title: "Non-degree Program"
school:
name: "Shanghai Jiao Tong University"
url: "https://en.sjtu.edu.cn/"
date: "2024 - 2025"
#GPA: "3.8 out of 5.0"
content: |-
- Non-degree program to study Chinese
- title: "Bachelor of Law"
school:
name: "Kyoto University"
url: "https://www.kyoto-u.ac.jp/en"
date: "2017 - 2021"
#GPA: "3.9 out of 5.0"
content: |-
- Activities Related in Career
- I belonged to a community for studying programming and developed an online fighting game using Unity.
- Other Activities
- I started fencing.
- I joined a support activity for foreign students.
featuredLink:
enable: false
name: "My academic record"
url: "https://example.com"
- title: "Secondary school"
school:
name: "Kaiyo Academy"
url: "https://www.kaiyo.ac.jp/en/"
date: "2011 - 2017"
#GPA: "4.2 out of 5.0"
#featuredLink:
#enable: true
#url: "https://example.com"
# Achievements
achievements:
enable: false
# title: "Custom Name"
items:
- title: Google kickstart runner
content: I solved all problems with optimal solution.
url: https://example.com
image: /images/achievment.jpg
- title: Facebook Hackathon Winner
content: Developed a product using Artificial Intelligence.
image: /images/achievment.jpg
- title: Hugo Profile
content: Developed a theme and getting 1K+ downloads per month.
url: "https://github.com/gurusabarish/hugo-profile"
image: /images/achievment.jpg
- title: Microsoft Imagine Runner
content: We are developed a product which can help others.
- title: Google Summer of Code
content: Contributed to a open source project.
url: https://example.com
# projects
projects:
enable: false
# title: "Custom Name"
items:
- title: Hugo Profile
content: A highly customizable and mobile first Hugo template for personal portfolio and blog.
image: /images/projects/profile.png
featured:
name: Demo
link: https://hugo-profile.netlify.app
badges:
- "Hugo"
- "Bootstrap"
- "Javascript"
links:
- icon: fa fa-envelope
url: mailto:?subject=Hugo%20Profile%20Template&body=Check%20it%20out:%20https%3a%2f%2fhugo-profile.netlify.app%2fblog%2fmarkdown-syntax%2f
- icon: fab fa-github
url: https://github.com/gurusabarish/hugo-profile
- icon: fab fa-twitter
url: https://twitter.com/intent/tweet?text=Check+it+out:&url=https%3A%2F%2Fgithub.com%2Fgurusabarish%2Fhugo-profile
- title: Image Converter
content: A web app to convert image to pdf, png to jpg, png to jpg and png to webp without database using django.
image: /images/projects/converter.jpg
featured:
name: Demo
link: https://django-converter.herokuapp.com
badges:
- "Django"
- "Bootstrap"
links:
- icon: fab fa-github
url: https://github.com/gurusabarish/converter
- title: Hugo Profile V2
content: A clean and simple Hugo template for personal portfolio and blog.
image: /images/projects/profile2.jpg
featured:
name: Demo V2
link: https://hugo-profile-2.netlify.app
badges:
- "Hugo"
- "Bootstrap"
- "Javascript"
links:
- icon: fab fa-github
url: https://github.com/gurusabarish/HugoProfileV2
#Contact
contact:
enable: true
# title: "Custom Name"
content: My inbox is always open. Whether you have a question or just want to say hi, I’ll try my best to get back to you!
btnName: Mail me
btnLink: mailto:[email protected]
# formspree:
# enable: true # `contact.email` value will be ignored
# formId: abcdefgh # Take it from your form's endpoint, like 'https://formspree.io/f/abcdefgh'
# emailCaption: "Enter your email address"
# messageCaption: "Enter your message here"
# messageRows: 5
footer:
recentPosts:
path: "/en/posts/"
count: 3
title: Recent Posts
enable: true
disableFeaturedImage: false
socialNetworks:
github: https://github.com/luxun1910
linkedin: https://www.linkedin.com/in/%E8%A1%8C%E7%99%BB-%E5%A4%A7%E5%91%82-446026220/
twitter: https://x.com/luxun1910_geek
#instagram: https://instagram.com
#facebook: https://facebook.com
# List pages like blogs and posts
listPages:
disableFeaturedImage: false
# Single pages like blog and post
singlePages:
socialShare: true
readTime:
enable: true
content: "min read"
scrollprogress:
enable: true
tags:
openInNewTab: true
# For translations
terms:
read: "Read"
toc: "Table Of Contents"
copyright: "All rights reserved"
pageNotFound: "Page not found"
emailText: "Check out this site"
datesFormat:
article: "Jan 2, 2006"
articleList: "Jan 2, 2006"
articleRecent: "Jan 2, 2006"
#customScripts: -| # You can add custom scripts which will be added before </body> tag
# <script type="text/javascript"><!-- any script here --></script>