Skip to content

Commit

Permalink
Tweaks, refs #39
Browse files Browse the repository at this point in the history
  • Loading branch information
rednafi committed Sep 9, 2023
1 parent 3840c65 commit d2d9eb4
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.117.0
HUGO_VERSION: 0.118.2
steps:
- name: Install Hugo CLI
run: |
Expand Down
6 changes: 3 additions & 3 deletions assets/css/extended/post-entry-override.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
margin: 0.5rem;
}
.first-entry .entry-header h1 {
font-size: 27px;
font-size: 2rem;
}
.first-entry .entry-content {
font-size: 16.5px;
Expand All @@ -13,8 +13,8 @@
font-size: 14.5px;
line-height: 1.5;
}
.bio-title{
font-size: 2rem;
.bio-text{
margin-top: 0.4rem;
}
.bio-urls{
margin-top: 0.4rem;
Expand Down
2 changes: 0 additions & 2 deletions assets/css/extended/theme-vars-override.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@
--hljs-bg: rgb(245, 245, 245);
--code-bg: rgb(245, 245, 245);
--border: rgb(238, 238, 238);

/* new */
--bio-urls: rgb(0, 29, 147);
}
49 changes: 15 additions & 34 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,10 @@ minify:
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
title: Redowan's Reflections
description: >
Hi, I'm Redowan Delowar—a wandering autodidact with a flair for ones and zeros. I
sporadically rant and write about Python, Go, JavaScript, SQL, and the broader
landscape of software in general.
description: >-
Redowan Delowar—wandering autodidact with a flair for ones and zeros
keywords: [
# Meta
Redowan, Delowar, Redowan Delowar, rednafi, SWE, software, software engineering,
Redowan Nafi, Nafi,

# Languages
Python, JavaScript, TypeScript, Go, Golang, HTML, CSS,

# Stack
Backend, Networking, APIs, AWS, Google Cloud, Distributed systems, microservices,
monoliths,

# Databases
Databases, SQL, SQLite, PostgreSQL, MySQL, NoSQL, Redis, MongoDB, DynamoDB,

# Frameworks
Django, Flask, FastAPI, Starlette, HTMX, VueJS,

Redowan Delowar, Blog, Python, DevOps, Go, Golang, Shell, Database
]
author: "Redowan Delowar"
images: [
Expand Down Expand Up @@ -89,21 +71,20 @@ params:

# home-info mode
homeInfoParams:
Title: Hi, I'm Redowan
Content: >
<div class="container">
<div class="text">
<h1 class="bio-title">Hi, I'm Redowan!</h1>
<br>
<p>And this is my digital taxidermy lab ⏳</p>
<div class="bio-urls">
<a href="tags">tags</a>
<span> • </span>
<a href="search">search</a>
<span> • </span>
<a href="index.xml">rss</a>
</div>
</div>
<div class="bio-text">
And this is my digital taxidermy lab ⏳
</div>
<div class="bio-urls">
<a href="tags">tags</a>
<span> • </span>
<a href="search">search</a>
<span> • </span>
<a href="index.xml">rss</a>
</div>
# socialIcons:
# - name: twitter
# url: "https://twitter.com/rednafi"
Expand Down
7 changes: 4 additions & 3 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@

<head>
{{- partial "head.html" . }}
<a hidden rel="me" href="https://fosstodon.org/@rednafi">Mastodon</a>
<a hidden rel="me" href="https://twitter.com/rednafi">Twitter</a>
<a hidden rel="me" href="https://github.com/rednafi">Github</a>
<link rel="me" href="https://fosstodon.org/@rednafi">
<link rel="me" href="https://twitter.com/rednafi">
<link rel="me" href="https://github.com/rednafi">
<link rel="alternate" href="https://rednafi.com/index.xml" type="application/atom+xml" title="Redowan Delowar">
</head>

<body class="
Expand Down

0 comments on commit d2d9eb4

Please sign in to comment.