Giter Club home page Giter Club logo

Comments (10)

rajganeshp avatar rajganeshp commented on August 20, 2024 1

it actually changes some parts of the post like bullets and post.

from anatole.

lxndrblz avatar lxndrblz commented on August 20, 2024

@rajganeshp

  1. yes that's possible:
[[params.socialIcons]]
icon = "fa-twitter"
title = "twitter"
url = "https://www.twitter.com/username"
  1. yes, you could change that using css. Simply include a custom CSS.
  2. yes, you could change that easily using your custom css too.
    you would need to change the css classes .sidebar, .content and .page-top.

from anatole.

lxndrblz avatar lxndrblz commented on August 20, 2024

@rajganeshp you can change the font like this:

@import url(//fonts.googleapis.com/css?family=Open+Sans);
body{
    font-family: 'Open Sans', sans-serif;
}

Place that snippet in a css file within the assets/css folder and include it as described in the README.md

from anatole.

rajganeshp avatar rajganeshp commented on August 20, 2024

from anatole.

rajganeshp avatar rajganeshp commented on August 20, 2024

Is the above snippet changing the blog post font size. I see the date only in the location where it show the "date" in the blog post. Is there a way to change blog posts font. i would like it little bit bigger if possible.

from anatole.

lxndrblz avatar lxndrblz commented on August 20, 2024

It's changing the font but not necessarily the size. if you want to adjust the font size, then go like this:

.post-content p {
font-size: 14px;
}

You can easily see the results by using the inspector in your browser.

from anatole.

lxndrblz avatar lxndrblz commented on August 20, 2024

Which part do you want to increase? Just your date or the whole content?

from anatole.

rajganeshp avatar rajganeshp commented on August 20, 2024

from anatole.

rajganeshp avatar rajganeshp commented on August 20, 2024

if you need, take a loot at my site, https://www.connectthoughts.com. I like the font of the post to be little bigger. I'm not sure which font offers the best readability. Again, you helped a lot, but this is something will be better to have. Thanks again.

from anatole.

lxndrblz avatar lxndrblz commented on August 20, 2024

Like I said earlier, this can all be done using a custom css script.

image

However, I won't be providing you with a snippet, as this is outside of the scope of these GitHub issues. Please see the available resources online and tinker a bit around yourself, and you'll should be able to achieve satisfying results.

from anatole.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.