Giter Club home page Giter Club logo

gethugothemes / bookworm-light-hugo Goto Github PK

View Code? Open in Web Editor NEW
98.0 7.0 72.0 4.68 MB

Bookworm is a clean and modern Hugo blog theme focused on high speed and support multiple authors.

Home Page: https://gethugothemes.com/products/bookworm/?utm_source=bookworm_github&utm_medium=referral&utm_campaign=github_theme_about

License: MIT License

JavaScript 9.23% SCSS 26.13% HTML 64.64%
hugo-theme blog-theme fast-theme hugo hugo-site hugo-themes blog-themes hugo-blog hugo-blog-theme gethugothemes

bookworm-light-hugo's People

Contributors

faarhadhossen avatar kizbudin avatar mehedi-sharif avatar michaelcontento avatar michaeltlombardi avatar officialrajdeepsingh avatar rahulrai-in avatar rohitkumar-200 avatar sfoteini avatar shampaakter avatar somratpro avatar ssojonn avatar sumodirjo avatar tffarhad avatar tflijon avatar tfsomrat avatar tfsumon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

bookworm-light-hugo's Issues

Undefined variable: "$h1"

hello my friend , .. i'm getting this error :

Error: Error building site: TOCSS: failed to transform "style.main.scss" (text/x-scss): "/home/$USER/Downloads/quickstart/themes/bookworm-light/assets/scss/_typography.scss:2:15": Undefined variable: "$h1".

when running

hugo server -D

Categories layout

Hi, I've searched through the files but still can't find the params and html settings for categories. Does anyone know where they locate? Thanks:)

failed to load modules

I got this error: "Error: command error: failed to load modules: module "bookworm-light-hugo" not found in "C:\Users\Zydiaa\Downloads\website\bookworm-light-hugo"; either add it as a Hugo Module or store it in "C:\Users\Zydiaa\Downloads\website".: module does not exist"
image

Contact form not displaying labels and placeholders

I cloned this repository and followed these instructions to set up my project.

# clone the repository
git clone [email protected]:gethugothemes/bookworm-light.git

# cd in the project directory
$ cd bookworm-light/exampleSite/

# Start local dev server
$ hugo server --themesDir ../..

But, when I tried to run this locally, the contact form looks like this, labels and placeholders are not showing up.
And I have no idea how to fix this.

image

Please help me with how to fix this.

Fix issue with search query appearance

Hi,
Thank you for creating this free beautiful Hugo theme! While building my blog with Bookworm Light, I noticed 2 issues with the search results page.

  1. When the search query contains more than 2 words, the plus sign (+) between the words is not removed.
    Issue:
    issue1
    Expected behavior:
    issue1-correct

  2. Non-Latin characters are not rendered correctly.
    Issue:
    issue2
    Expected behavior:
    issue2-correct

I was able to resolve this issue by changing the search.html file.

syntax highlighting

Hello, thank you first for the very beautiful Hugo theme! I really love it very much! Since I want to use the theme for Python and R tutorials, the syntax highlighting is very important for me. I work with R-Studio and unfortunately I don't manage to implement syntax highlighting for R.

I am very grateful for any help

Floating ToC Support

Currently, there doesn't seem to be a way to add a floating table of contents to the side of a blog post. For longform content, it can make reading the post easier.

image

I think that there should be plenty of room to add one on the side, similar to the red square shown in the image above. On mobile if could be hidden as there isn't that much room available. Maybe the position could be set with a variable as well (either on the left or on the right of the content).

Move "About" to home page?

Hi! I recently start using this amazing theme. Is it possible to set a block for "about" above latest posts? Thanks a lot!

direction issue

hello again.
this theme is the best theme ever.
but it have some issue for right to left language's like Persion(Farsi).
in the other hugo them like cupper we used to add a <div dir'rtl'> at the top of each paragraph and a </div> at the end to show text in the right instead of left. but in this theme this trick doesn't work.

code

Screenshot from 2021-12-24 14-26-40

preview

rtl-issue

static file

how we can add a static file to a md

![example image](/images/post/example.jpg)

this dosen't work

summaryLength

summaryLength variable doesn't seem to be doing anything.

Poor image quality after image resize & format change

Hello,

Thank you for creating this theme and making it available.

Trying it out, I ran into a snag with image quality where there appears to be some image processing/resizing going on that converts images into a different format, introducing some unfortunate quality degradation that becomes most apparent as jagged edges along previously smooth round surfaces.

I found the Image Processing section included in the exampleSite config.toml that had quality = "95" by default, but toggling this to 100 or commenting it out didn't seem to have any noticeable effect.

Is there an option that can be added so as to not convert the image format?

Error in style.scss

Hi guys, I recently added the whole package to my file. When using the command hugo server, it will display Invalid CSS in style.scss. I'm not sure that whether [params.variables] should be replace with [params] or something else.
Thanks a lot!!!
CODE:

//site variables
[params.variables]
$font-primary: sans-serif;

$h1: 48px;
$h1-lg: 52px;
$h1-md: 44px;
$h2: 40px;
$h2-md: 36px;
$h3: 32px;
$h3-md: 28px;
$h4: 24px;
$h5: 20px;
$h6: 16px;`

How to enable sidebar ?

I cloned this repo & ran hugo server --themesDir ../.. in the exampleSite directory. I was able to preview the site but could not find the sidebar as shown in the demo.

image

How do I enable sidebar ?

TOCSS: failed to transform "style.main.scss"

Hello!

I'm just starting in Hugo and found this amazing theme!

However, I can't seem to get it working. I'm following the official Hugo tutorial to download the Bookwork-light theme as a git submodule inside the themes folder. However, when I execute the server (hugo server) command, I get the following error:
Error: Error building site: TOCSS: failed to transform "style.main.scss" (text/x-scss): SCSS processing failed: file "C:\...\bookworm-light/assets/scss/_typography.scss", line 4, col 15: Undefined variable: "$h1".

I'm using Hugo extended version on Win10 (hugo v0.92.1-85E2E862+extended windows/amd64 BuildDate=2022-01-27T11:44:41Z VendorInfo=gohugoio), and this bug do not happen with other themes. What am I doing wrong?

Front Page and Icons are still white

I'm using book worm for a blog I'm writing because it has the look I wanted and fuctionality; however, I hate the white background. So I tried changing it, but the front page section with the posts, page icons, and tags are all still have white backgrounds. Where can I change them at?

Giscus Comments support

I would like the ability to use giscus as the integration providing comments on my blog, as it uses github as an authentication backend.

i was star hugo server in this theme and then i got error

tart building sites โ€ฆ
hugo v0.88.1-5BC54738 windows/amd64 BuildDate=2021-09-04T09:39:19Z VendorInfo=gohugoio
Error: Error building site: TOCSS: failed to transform "style.main.scss" (text/x-scss). Check your Hugo installation; you need the extended version to build SCSS/SASS.

please help me
thank u

* 'Quality' expected type 'int', got unconvertible type 'string', value: '95'

Hello, I got this error "Error: command error: failed to create config from result: failed to decode "imaging": failed to decode media types: 1 error(s) decoding:

  • 'Quality' expected type 'int', got unconvertible type 'string', value: '95'" after i typed "hugo server --themesDir ../.." how can I fix that?
    image

Contact form issues

There are several issues on the contact form in layouts/_default/contact.html:

  • name field is set up as type email, can't be sent
  • subject field is set up as type email, can't be sent
  • the form needs to be set up with method="post" to work with formspree

Netlify deploy

Hello!

I have some errors after deploying, console says:

https://demo.gethugothemes.com/bookworm-light/css/vendor.min.baf52ea3605b317bff1a5643db187b2f7d588fa8f7f86f8563edd75fe058becd61ff13627cd610439cfd7bdb239855cd89ef10674abb20fe6843b2b2aa589c6b.css net::ERR_ABORTED 404
musing-ardinghelli-763b87.netlify.app/:11 GET https://musing-ardinghelli-763b87.netlify.app/bookworm-light/js/vendor.min.145a21dc1d3b6180ba4053b597f77d01206a5207dbc280de83d4151958109b94fad45e42ce423c4c4cf0cef270a67279b4db5d19f05e3eee33b3838de0028318.js net::ERR_ABORTED 404

Under https://musing-ardinghelli-763b87.netlify.app/ after having deployed to Netlify I am getting the following result:
Screenshot 2021-10-15 at 02 14 48

Any ideas on what am I doing wrong?

Google Analytics Support

Hi,
Thank you for creating a really nice free hugo theme.

I know there is googleAnalytics in config.toml file but neither {{ template "_internal/google_analytics.html" . }} nor {{ template "_internal/google_analytics_async.html" . }} is included in the head.html file.

I read the readme Google Analytics is supported in the light version. Did I miss something here? If this is not implemented yet. I can help creating PR to enable Google Analytics.

Thank you

How to update the temaplate to use Page Bundles?

Currently, the template requires images to be placed in the static folder or the assets folder. Can you suggest the modification necessary to enable it to use Page Bundles?

I want to store the blog post and all associated images, including the hero image in the same folder.

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.