diff --git a/_pages/about.md b/_pages/about.md
index fd6a818..7d96f68 100644
--- a/_pages/about.md
+++ b/_pages/about.md
@@ -4,31 +4,11 @@ permalink: /about/
title: About
---
-
diff --git a/_pages/archive.md b/_pages/archive.md
deleted file mode 100644
index c29b9f5..0000000
--- a/_pages/archive.md
+++ /dev/null
@@ -1,33 +0,0 @@
----
-layout: page
-permalink: /archive/
-title: Posts Archive
----
-
-
-
-
- Most Recent Posts
- {%for post in site.posts %}
- {% unless post.next %}
-
- {% else %}
- {% capture month %}{{ post.date | date: '%B %Y' }}{% endcapture %}
- {% capture nmonth %}{{ post.next.date | date: '%B %Y' }}{% endcapture %}
- {% capture year %}{{ post.date | date: '%Y' }}{% endcapture %}
- {% capture nyear %}{{ post.next.date | date: '%Y' }}{% endcapture %}
- {% if year != nyear %}
-
- {{ post.date | date: '%Y' }}
-
- Oldest Posts
-
-
diff --git a/_posts/2020-12-09-osi.markdown b/_posts/2020-12-09-osi.markdown
index 397eace..a4eb026 100644
--- a/_posts/2020-12-09-osi.markdown
+++ b/_posts/2020-12-09-osi.markdown
@@ -4,13 +4,6 @@ title: The OSI Model
categories: ["networks"]
---
-The OSI model lays down specifications on how to think about achieving inter-process communication across machines. This article goes over breaking down the
-what and why of this model and introduces the readers to some of the jargon surrounding this topic.
-
-
-
-------
-
# The Mail Analogy
It is useful to generalize by drawing comparisons with the [postal system](https://en.wikipedia.org/wiki/Mail) when it comes to understanding inter-process communication across machines.
@@ -105,4 +98,4 @@ It is common practice to abbreviate the layers as **L4**, **L7** and so on.
Developers program at the application layer and have constructs in the programming language that would talk to the Transport Layer of the machine. For the most part, the Transport layer's behavior is governed by the **[Internet Protocol Suite (TCP/IP)](https://en.wikipedia.org/wiki/Internet_protocol_suite)**. It is important to have a practical understanding of TCP/IP which would prove useful in a variety of situations.
-More on this in the next article!
\ No newline at end of file
+More on this in the next article!
diff --git a/_posts/2020-12-12-tcp.markdown b/_posts/2020-12-12-tcp.markdown
index daf696f..27adcf1 100644
--- a/_posts/2020-12-12-tcp.markdown
+++ b/_posts/2020-12-12-tcp.markdown
@@ -4,14 +4,6 @@ title: Connections
categories: ["networks"]
---
-The Internet Protocol Suite consists of multiple protocol specifications that are implemented by almost all computers and other network devices. One primary abstraction available to the developers to process communication scenarios is a **connection**. The developer would get typically get hold of a connection object and send and receive messages through it from the application layer.
-
-Available to the application developer are 2 widely used connection protocols - [Transmission Control Protocol](https://en.wikipedia.org/wiki/Transmission_Control_Protocol) and [User Datagram Protocol](https://en.wikipedia.org/wiki/User_Datagram_Protocol). While both the protocols are in general use, TCP is the most common. It is also the protocol that developers are mostly going to concern themselves with. Therefore, this post will focus on TCP.
-
-There is abundant literature on the exact packet structure at different layers on the internet. This post will limit itself to discussing TCP connections - what are they and how to use and reason about them in your applications.
-
----------------
-
Let's start with some definitions.
## Network
diff --git a/_posts/2020-12-17-flatlands.markdown b/_posts/2020-12-17-flatlands.markdown
index 9e2662d..1b4a18b 100644
--- a/_posts/2020-12-17-flatlands.markdown
+++ b/_posts/2020-12-17-flatlands.markdown
@@ -4,10 +4,6 @@ title: A Dimensional Odyssey
categories: ["books"]
---
-My thoughts on the 1884 novella **Flatlands - a romance in many dimensions by Edwin Abbot Abbot**. This book teaches us on how to think about the 4
th dimension.
-
---------
-
[Edwin Abbot Abbot](https://en.wikipedia.org/wiki/Edwin_Abbott_Abbott) was an English master by profession and had studied and published works on Mathematics, Philology and Theology during his lifetime of which [Flatlands](https://en.wikipedia.org/wiki/Flatland) is one such work under the Mathematical fiction genre.
The book follows the adventures of a Square that lives in a 2-dimensional world.
diff --git a/_posts/2021-07-25-dns.markdown b/_posts/2021-07-25-dns.markdown
index e700507..229952e 100644
--- a/_posts/2021-07-25-dns.markdown
+++ b/_posts/2021-07-25-dns.markdown
@@ -4,10 +4,6 @@ title: DNS Basics
categories: ["networks"]
---
-Today, computers run useful processes that other users would use using their computer device. Examples of such processes are the google search engine, the amazon online store, your favorite flight operator's booking service and so on. How does your computer know where these processes are running?
-
----------------
-
## Where is my coffee?
You are in _Coffee Land_ on a business visit and feel like drinking coffee after a long day at work. You want to go to a restaurant. You decide you would walk into _Quality Coffee_ after spending some time consulting your colleagues.
diff --git a/_posts/2021-12-02-timeconvention.markdown b/_posts/2021-12-02-timeconvention.markdown
index aa7e352..aef6523 100644
--- a/_posts/2021-12-02-timeconvention.markdown
+++ b/_posts/2021-12-02-timeconvention.markdown
@@ -4,10 +4,6 @@ title: An Alternate Temporal Convention
categories: ["ideas"]
---
-My proposal of an alternate convention for how we split and view the 24 hours in a day.
-
---------
-
## The Problem
A day is composed of 24 hours. In most places, the 24 hours on weekdays are roughly divided as follows. Times are in [24-hour clock](https://en.wikipedia.org/wiki/24-hour_clock) format.
diff --git a/_posts/2022-01-10-meaningoflife.markdown b/_posts/2022-01-10-meaningoflife.markdown
index cfb883d..aef250c 100644
--- a/_posts/2022-01-10-meaningoflife.markdown
+++ b/_posts/2022-01-10-meaningoflife.markdown
@@ -4,10 +4,6 @@ title: Man's Search For Meaning
categories: ["books"]
---
-A summary of what to expect from the book of the same name. The author of this book - Viktor Frankl is a Holocaust survivor who later goes on to publicize and practice Logotherapy with success.
-
---------
-
## Concentration Camps
The first part of the book is about the punishment, torture, humiliation, starvation, dehumanization and finally, death faced by the concentration camp prisoners, and observation of their psychology - from the time they are inducted into the camp, to the time when they are liberated. To survive in such a totalitarian system, the prisoners had to go behind the backs of fellow prisoners.
diff --git a/_posts/2022-01-24-wordle.markdown b/_posts/2022-01-24-wordle.markdown
index 8c95e8f..3830460 100644
--- a/_posts/2022-01-24-wordle.markdown
+++ b/_posts/2022-01-24-wordle.markdown
@@ -4,10 +4,6 @@ title: Wordle Solutions
categories: ["random"]
---
-My nitpickiest article yet on "Why you shouldn't brag your Wordle accomplishments"
-
---------
-
## The Game
[Wordle](https://www.powerlanguage.co.uk/wordle/) is a clever little word game. No doubt about it. I absolutely enjoy playing it once in a while. If you haven't yet played this game, please do so before reading further.
@@ -32,4 +28,4 @@ I whimsically made [Wordle Solutions](https://wordle.neophyte.me). *[Edit - this
The page lists three words at all times, yesterday's word, today's word and tomorrow's word in that order. This is because the current word of the day is dependent on the player's current geographical location.
-The complete list of words is [here](https://raw.githubusercontent.com/cool-mist/WordleWords/main/words.json). As per the list, the last word is _**shave**_ and would happen on
25 October 2027.
\ No newline at end of file
+The complete list of words is [here](https://raw.githubusercontent.com/cool-mist/WordleWords/main/words.json). As per the list, the last word is _**shave**_ and would happen on
25 October 2027.
diff --git a/_posts/2022-01-26-sciencefiction.markdown b/_posts/2022-01-26-sciencefiction.markdown
index d1b0da5..257a570 100644
--- a/_posts/2022-01-26-sciencefiction.markdown
+++ b/_posts/2022-01-26-sciencefiction.markdown
@@ -4,10 +4,6 @@ title: Science in Fiction
categories: ["ideas"]
---
-Diving into some ways how Science Fiction can incorporate the concepts of dimensions of space and time, and at the same time stay grounded to actual science.
-
---------
-
## 4th Dimension of Space
**1. Objects can appear out of nowhere and vanish as if they never existed**
diff --git a/_posts/2022-01-27-quantumseries.markdown b/_posts/2022-01-27-quantumseries.markdown
index 5be7023..3e773d5 100644
--- a/_posts/2022-01-27-quantumseries.markdown
+++ b/_posts/2022-01-27-quantumseries.markdown
@@ -4,10 +4,6 @@ title: The Quantum Series
categories: ["books"]
---
-A summary of the books and analysis of some of the plot points in the Quantum trilogy by the American author Douglas Phillips.
-
---------
-
The first few sections are spoiler free, and there is a warning before you read any spoilers.
## Quantum Incident
diff --git a/_posts/2022-02-18-eatinganimals.markdown b/_posts/2022-02-18-eatinganimals.markdown
index 08cf418..876d324 100644
--- a/_posts/2022-02-18-eatinganimals.markdown
+++ b/_posts/2022-02-18-eatinganimals.markdown
@@ -4,10 +4,6 @@ title: Eating Animals - Should we stop ?
categories: ["books"]
---
-Eating animals: Should we stop by Jonathan Safran Foer is a case for changing our food habits to reduce suffering for the animals.
-
---------
-
## Family farmed meat
Meat was traditionally family farmed. The animals (cows, pigs or hens) were raised with love and care in a stress-free environment. These animals were given pastures to graze and grains to feed on according to their biological needs. Their social and emotional needs were taken care of too. Strict attention was paid to the hygiene in such farms.
diff --git a/_posts/2022-02-19-netflix.markdown b/_posts/2022-02-19-netflix.markdown
index 40091f7..4eb06cb 100644
--- a/_posts/2022-02-19-netflix.markdown
+++ b/_posts/2022-02-19-netflix.markdown
@@ -4,10 +4,6 @@ title: No Rules.. Rules
categories: ["books"]
---
-About the Netflix culture and what they’ve gotten right to be a successful company
-
---------
-
## The Culture
This book by Reed Hastings (CEO of Netflix as of writing this article), co-written by Erin Meyer is best summarized by - leadership at Netflix inculcating the following three practices to form a successful culture.
diff --git a/_posts/2022-07-15-blogging.markdown b/_posts/2022-07-15-blogging.markdown
index e7f75d9..8b8dd1c 100644
--- a/_posts/2022-07-15-blogging.markdown
+++ b/_posts/2022-07-15-blogging.markdown
@@ -4,10 +4,6 @@ title: Blogging
categories: ["ideas"]
---
-An opinionated article on the topic!
-
---------
-
# Definitions
- __Blog__ - Generally a collection of one's absurd ideas. Marketed as 'interesting' ideas instead.
diff --git a/_posts/2022-07-16-smartphonelock.markdown b/_posts/2022-07-16-smartphonelock.markdown
index 82d4ea6..e84ade8 100644
--- a/_posts/2022-07-16-smartphonelock.markdown
+++ b/_posts/2022-07-16-smartphonelock.markdown
@@ -4,9 +4,6 @@ title: Is your Smartphone secure enough?
categories: ["ideas"]
---
-Looking at common ways on how we 'lock' our smartphones, to argue that we don't pay enough attention to security anymore!
-
---------
# The Premise
That we don't think enough about security. I'm outlining the most common options used by people to lock their phones, listed in the order in which they first appeared.
@@ -71,4 +68,4 @@ Stop using fingerprints or facial recognition techniques. Not only are these les
Use a pattern if you can remember to clean the smudges on the phone regularly. Also, change your pattern regularly (I would recommend doing this every month).
-Use a number lock with numbers shuffled across attempts. Come up with an arbitrary number and make efforts to remember it. Make sure you change the password every 6 months.
\ No newline at end of file
+Use a number lock with numbers shuffled across attempts. Come up with an arbitrary number and make efforts to remember it. Make sure you change the password every 6 months.
diff --git a/_posts/2022-07-19-processors.markdown b/_posts/2022-07-19-processors.markdown
index 62f433d..8fef8f1 100644
--- a/_posts/2022-07-19-processors.markdown
+++ b/_posts/2022-07-19-processors.markdown
@@ -4,10 +4,6 @@ title: Will there be 128-bit computers?
categories: ["ideas"]
---
-You are probably reading this on a 64-bit computer or a smartphone (a smartphone is technically a computer). What does 64 mean here? Were there other types? Will there be more?
-
---------
-
# The language of processors
**Processors** (generally referred to as *microprocessors*
because they are small) are to computers what the thinking part of a human brain is to humans.
@@ -98,4 +94,4 @@ Recall that computers work well with powers of 2. So instead of a 33-bit compute
That's how exponents work! The answer should be pretty clear now - we probably don't have that many 'things' to distinguish and address.
-We don't need a 128-bit processor!!
\ No newline at end of file
+We don't need a 128-bit processor!!
diff --git a/_posts/2022-08-31-blink.markdown b/_posts/2022-08-31-blink.markdown
index 109bb91..583436f 100644
--- a/_posts/2022-08-31-blink.markdown
+++ b/_posts/2022-08-31-blink.markdown
@@ -4,10 +4,6 @@ title: Blink, and you'll still not miss it!
categories: ["books"]
---
-My thoughts (rant??) on Blink, by Malcolm Gladwell.
-
---------
-
# What's in it?
I recently read [Blink by Malcolm Gladwell](https://en.wikipedia.org/wiki/Blink:_The_Power_of_Thinking_Without_Thinking). This book was gifted to me, as well as to all my colleagues at work. Fear of missing out drove me into reading this book.
@@ -26,4 +22,4 @@ The book is 0.5 pages of the above claims, and 269.5 pages of cherry-picked exam
This should not have been a book.
-This should have just been distributed as a pamphlet!
\ No newline at end of file
+This should have just been distributed as a pamphlet!
diff --git a/_posts/2022-09-05-securecommunication.markdown b/_posts/2022-09-05-securecommunication.markdown
index 7a03c97..00ef527 100644
--- a/_posts/2022-09-05-securecommunication.markdown
+++ b/_posts/2022-09-05-securecommunication.markdown
@@ -4,11 +4,6 @@ title: How to communicate securely?
categories: ["mathematics", "cryptography"]
---
-How can you communicate securely? How do you make sure nobody (apart from the intended recipient) gets
-to know what you said?
-
---------
-
This is part 1 of a series on communicating securely.
- [Part-1]({{site.base_url | absolute_url}}/securecommunication)
- [Part-2]({{site.base_url | absolute_url}}/reallysecure)
diff --git a/_posts/2022-09-08-reallysecure.markdown b/_posts/2022-09-08-reallysecure.markdown
index 99e25a3..86ead24 100644
--- a/_posts/2022-09-08-reallysecure.markdown
+++ b/_posts/2022-09-08-reallysecure.markdown
@@ -4,10 +4,6 @@ title: How to communicate securely? - 2
categories: ["ideas", "cryptography"]
---
-How do we do that now? - For real! this time.
-
---------
-
This is part 2 of a series on communicating securely.
- [Part-1]({{site.base_url | absolute_url}}/securecommunication)
- [Part-2]({{site.base_url | absolute_url}}/reallysecure)
diff --git a/_posts/2023-01-15-finallysecure.markdown b/_posts/2023-01-15-finallysecure.markdown
index fa831c3..0694df1 100644
--- a/_posts/2023-01-15-finallysecure.markdown
+++ b/_posts/2023-01-15-finallysecure.markdown
@@ -4,10 +4,6 @@ title: How to communicate securely? - 3
categories: ["ideas", "cryptography"]
---
-How do we do that practically?
-
---------
-
This is part 3 of a series on communicating securely.
- [Part-1]({{site.base_url | absolute_url}}/securecommunication)
- [Part-2]({{site.base_url | absolute_url}}/reallysecure)
diff --git a/_posts/2023-04-18-nohellononsense.markdown b/_posts/2023-04-18-nohellononsense.markdown
index 55a7e59..6e210de 100644
--- a/_posts/2023-04-18-nohellononsense.markdown
+++ b/_posts/2023-04-18-nohellononsense.markdown
@@ -4,12 +4,6 @@ title: The No Hello Nonsense!
categories: ["ideas", "rant"]
---
-In a mood to roast the pretentious no-hello movement.
-If you are not familiar with the term no-hello, you probably work with nice people
-(Necessary, but not a sufficient condition).
-
---------
-
# Not just hello! Just ask the question
diff --git a/_posts/2023-06-26-drmbooks.markdown b/_posts/2023-06-26-drmbooks.markdown
index 0474c15..7db30fc 100644
--- a/_posts/2023-06-26-drmbooks.markdown
+++ b/_posts/2023-06-26-drmbooks.markdown
@@ -4,11 +4,6 @@ title: Do you own your books?
categories: ["books"]
---
-Most consumers of ebooks are not the complete owners of the product that they have paid for.
-Worse - they are fooled into subservience!
-
-------
-
It is no secret that [one single company](https://en.wikipedia.org/wiki/Amazon_Kindle) has monopolized the ebook medium. Thirst for money eventually has led to some unethical practices - Absolute power corrupts absolutely. In particular, I will draw your attention towards DRM practices.
[Digital Rights Management](https://en.wikipedia.org/wiki/Digital_rights_management) is an umbrella term referring to practices that enforces the rights to digital content. For example a consumer of a DRM protected music video will not be able to make copies of, or distribute that video - making sure that the only way to access that content is by trying to make sure it is purchased from the authorized publisher. DRM originated along with the rise of internet in the late 90s and early 2000s. While there are [campaigns against the enforcement of DRM](https://www.fsf.org/campaigns/drm.html) across all domains of digital content, I will only be talking about DRMs in ebook distribution in this post.
diff --git a/_posts/2023-07-10-whatwasthatipl.markdown b/_posts/2023-07-10-whatwasthatipl.markdown
index 72d31b5..2c787c1 100644
--- a/_posts/2023-07-10-whatwasthatipl.markdown
+++ b/_posts/2023-07-10-whatwasthatipl.markdown
@@ -4,10 +4,6 @@ title: Unfair fixtures!
categories: ["ideas", "cricket"]
---
-Analyzing the fixtures of recently concluded IPL 2023. Was it set up fairly?
-
-------
-
[IPL](https://en.wikipedia.org/wiki/2023_Indian_Premier_League) is the biggest cricket event in the world. The format of the game is generally
a double round robin followed by a double eliminator with the top 4 teams to decide the ultimate winner - modelled after the well recognized
"Group Stage followed by Playoffs" format.
diff --git a/_posts/2023-08-15-onatheism.markdown b/_posts/2023-08-15-onatheism.markdown
index 7871288..8dad62d 100644
--- a/_posts/2023-08-15-onatheism.markdown
+++ b/_posts/2023-08-15-onatheism.markdown
@@ -4,10 +4,6 @@ title: On Atheism
categories: ["ideas"]
---
-Documenting my current stand and trying to hopefully clear up some misconceptions. This is probably the first article in a potential series that I hope to write, covering some more nuanced topics on the subject.
-
-------
-
## Definition ##
Simply put, it is the *absence of belief* in God(s).
diff --git a/_posts/2023-12-02-whatwasthatcwc.markdown b/_posts/2023-12-02-whatwasthatcwc.markdown
index a3aa15d..39db65f 100644
--- a/_posts/2023-12-02-whatwasthatcwc.markdown
+++ b/_posts/2023-12-02-whatwasthatcwc.markdown
@@ -4,10 +4,6 @@ title: Ridiculous fixtures!
categories: ["ideas", "cricket"]
---
-Analyzing the fixtures of recently concluded Cricket world cup 2023. Was it set up fairly? And some more thoughts about Indian Cricket.
-
-------
-
Previously, [I've argued]({{site.base_url | absolute_url}}/whatwasthatipl) how the IPL 2023 fixtures were set up to maximize profit. While that is not a bad thing for a tournament organized by private enterprise like the [BCCI](https://en.wikipedia.org/wiki/Board_of_Control_for_Cricket_in_India), the [ICC](https://en.wikipedia.org/wiki/International_Cricket_Council) has pulled off something similar with the [2023 Cricket World Cup](https://en.wikipedia.org/wiki/2023_Cricket_World_Cup) now.
- There were 10 teams in the tournament.
@@ -22,7 +18,7 @@ Again, we see a skew in the number of games played in the Group Stage vs the Pla
- There was no advantage for teams that performed well in the group stage. The 4 teams that qualified out of the Group Stage are on equal footing during the Playoffs.
- Ironically, the team that won all its games in the Group Stage, ended up losing the tournament to a team that was on the verge of elimintation during the group stage.
-As usual, I'm personally biased towards the [Double Elimination Tournament Brancker](https://en.wikipedia.org/wiki/Double-elimination_tournament) (from my previous post) for any type of tournament because I feel the Group Stage should end with providing an advantage for the teams that performed well.
+As usual, I'm personally biased towards the [Double Elimination Tournament Bracket](https://en.wikipedia.org/wiki/Double-elimination_tournament) (from my previous post) for any type of tournament because I feel the Group Stage should end with providing an advantage for the teams that performed well.
It may/may not have an impact in the tournament under discussion as the team that wins all its games and loses in the finals does not get another chance in the double elimination format as well. However, given that there are a lot more of the Playoff games, it is not clear what would happen. Regardless, the most important thing that this solves (for me) would be - place the teams higher in the Group Stage, in the advantageous Upper Bracket. Give some incentive to the teams for performing well in the group stage.
diff --git a/_posts/2023-12-04-tragedyofsubscription.markdown b/_posts/2023-12-04-tragedyofsubscription.markdown
index 30969e9..03adb03 100644
--- a/_posts/2023-12-04-tragedyofsubscription.markdown
+++ b/_posts/2023-12-04-tragedyofsubscription.markdown
@@ -4,10 +4,6 @@ title: The Tragedy of Subscription business models
categories: ["ideas", "media", "piracy", "subscription", "greedy"]
---
-What I don't like about subscription business models.
-
-------
-
Over the last decade, I see a lot of businesses adopting the [subscription business model](https://en.wikipedia.org/wiki/Subscription_business_model) to generate a steady stream of revenue. A subscription model is when the company provides access to its produces or services for a subscription fee charged periodically. The service is stopped when the customer stops paying.
This model makes a lot of sense for services that require constant effort from the service provider - either in generating content, or maintaining the infrastructure itself. For example,
diff --git a/_sass/_variables.scss b/_sass/_variables.scss
index e56c1c5..ce88ae0 100644
--- a/_sass/_variables.scss
+++ b/_sass/_variables.scss
@@ -5,6 +5,9 @@
// Colors
$blue: #4183C4;
+$red: #E74C3C;
+$pink: #E91E63;
+$yellow: #F1C40F;
// Grays
$black: #000;
@@ -24,4 +27,4 @@ $georgia: Georgia, serif;
@media screen and (max-width: 640px) {
@content;
}
-}
\ No newline at end of file
+}
diff --git a/assets/style.scss b/assets/style.scss
index ad188c7..6e0c395 100644
--- a/assets/style.scss
+++ b/assets/style.scss
@@ -13,7 +13,7 @@
/* BASE RULES */
/**************/
-@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro&family=DM+Sans:wght@300;400&family=Slackside+One&family=Architects+Daughter&display=swap');
+@import url('https://fonts.googleapis.com/css2?family=Space+Mono&family=DM+Sans:wght@300;400&family=Slackside+One&family=Architects+Daughter&display=swap');
html {
font-size: 100%;
@@ -22,27 +22,28 @@ html {
body {
background: #fff;
- font-family: 'Crimson Pro', serif;
+ text-align: justify;
+ font-family: 'Space Mono', serif;
color: #404040;
- line-height: 1.2;
- font-weight: 400;
- font-size: 22px;
+ line-height: 2;
+ font-weight: 500;
+ font-size: 20px;
height: 100%;
}
.container {
margin: 0 auto;
- max-width: 740px;
+ max-width: 800px;
padding: 0 10px;
width: 100%;
}
h1, h2, h3, h4, h5, h6 {
- font-family: 'DM Sans', sans-serif;
- color: $darkerGray;
+ font-family: 'Space Mono', sans-serif;
+ color: #E34E43;
font-weight: bold;
- line-height: 1.7;
+ line-height: 2;
margin: 1em 0 15px;
padding: 0;
text-align: left;
@@ -277,6 +278,40 @@ p > img {
}
}
+.nav-links a {
+ border: 1px dashed $yellow;
+ background-color: #313335;
+ padding: 2px;
+ color: $white;
+
+ &:hover {
+ background-color: $yellow;
+ color: $black;
+ border: 1px dashed $black;
+ }
+}
+
+.archive-list {
+ margin-right: 10px;
+ padding: 5px 10px;
+ border: 1px dashed $gray;
+ margin-top: 10px;
+
+ &:hover {
+ background-color: $lightGray;
+ }
+}
+
+.archive-list a {
+ color: $blue;
+ text-decoration: none;
+ font-weight: bold;
+
+ &:hover {
+ color: $pink;
+ }
+}
+
.site-avatar {
float: left;
width: 70px;
@@ -308,7 +343,7 @@ p > img {
margin: 0;
color: $darkGray;
cursor: pointer;
- font-family: "Slackside One", cursive;
+ font-family: "Space Mono", cursive;
font-weight: bold;
font-size: 38px;
letter-spacing: 1px;
@@ -323,7 +358,7 @@ p > img {
margin: -5px 0 0 0;
color: $gray;
font-size: 16px;
- font-family: "Architects Daughter", cursive;
+ font-family: "Space Mono", cursive;
@include mobile {
margin: 3px 0;
@@ -333,7 +368,7 @@ p > img {
nav {
float: right;
margin-top: 23px; // @TODO: Vertically middle align
- font-family: "DM Sans", sans-serif;
+ font-family: "Space Mono", sans-serif;
font-size: 18px;
@include mobile {
@@ -691,20 +726,6 @@ Modules - reusable parts of our design
line-height: 0;
}
-.post-tags {
- text-align: center;
- line-height: 35px;
-}
-
-.post-tags a {
- font-size: 14.5px;
- padding: 2px 13px;
- border: none;
- background-color: #4CAF50;
- border-radius: 50px;
- color: #fff;
-}
-
.pagination a, .pagination span {
padding: 7px 18px;
border: 1px solid #eee;
@@ -1140,6 +1161,12 @@ Modules - reusable parts of our design
font-size: 0.8em;
}
+.hilite {
+ background-color: #f0f0f0;
+ padding: 2px 4px;
+ border-radius: 3px;
+}
+
// Settled on moving the import of syntax highlighting to the bottom of the CSS
// ... Otherwise it really bloats up the top of the CSS file and makes it difficult to find the start
//@import "highlights";
diff --git a/fonts/EBGaramond-Regular.ttf b/fonts/EBGaramond-Regular.ttf
deleted file mode 100644
index dde4869..0000000
Binary files a/fonts/EBGaramond-Regular.ttf and /dev/null differ
diff --git a/fonts/aramisi.ttf b/fonts/aramisi.ttf
deleted file mode 100644
index e1caf04..0000000
Binary files a/fonts/aramisi.ttf and /dev/null differ
diff --git a/index.html b/index.html
index 4a7a47e..0876f18 100644
--- a/index.html
+++ b/index.html
@@ -3,48 +3,13 @@ layout: default
---
- {% for post in paginator.posts %}
-
-
- {{ post.title }}
-
-
{{ post.date | date: "%B %e, %Y" }}
-
-
-
- {{ post.excerpt }}
-
-
- Read More
-
- {% endfor %}
-
-
- {% if paginator.total_pages > 1 %}
-
- {% endif %}
+