Dale Ryan

Results 52 comments of Dale Ryan

I am kinda late for this but I found this great web tool for tracing back ip adress and doing whois: https://mxtoolbox.com/NetworkTools.aspx You still need to manually filter ips accessing...

Aside from setting `fontFamily`, make sure to set `disableLigatures` to `false`. Then restart hyper.

> I have found out that it is a cache error. The configuration is in the cache, as is the configuration for the emails. Simply writing to the .env file...

Algolia already have an implementation on this. You can add `jekyll-algolia` plugin to your blog (and build the search component from there). > The plugin only takes care of extracting...

I would strongly advise against changing Chirpy's actual source code. We can extend the layout page instead by doing the following: 1. Create a `_layouts` directory in the root of...

> https://github.com/cotes2020/jekyll-theme-chirpy/blob/ad137fa2945b1870b9c1dd5e9212a5f4af7c3580/_includes/sidebar.html#L75-L77 The previous solution requires modifying Chirpy's core includes and the change won't reflect to OP's blog when he deploys again. A much better way of removing the rss...

1. Make a `_layouts` directory in your project root folder. 2. Create a file with the same name of the layout you want to override. In this case you would...

Jekyll already have a guide on this. Please check the [complete guide](https://jekyllrb.com/docs/permalinks/) on the documentation. #### Recommendations: 1. Read how [Pages](https://jekyllrb.com/docs/pages/) in Jekyll works. 2. Once you understand it, go...

> Same error of `Unknown option "--init"` also occurs when `pestphp/pest-plugin` is not allowed upon installation of pest using composer When running `composer require pestphp/pest --dev --with-all-dependencies` it should ask...

I didn't noticed until now that it was broken. Was fiddling with styles today and it is not getting applied. I am using Hyper 3.3 stable