You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _config.yml
+11-24Lines changed: 11 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -4,31 +4,19 @@ title: "Omnia"
4
4
description: "A blog for all things tech"
5
5
logo: 'assets/images/apple-touch-icon.png'
6
6
favicon: 'assets/images/favicon.ico'
7
-
baseurl: /mediumish-theme-jekyll
8
-
google_analytics: 'UA-46278016-1'
9
-
disqus: 'demowebsite'
7
+
disqus: "omnia-core"
10
8
include: ["_pages"]
11
9
permalink: /:title/
12
10
13
11
# Authors
14
12
authors:
15
-
sal:
16
-
name: Sal
17
-
display_name: Sal
18
-
gravatar: e56154546cf4be74e393c62d1ae9f9d4
19
-
email: wowthemesnet@gmail.com
20
-
web: https://www.wowthemes.net
21
-
twitter: https://twitter.com/wowthemesnet
22
-
description: "Author of Mediumish, a Bootstrap Medium styled template available for WordPress, HTML, Ghost and Jekyll. You are currently previewing Jekyll template demo."
23
-
john:
24
-
name: John
25
-
display_name: John
26
-
avatar: 'assets/images/avatar.png'
27
-
gravatar: b1cc14991db7a456fcd761680bbc8f81
28
-
email: wowthemesnet@gmail.com
29
-
web: https://www.wowthemes.net
30
-
twitter: https://twitter.com/wowthemesnet
31
-
description: "This is the author box. Write a short description of the author here. You are currently previewing Mediumish demo, a Jekyll template compatible with Github pages."
13
+
kevin:
14
+
name: Kevin
15
+
display_name: Kevin
16
+
gravatar: f1eea0082761fcd8e82ebd8aa6de5410
17
+
email: kevinhwang1227@gmail.com
18
+
web: https://omnia-core.github.io
19
+
description: "Author of Omnia Blog."
32
20
33
21
# Plugins
34
22
plugins:
@@ -61,11 +49,10 @@ kramdown:
61
49
line_numbers: true
62
50
63
51
# Adsense (change to "enabled" to activate, also your client id and ad slot. Create a new ad unit from your Adsense account to get the slot.)
Copy file name to clipboardExpand all lines: _pages/about.md
+25-9Lines changed: 25 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,39 @@
1
1
---
2
2
layout: page
3
-
title: Mediumish Template for Jekyll
3
+
title: About Me
4
4
permalink: /about
5
5
comments: true
6
6
---
7
7
8
8
<divclass="row justify-content-between">
9
9
<divclass="col-md-8 pr-5">
10
10
11
-
<p>This website is built with Jekyll and Mediumish template for Jekyll. It's for demonstration purposes, no real content can be found. Mediumish template for Jekyll is compatible with Github pages, in fact even this demo is created with Github Pages and hosted with Github.</p>
11
+
<p>Hi, I’m <strong>Kevin</strong>—a software engineer, tech enthusiast, and lifelong learner passionate about building and exploring the ever-evolving world of technology. 💻✨</p>
<p>I started this blog to document my journey, share insights, and provide valuable resources for developers at all stages of their careers. Whether you're just starting out in tech, looking for tips and tricks, or seeking inspiration for your next big project, you’ve come to the right place!</p>
15
14
16
-
<p>Please, read the docs <ahref="https://bootstrapstarter.com/bootstrap-templates/template-mediumish-bootstrap-jekyll/">here</a>.</p>
17
15
18
-
<h4>Questions or bug reports?</h4>
16
+
<h5>What You'll Find Here</h5>
17
+
<ul>
18
+
<li><strong>Go (Golang) Tips and Troubleshooting:</strong> Deep dives into Go’s features, tips for mastering the language, and solutions to common challenges.</li>
19
+
<li><strong>Project Insights:</strong> Behind-the-scenes looks at projects I’m working on or tools I’ve built.</li>
20
+
<li><strong>Tech Musings:</strong> Reflections on trends, ideas, and the future of technology.</li>
21
+
<li><strong>Career & Community:</strong> Thoughts on career growth, personal development, and contributing to the tech community.</li>
22
+
</ul>
19
23
20
-
<p>Head over to our <ahref="https://github.com/wowthemesnet/mediumish-theme-jekyll">Github repository</a>!</p>
24
+
<h5>My Mission</h5>
25
+
<p>I believe in the power of sharing knowledge and building a supportive developer community. My goal is to create content that informs, inspires, and empowers you to grow in your tech journey.</p>
26
+
27
+
28
+
<h5>A Little More About Me</h5>
29
+
<p>When I’m not coding or writing, you’ll likely find me:</p>
30
+
<ul>
31
+
<li>Experimenting with new tech tools and frameworks</li>
32
+
<li>Playing basketball 🏀</li>
33
+
<li>Enjoying a good cup of coffee ☕ or binge-watching Netflix</li>
34
+
</ul>
35
+
36
+
<p>Thanks for visiting, and I hope you find something here that inspires or helps you. Happy coding, and happy Go-ing! 🐹✨</p>
21
37
22
38
</div>
23
39
@@ -26,9 +42,9 @@ comments: true
26
42
<divclass="sticky-top sticky-top-80">
27
43
<h5>Buy me a coffee</h5>
28
44
29
-
<p>Thank you for your support! Your donation helps me to maintain and improve <atarget="_blank"href="https://github.com/wowthemesnet/mediumish-theme-jekyll">Mediumish <iclass="fab fa-github"></i></a>.</p>
45
+
<p>Thank you for your support! Your donation helps me to maintain and improve Omnia Blog.</p>
30
46
31
-
<atarget="_blank"href="https://www.wowthemes.net/donate/"class="btn btn-danger">Buy me a coffee</a> <atarget="_blank"href="https://bootstrapstarter.com/bootstrap-templates/template-mediumish-bootstrap-jekyll/"class="btn btn-warning">Documentation</a>
47
+
<atarget="_blank"href="https://www.wowthemes.net/donate/"class="btn btn-danger">Buy me a coffee</a>
0 commit comments