Rayane Nakib (ريّان نقيب)
Rayane Nakib (ريّان نقيب)
i agree a GUI export option will be useful.
and the ability to download all the unwatched videos at one with one button would be amazing.
can you upload the code to a public git repo, so i can take a look at it ?
> > can you upload the code to a public git repo, so i can take a look at it ? > > https://gitlab.com/k-caps/design-noa there is no config file in...
your problem is with css integrity. because `blist-hugo-them` checks if the css is legit before loading it, to fix this you have to change the variable `baseURL` to your domain...
when you use the command `hugo` to build the website, the css link is `https://design-noa.com/css/styles.min.xxx.css`. but when you serve the website locally the css file is not available under the...
i successfully deployed your website under the domain https://temp-930.pages.dev after changing `baseurl:` to `"https://temp-930.pages.dev"`. i will take it down after you see my messages :)
## to remove the profile picture in the home page 1. go to your hugo site's root directory 2. create the file `layouts/partials/intro.html` 3. past the code bellow to the...
to list tags that are used in a article 1. add this line to `config.toml` under `[params]` ```toml [params] # if true list article tags in the bottom of the...
to make the default theme dark 1. copy `./themes/blist/layouts/_default/baseof.html` to `./layouts/_default/baseof.html` - create the `./layouts/_default` directory is it does not exist 2. add `class="dark"` to the `` tag of `./layouts/_default/baseof.html`...