Skip to content

Commit

Permalink
changed: logo and images size
Browse files Browse the repository at this point in the history
and misc tidy up
  • Loading branch information
aabouzaid committed Nov 18, 2023
1 parent 0990619 commit 77b4e4b
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 23 deletions.
9 changes: 6 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,14 @@ metaDataFormat = "yaml"
# Color for the intro details and social links block, not applicable for dark mode
# Supported values: Any color from TailwindCSS default colors
# Reference: https://tailwindcss.com/docs/customizing-colors
ascentColor = "bg-blue-100"
ascentColor = "bg-zink-500"

# The page bundle that is shown on the front page
frontBundle = "books"

# The number of pages shown on the front page
frontBundleSize = 12

# Used to hide the post metadata such as posted date, reading time and word count
# Can be used at site level or page level
hideMeta = false
Expand Down Expand Up @@ -121,8 +124,8 @@ metaDataFormat = "yaml"
# title = "تابعنا!"
# description = "تابع مشروع كتب عربية حرة على المواقع المختلفة"

title = "الموقع خارج الخدمة مؤقتاً"
description = "حتى عودة الموقع، تابع مشروع كتب عربية حرة على منصات التواصل الاجتماعي"
title = "الموقع خارج الخدمة جزئياً"
description = "حتى عودة الموقع بالكامل، تابع مشروع كتب عربية حرة على منصات التواصل الاجتماعي"

[[params.homepage.social.icons]]
website = "twitter"
Expand Down
17 changes: 0 additions & 17 deletions content/books/simply-ubuntu.md

This file was deleted.

Binary file added static/images/body-background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
16 changes: 14 additions & 2 deletions static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ body {
}

.logo {
background: url(https://i.imgur.com/4XWmDjD.png) no-repeat right center transparent;
background: url("/images/librebooks-logo.png") no-repeat right center transparent;
font-weight: 400;
}

.logo a {
background: 0 0;
color: #333
}

.logo a:active {
Expand All @@ -30,3 +29,16 @@ body {
margin: 10px 135px 0 0;
width: 200px;
}

.h-52 {
height: 600px !important;
}

.max-w-5xl img {
max-height: 600px !important;
}

.p-2:hover{
transition: all 0.5s;
opacity: 0.8;
}
2 changes: 1 addition & 1 deletion themes/blist

0 comments on commit 77b4e4b

Please sign in to comment.