CodeIT
CodeIT copied to clipboard
👩💻 A clean, elegant but advanced blog theme for Hugo
Implemented a shortcode for inserting images from imgur example of use `{{< imgur id="0O60mn9" >}}` the code is present in each imgur link `https://imgur.com/gallery/0O60mn9`
Currently, I found each post only supports one author's name. This is works. For example: ```file --- title: "New post" author: "Boyang Yan" date: 2021-10-05T03:44:00+11:00 categories: ["Programming"] draft: false ---...
## Describe the feature you want - Is it possible to disable the author? - - Another issue: I used ox-hugo to convert org file to markdown. Then I have...
## Describe the feature you want [mikecao/umami](https://github.com/mikecao/umami) is a free self-hosted analytics as an alternative choice of Google Analytics and provides detailed info. But unfortunately I don't know how to...
## Describe the feature you want - Feature 1 It may be useful to integrate the Lighthouse CI and GitHub Actions to track the blog performance. ## Useful reference [Continuous...
The feature "[Deploy to Netlify](https://www.netlify.com/blog/2016/11/29/introducing-the-deploy-to-netlify-button/)" could be a nice tool to ease the theme adoption. I gave a try but encountered this error: ``` 10:55:57 PM: Build ready to start...
When using `.org` files as a content format each header generates a container around the text that follows it. Example:  Due to the way the styles and selectors are...
## Add support for Fuse.js - Feature 1 Fuse.js has the benefits of both lunr and algolia. It's more efficient than algolia and has higher performance than lunr.
## Describe the bug When the passage gets too long, the structure of the article can't display everything, but flash and disappear when browsing. ## Expected behavior The structure of...