Giter Site home page Giter Site logo

zeon-studio / hugoplate Goto Github PK

View Code? Open in Web Editor NEW
578.0 578.0 173.0 2.59 MB

Hugoplate is a free starter template built with Hugo and TailwindCSS that will save you hours of work.

Home Page: https://zeon.studio/preview?project=hugoplate

License: MIT License

JavaScript 81.39% CSS 4.36% SCSS 1.97% Shell 0.29% HTML 11.71% Dockerfile 0.29%
boilerplate-template hugo hugo-boilerplate hugo-module hugo-shortcodes hugo-starter hugo-theme jamstack jamstack-theme starter-kit starter-project starter-template static-site static-site-generator zeon-studio

hugoplate's People

Contributors

alexgutjahr avatar arijitlaik avatar deining avatar dipeshaggarwal avatar jmmeessen avatar junnei avatar mbrejla avatar othernotherone avatar regtm avatar sapradhan avatar ssojonn avatar tffarhad avatar tfsojon avatar tfsomrat avatar ytrepidorosonomous 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  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hugoplate's Issues

Main page as blog page

I'm trying to change main page as blog page, with trying copy all code from directory blog/list.html.

This works, but all page that reload. Like page about, contact, element, privacy and etc. I want only displayed blog only.

Can i achieve this ?
Thank you for this wonderful template

Removing dark mode causes an error

Running npm run remove-darkmode throws an error

[email protected] remove-darkmode
node ./scripts/removeDarkmode.js && yarn format

node:internal/fs/utils:348
throw err;
^

Error: ENOENT: no such file or directory, scandir 'layouts'
at Object.readdirSync (node:fs:1450:3)
at removeDarkModeFromPages (/Users/jamie.wallace/Sites/hugoplate/scripts/removeDarkmode.js:30:20)
at Array.forEach ()
at Object. (/Users/jamie.wallace/Sites/hugoplate/scripts/removeDarkmode.js:16:10)
at Module._compile (node:internal/modules/cjs/loader:1120:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1174:10)
at Module.load (node:internal/modules/cjs/loader:998:32)
at Module._load (node:internal/modules/cjs/loader:839:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:17:47 {
errno: -2,
syscall: 'scandir',
code: 'ENOENT',
path: 'layouts'
}

Navigation not working properly on mobile

When on mobile and you click the button to bring out the navigation, any navigation that has a dropdown does not work.

For example, on the demo website of hugoplate, when you press the menu button and try to press Pages, it will not show the pages linked to it.

Authors image - using partial "image", but doesn't honor the "size" value set

I copied the authors list.html and was working to refactor it for another list of content

{{ partial "image" (dict "Src" $image "Alt" .Title "Class" "mx-auto mb-6 rounded" "size" "120x120") }}
In the resource that is rendered, it is the same size as it was before. "size" seems to be completely ignored in the output. I've tried to find the image partial, but there isn't anything. I searched through hugo documentation to try to find out if it was a built in template and tried chatgpt but haven't been able to find anything. Any idea?

ERROR POSTCSS - can't run dev

Hi !

Got that error when using npm run dev :

ERROR POSTCSS: failed to transform "css/style-lazy.css" (text/css): 'C:\Program' n'est pas reconnu en tant que commande interne ou externe, un programme ex�cutable ou un fichier de commandes. Built in 1482 ms Error: error building site: POSTCSS: failed to transform "css/style.css" (text/css): 'C:\Program' n'est pas reconnu en tant que commande interne ou externe, un programme ex�cutable ou un fichier de commandes.

Hugo version : hugo v0.119.0-b84644c008e0dc2c4b67bd69cccf87a41a03937e+extended windows/amd64 BuildDate=2023-09-24T15:20:17Z VendorInfo=gohugoio
Node version : Node.js v20.9.0
Go version : go version go1.21.3 windows/amd64

How to add a new css file

I thought I had it figured out -- I added a file to assets/css and it works with npm run dev.

When I run npm run test to check it in a production environment, the css file is no longer included.

What am I missing?

Pagination isn't working?

Clicking on the "numbers" to paginate through a list of, say, blog posts, does not work. Clicking on the ">" or "<" works for paginating

How do you install and use this?

I'm new to Hugo and trying to setup this project locally but not sure how to do it? Any help appreciated, thanks.

Running on Windows.

Button action to download a file

I'm trying to to use a button to download a PDF file in my assets folder use it like following:

button:
enable: true
label: "get my resume here"
link: "/pdfs/walid_bousseta_EN.pdf"

but that doesn't work, it's just gives me a 404 error page. is there another way to do so, please could you share with us? and thank you for this wonderful template

Setting title for homepage in _index.md front matter

I was trying to update the title for the homepage, but noticed it defaults to sitename in the head.html template.

I tried adding to the front matter in homepage/_index.md/ title: "text", but it isn't handled here as it is for other _index.md files.

I'm still new with hugo and go, so tracking down the path of the params from the _index.md of homepage into head.html is a bit elusive.

Is there a way to update the homepage title with the front matter or do I need to dig into the template processing to add it?

Title issue on homepage

Hello,
I would like to ask about title definition for the home page. I have your clean project from github, without my other changes.

I have /content/english/homepage/_index.md and I try to define title like in /content/english/about/_index.md

--- title: "My title" ---

but it doesnt work. I found that title is defined in hugo.toml on line 5, and there ist still visible title defined in toml file.

But I would like to realize multilanguage support and I can't imagine how to do it with toml file.

I think it should work like on others page.

I also tried to add other parameters to front matter, but it works everywhere but not in homepage, I dont know why.

I would like to ask also one thing what I don't fully understand. Where is configure that /content/english/homepage/_index.md will be homepage mapped to /. I search all config files and I dont't know understand how It is achieved.

Thank you for this theme and soon reply.

how to add google analytics

I saw the doc include tag manager & adsense but not include google analytics. I follow the variable name google_analytics than follow the guide in web but I can't set correctly. Below is my code

head.html

<!-- google analytics -->
{{ if not .Site.IsServer }}
{{ template "_internal/google_analytics_async.html" . }}
{{ end }}

layouts/_internal/google_analytics_async.html

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-');
</script>

config/_default/params.toml

googleAnalytics = "G-"

Do anybody know how to set GA? please help me.

nav items are not centered

With the latest theme update, I see that the navigation menu items in the main nav bar aren't centered (on desktop browser), and are slightly shifted right towards the search button.

Social Media Links

The social media share links (buttons) appear to be broken on my end and on your demo site.

The problem seems to be located somewhere around line 10 of the social-share module.

{{ $url := printf "%s" .Permalink | absLangURL }}

The formatting seems to be okay according to the Go lang docs. https://pkg.go.dev/fmt

I'm not sure what's wrong but I'm sure its something simple I'm overlooking.

Deploy Site On CentOS

I renamed the public folder to Hugoplate_Public , then deployed it to a CentOS server, and when I open it, the page format is messed up, is there a problem with the settings there?

Note: I have no problem with the npm run dev command when testing locally.

Great hugo theme created with tailwind css

But, can you write an eBook to teach the nuts and bolts in developing the theme? This will be a good reference for new hugo developers. I will definitely buy a copy if you wrote it.

failed to download modules: binary with name "go" not found

when i try to run the command npm run update-modules am getting below error in linux.

[email protected] update-modules
node ./scripts/clearModules.js && hugo mod clean --all && hugo mod get -u ./... && hugo mod tidy

File does not exist.
Error: failed to load modules: failed to download modules: binary with name "go" not found

I understand that it has an issue with go modules file go.mod. The same error comes up when we run "hugo mod get -u"

Partials not found on fresh install

I just installed and launched hugoplate on a fresh site and I'm getting an error in hugo (Hugo Static Site Generator v0.68.3/extended linux/amd64 BuildDate: 2020-03-25T06:15:45Z) on Ubuntu 20:

10:44 $ hugo server
Building sites … ERROR 2023/07/19 10:44:26 render of "taxonomyTerm" failed: execute of template failed: template: _default/terms.html:8:7: executing "_default/terms.html" at <partial "essentials/head.html" .>: error calling partial: "/home/dagoodma/Documents/davie-goodman-hugo-website/themes/hugoplate/layouts/partials/essentials/head.html:13:3": execute of template failed: template: partials/essentials/head.html:13:3: executing "partials/essentials/head.html" at <partialCached "favicon" .>: error calling partialCached: partial "favicon" not found
ERROR 2023/07/19 10:44:26 render of "taxonomyTerm" failed: execute of template failed: template: _default/terms.html:8:7: executing "_default/terms.html" at <partial "essentials/head.html" .>: error calling partial: "/home/dagoodma/Documents/davie-goodman-hugo-website/themes/hugoplate/layouts/partials/essentials/head.html:13:3": execute of template failed: template: partials/essentials/head.html:13:3: executing "partials/essentials/head.html" at <partialCached "favicon" .>: error calling partialCached: partial "favicon" not found
Built in 6 ms
Error: Error building site: failed to render pages: render of "home" failed: execute of template failed: template: index.html:8:7: executing "index.html" at <partial "essentials/head.html" .>: error calling partial: "/home/dagoodma/Documents/davie-goodman-hugo-website/themes/hugoplate/layouts/partials/essentials/head.html:13:3": execute of template failed: template: partials/essentials/head.html:13:3: executing "partials/essentials/head.html" at <partialCached "favicon" .>: error calling partialCached: partial "favicon" not found

After commenting out the {{ partialCached "favicon" . }} stuff, then {{ partialCached "manifest" . }} and {{ partialCached "site-verifications.html" . }} start to throw the same error.

og:image not working

when i use opengraph preview validator, i noticed that the image url is not being pulled.

  <!-- HTML Meta Tags -->
  <title>Hugoplate</title>
  <meta name="description" content="Hugo & Tailwindcss Starter">

  <!-- Facebook Meta Tags -->
  <meta property="og:url" content="https://hugoplate.netlify.app/">
  <meta property="og:type" content="website">
  <meta property="og:title" content="Hugoplate">
  <meta property="og:description" content="Hugo & Tailwindcss Starter">
  <meta property="og:image" content="">

  <!-- Twitter Meta Tags -->
  <meta name="twitter:card" content="summary_large_image">
  <meta property="twitter:domain" content="hugoplate.netlify.app">
  <meta property="twitter:url" content="https://hugoplate.netlify.app/">
  <meta name="twitter:title" content="Hugoplate">
  <meta name="twitter:description" content="Hugo & Tailwindcss Starter">
  <meta name="twitter:image" content="">

  <!-- Meta Tags Generated via https://www.opengraph.xyz -->
        

Name attribute for Airform.io

Hi,

I couldn't get the contact form to work with Airflow. If I filled in the form I would receive an empty email. The documentation of Airflow states that "All input, select, textarea elements within your form should have a name attribute.".

After I added a name attribute to the layouts/contact/list.html input areas I was able to see the output after receiving an email.

Best,
rickdkk

Best practice for blog/post images

What is the best practice for storing images for (a) posts (b) site-specific images like those for 404 or other pages? More of a learning question for me, but should images be bundled with posts in the content/english/blog directory? And if so, how do you refer to them (relative path wise)? Where should other pages images go?

Issues with GitHub Actions deployment

Hi Everyone!

Not sure if this is the right place to ask as I'm a newbie. Basically I cloned the template, just did minor text changes on the main page and it runs perfectly locally but does not deploy properly with the provided gh action.

Followed the steps here: https://gohugo.io/hosting-and-deployment/hosting-on-github/
The action runs successfully but the deployed page does not look as it should.

Link to the project: https://github.com/high-five-app/website/actions/runs/6991485038

Do you have any suggestions as to what I could be doing wrong?

Thank you very much!

Resizing cover/header image for a blog page

There are two issues with the cover image for the blog page.

  1. It appears huge - is there a way to resize through the front-matter params?
  2. Different blog cards in the list view have different cover image sizes. this should be consistently the same.

Here's front matter I am using


title: "India's digital payments revolution"
meta_title: "How India has gone digital at breakneck speed"
description: "One of the world's biggest success stories"
date: 2022-07-21T05:00:00Z
image: "/images/digital-payments-blog/hugoblog_1.png"

Unable to remove darkmode

While I am running npm run remove-darkmode in the projects folder, I am getting this error:

node:internal/fs/utils:350
    throw err;
    ^

Error: ENOENT: no such file or directory, scandir 'layouts'
    at Object.readdirSync (node:fs:1527:3)
    at removeDarkModeFromPages (/Users/kharisharjun/hugo/hugoplate/scripts/removeDarkmode.js:30:20)
    at Array.forEach (<anonymous>)
    at Object.<anonymous> (/Users/kharisharjun/hugo/hugoplate/scripts/removeDarkmode.js:16:10)
    at Module._compile (node:internal/modules/cjs/loader:1256:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
    at Module.load (node:internal/modules/cjs/loader:1119:32)
    at Module._load (node:internal/modules/cjs/loader:960:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
    at node:internal/main/run_main_module:23:47 {
  errno: -2,
  syscall: 'scandir',
  code: 'ENOENT',
  path: 'layouts'
}

Node.js v18.17.1

Please help me how to proceed. Unable to find any suitable resolution.
I suspect it is something to do with my npm, but unable to resolve it...

How to use contact form?

Is there a way to use the contact form? I looked at the content, and it just has the following:

---
title: "Contact"
meta_title: ""
description: "this is meta description"
draft: false
---

When I try to use that, it takes me a 404, which I expected, but I cannot see how to configure this? Can I add something that allows the page to actually submit the request?

I suggest moving /exampleSite to the root

This relates to #1 -- this template works if you run it from /exampleSite, but since this is a template project, I suggest you drop that setup (which isn't clear when you read the README) and make the root folder runnable.

Making text wrap around (or be next to) images in a single blog page.

Trying to author blog posts using this template. How can I make text in the blog wrap around (or be next to) images within the body of the content of the blog?

I am embedding images in the blog using the figure short-code. Something like:
{{< figure src="/images/digital-payments-blog/hugoblog_1.png" command="Resize" options="100x" caption="Ditigal payment QR code in a mom-and-pop store" >}}

Thanks!

Buttons in homepage not showing

Hi,

I couldn't get the buttons on the features sections on the homepage to work. In the example site one of the buttons is also enabled and not showing, so I think this is not just an issue on my side.

button:
  enable: true
  label: "Get Started Now"
  link: "https://github.com/zeon-studio/hugoplate"

Is this a bug or am I overlooking a global setting somewhere?

Best,
rickdkk

How can I edit partials

I want to edit the "logo" partial but it seems impossible, I cannot even find where it is defined. I have been searching for hours

Webpage not presenting correctly when published using GitHub Pages

I've been creating my site and everyting looks great locally (thanks for the template) but when I push to my main branch and the GitHub Action runs, my webpage appears completely broken (seems like missing css and images...). I'm sure I have just missed something simple but would appreicate the help. You can view the live site at Keydoo Software

Go file not found

I am trying to use this template with Netlify. After following the installation instructions on my Macbook, I see the following error when running

npm run dev
Error: command error: failed to load modules: failed to download modules: binary with name "go" not found

This is what my Netlify.toml shows

[build.environment]
HUGO_VERSION = "0.115.3"
GO_VERSION = "1.20.5"
HUGO_BASEURL = "/"

Any guidance?

Adding ::after on links in custom.scss - works in dev, is stripped in build?

This code is meant to put a icon after external links.
image

This is using a fontawesome icon, I started this by using the font, then svg, then base64. However, I have been going down the wrong path maybe. It works great in dev environment, but when I push to production, I don't see that the ::after is being applied.

a[target='_blank']::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0px 3px 0px 5px;
  background-size: contain;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAABtQTFRFAAAAl5aWAAAAKSkps7KyDQ0Nbm1tDg4OiYmJOV4XEQAAAAl0Uk5TAE//9SD/kP9kb5xATAAAAFlJREFUeJxNzTsKgDAQhOGpJLVH+IWQa1jYSxp7T+ARQsB7u4/Gafbb2UAkz8oWUwfohkeLATg1HXYp1B6YjN1RaLYRRSALQxaGbsXleEe8RNn/kJF/aqn6ABiVDmAZHw+0AAAAAElFTkSuQmCC');
}

.dark a[target='_blank']::after {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAABtQTFRFAAAAaGlp////1tbWTE1N8vLykZKS8fHxdnZ2RkLL8wAAAAl0Uk5TAE//9SD/kP9kb5xATAAAAFlJREFUeJxNzTsKgDAQhOGpJLVH+IWQa1jYSxp7T+ARQsB7u4/Gafbb2UAkz8oWUwfohkeLATg1HXYp1B6YjN1RaLYRRSALQxaGbsXleEe8RNn/kJF/aqn6ABiVDmAZHw+0AAAAAElFTkSuQmCC');
}

.social-icons [target="_blank"]::after {
  content: none; /* Remove the 'external-link-alt' icon */
}

.share-icons [target="_blank"]::after {
  content: none; /* Remove the 'external-link-alt' icon */
}

Any idea why I can not get this to work? This might not be an issue with hugoplate, but may be something to do with another style overriding, or scss? I have just got stuck on this and wondered if you might know.

It is quite a nice effect, when it works. Here was the svg version

background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' viewBox='0 0 512 512'%3E%3Cpath fill='rgb(0,0,0)' d='M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z'/%3E%3C/svg%3E");
}

.dark a[target="_blank"]::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' viewBox='0 0 512 512'%3E%3Cpath fill='rgb(255,255,255)' d='M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z'/%3E%3C/svg%3E");
}

Quality of Life requests

I don't know if I am supposed to suggest QoL requests but I saw the enhancement tag so I assumed that's okay?

  • In the readme file, I believe it would be better for the user to remove the dark mode before the project setup script is ran.
  • There should be a button to copy any code
  • The lines should be numbered
  • Add a PDF file viewer shortcode
  • Add a language slider if there are only two languages (similar to the dark/light theme switcher)
  • Keep the language selector on all pages (as of right now, it only shows up on the homepage)
  • Add a read time shortcode for the blog posts

projectSetup.js

It takes the ExampleSite folder and moves all the folders and their files up to root.
I think it's designed so you can bootstrap into root different project defaults ?

If I have to run it in order to work on the code, then how can I do a PR ?
Is there a way to run it locally without destroying the folder structure ?

Responsive design issues: Tabs

I have a blog page that uses tabs. On mobile, the first two tabs are displayed, the third one is truncated, and there is no way for me to scroll past to view the rest of the tabs.

I have tried to install this theme 20 times...

Copyright (C) Microsoft Corporation. All rights reserved.

Try the new cross-platform PowerShell https://aka.ms/pscore6

Loading personal and system profiles took 3095ms.
(base) PS C:\Windows\system32> cd "C:\Hjemmsider\hugoplate-main"
(base) PS C:\Hjemmsider\hugoplate-main> npm run project-setup

[email protected] project-setup
node ./scripts/projectSetup.js

(base) PS C:\Hjemmsider\hugoplate-main> npm install

added 146 packages, and audited 147 packages in 29s

28 packages are looking for funding
run npm fund for details

found 0 vulnerabilities
(base) PS C:\Hjemmsider\hugoplate-main> npm run dev

[email protected] dev
hugo server

hugo: collected modules in 592 ms
Watching for changes in C:\Hjemmsider\hugoplate-main{assets,content,data,hugo_stats.json,i18n,package.json,postcss.config.js,tailwind.config.js,themes}
Watching for config changes in C:\Hjemmsider\hugoplate-main\hugo.toml, C:\Hjemmsider\hugoplate-main\config_default, C:\Hjemmsider\hugoplate-main\go.mod
Start building sites …
hugo v0.117.0-b2f0696cad918fb61420a6aff173eb36662b406e+extended windows/amd64 BuildDate=2023-08-07T12:49:48Z VendorInfo=gohugoio

Built in 5786 ms
Error: error building site: POSTCSS: failed to transform "css/style.css" (text/css): SyntaxError: Unexpected end of JSON input
at JSON.parse ()
at decodeUnicode (C:\Hjemmsider\hugoplate-main\tailwind.config.js:11:15)
at C:\Hjemmsider\hugoplate-main\tailwind.config.js:23:18
at evalModule (C:\Hjemmsider\hugoplate-main\node_modules\jiti\dist\jiti.js:1:255202)
at jiti (C:\Hjemmsider\hugoplate-main\node_modules\jiti\dist\jiti.js:1:253130)
at C:\Hjemmsider\hugoplate-main\node_modules\tailwindcss\lib\lib\load-config.js:37:30
at loadConfig (C:\Hjemmsider\hugoplate-main\node_modules\tailwindcss\lib\lib\load-config.js:39:6)
at getTailwindConfig (C:\Hjemmsider\hugoplate-main\node_modules\tailwindcss\lib\lib\setupTrackingContext.js:71:116)
at C:\Hjemmsider\hugoplate-main\node_modules\tailwindcss\lib\lib\setupTrackingContext.js:100:92
at C:\Hjemmsider\hugoplate-main\node_modules\tailwindcss\lib\processTailwindFeatures.js:48:11
(base) PS C:\Hjemmsider\hugoplate-main>

Module "hugoplate.netlify.app" is not compatible with this Hugo version

Hi,

I'm not a webdev, so I ḿight be missing a step here. When I try to build the template using Hugo version 0.116.1 with Docker image hugomods/hugo:reg-exts-0.116.1 (www.hugomods.com), I'm getting a warning, which I don't see when running it with a local Hugo binary.

docker run -v ${PWD}:/src hugomods/hugo:reg-exts-0.116.1 hugo
hugo: collected modules in 1787 ms
WARN  Module "hugoplate.netlify.app" is not compatible with this Hugo version; run "hugo mod graph" for more information.
Start building sites … 
hugo v0.116.1-3e1ea030a5897addaf9d113d0826709fe07f77c0 linux/amd64 BuildDate=2023-08-01T07:24:54Z


                   | EN  
-------------------+-----
  Pages            | 52  
  Paginator pages  |  1  
  Non-page files   |  0  
  Static files     |  2  
  Processed images | 96  
  Aliases          |  1  
  Sitemaps         |  1  
  Cleaned          |  0  

Total in 7188 ms

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.