Giter Club home page Giter Club logo

hugo-texify3's Introduction

Metrics

hugo-texify3's People

Contributors

deining avatar dependabot[bot] avatar michaelneuper avatar pre-commit-ci[bot] avatar queensferryme avatar weastur 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

hugo-texify3's Issues

[FEATURE REQUEST] Overview pages for non-blog content

I have several different types of content on my website, and it would be nice to have an overview page for them.

This is my content layout:

.
├── homepage
│   └── about.md
├── posts
│   ├── test.md
├── projects
│   ├── lash.md
│   └── marswm.md
└── tut
    ├── _index.md
    └── sp2
        ├── _index.md
        ├── ue01.md
        ├── ue02.md
        └── ue03.md

With my current theme there are overview pages generated for /projects /tut and /tut/sp2:
image
image
image

You can also see for yourself.

However with Texify3 the overview pages are empty and therefore not really navigateable:
image

It would be great if there were a template to cover those overview pages (I think in hugo they are called "list pages" or something).

Thanks for your efforts!

[BUG] Not compatible with 0.111.* verision of Hugo

I tried to installed Hugo from source and from apt but didn't work.

[mattos@mysite]$ hugo server
WARN 2024/05/25 17:38:36 Module "hugo-texify3" is not compatible with this Hugo version; run "hugo mod graph" for more information.
Start building sites … 
hugo v0.111.0-3fa8bb8318114cd69315eadd35bda169e6a8ca4b+extended linux/amd64 BuildDate=2023-03-01T20:57:44Z VendorInfo=gohugoio

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

Built in 35 ms
Watching for changes in /home/mattos/mysite/{archetypes,content,data,layouts,static,themes}
Watching for config changes in /home/mattos/mysite/config.toml, /home/mattos/mysite/themes/hugo-texify3/config.toml, /home/mattos/mysite/themes/hugo-texify3/config/_default
Environment: "development"
Serving pages from memory
Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Web Server is available at //localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop
^C[mattos@mysite]$ hugo mod graph
WARN 2024/05/25 17:38:43 Module "hugo-texify3" is not compatible with this Hugo version; run "hugo mod graph" for more information.
project hugo-texify3
[mattos@mysite]$ 

Environment variables

[mattos@mysite]$ hugo env
hugo v0.111.0-3fa8bb8318114cd69315eadd35bda169e6a8ca4b+extended linux/amd64 BuildDate=2023-03-01T20:57:44Z VendorInfo=gohugoio
GOOS="linux"
GOARCH="amd64"
GOVERSION="go1.20.1"
github.com/sass/libsass="3.6.5"
github.com/webmproject/libwebp="v1.2.4"
[mattos@mysite]$ 

And I followed this tutorial to install the extended edition of Hugo.

I'm on Linux Mint 21.3 x86_64

I cant install it

Describe the bug
When i run the hugo server command after installing the theme, i see an error:

Watching for changes in /Users/evgeniy.blinov/Desktop/Projects/my_site/site/{archetypes,assets,content,data,i18n,layouts,static,themes}
Watching for config changes in /Users/evgeniy.blinov/Desktop/Projects/my_site/site/hugo.toml, /Users/evgeniy.blinov/Desktop/Projects/my_site/site/themes/hugo-texify3/config.toml, /Users/evgeniy.blinov/Desktop/Projects/my_site/site/themes/hugo-texify3/config/_default
Start building sites …
hugo v0.123.8-5fed9c591b694f314e5939548e11cc3dcb79a79c+extended darwin/arm64 BuildDate=2024-03-07T13:14:42Z VendorInfo=brew

ERROR TOCSS-DART: failed to transform "/sass/layouts/content.scss" (text/x-scss). You need dart-sass-embedded in your system $PATH.: this feature is not available in your current Hugo version, see https://goo.gl/YMrWcn for more information
ERROR TOCSS-DART: failed to transform "/sass/layouts/common.scss" (text/x-scss). You need dart-sass-embedded in your system $PATH.: this feature is not available in your current Hugo version, see https://goo.gl/YMrWcn for more information
ERROR TOCSS-DART: failed to transform "/sass/layouts/list.scss" (text/x-scss). You need dart-sass-embedded in your system $PATH.: this feature is not available in your current Hugo version, see https://goo.gl/YMrWcn for more information
Built in 53 ms
Error: error building site: TOCSS-DART: failed to transform "/sass/layouts/common.scss" (text/x-scss). You need dart-sass-embedded in your system $PATH.: this feature is not available in your current Hugo version, see https://goo.gl/YMrWcn for more information

I installed the required thing and saw a new message running hugo server:

Watching for changes in /Users/evgeniy.blinov/Desktop/Projects/my_site/site/{archetypes,assets,content,data,i18n,layouts,static,themes}
Watching for config changes in /Users/evgeniy.blinov/Desktop/Projects/my_site/site/hugo.toml, /Users/evgeniy.blinov/Desktop/Projects/my_site/site/themes/hugo-texify3/config.toml, /Users/evgeniy.blinov/Desktop/Projects/my_site/site/themes/hugo-texify3/config/_default
Start building sites …
hugo v0.123.8-5fed9c591b694f314e5939548e11cc3dcb79a79c+extended darwin/arm64 BuildDate=2024-03-07T13:14:42Z VendorInfo=brew

ERROR POSTCSS: failed to transform "css/common.css" (text/css). Check your PostCSS installation; install with "npm install postcss-cli". See https://gohugo.io/hugo-pipes/postcss/: binary with name "npx" not found
ERROR POSTCSS: failed to transform "css/content.css" (text/css). Check your PostCSS installation; install with "npm install postcss-cli". See https://gohugo.io/hugo-pipes/postcss/: binary with name "npx" not found
Built in 1963 ms
Error: error building site: POSTCSS: failed to transform "css/common.css" (text/css). Check your PostCSS installation; install with "npm install postcss-cli". See https://gohugo.io/hugo-pipes/postcss/: binary with name "npx" not found

I did npm install postcss-cli and a saw it running hugo server:

Watching for changes in /Users/evgeniy.blinov/Desktop/Projects/my_site/site/{archetypes,assets,content,data,i18n,layouts,package.json,static,themes}
Watching for config changes in /Users/evgeniy.blinov/Desktop/Projects/my_site/site/hugo.toml, /Users/evgeniy.blinov/Desktop/Projects/my_site/site/themes/hugo-texify3/config.toml, /Users/evgeniy.blinov/Desktop/Projects/my_site/site/themes/hugo-texify3/config/_default
Start building sites …
hugo v0.123.8-5fed9c591b694f314e5939548e11cc3dcb79a79c+extended darwin/arm64 BuildDate=2024-03-07T13:14:42Z VendorInfo=brew

ERROR POSTCSS: failed to transform "css/common.css" (text/css): Error: Cannot find module 'autoprefixer'
Require stack:
- /Users/evgeniy.blinov/Desktop/Projects/my_site/site/themes/hugo-texify3/postcss.config.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1143:15)
    at Module._load (node:internal/modules/cjs/loader:984:27)
    at Module.require (node:internal/modules/cjs/loader:1234:19)
    at require (node:internal/modules/helpers:176:18)
    at Object.<anonymous> (/Users/evgeniy.blinov/Desktop/Projects/my_site/site/themes/hugo-texify3/postcss.config.js:2:13)
    at Module._compile (node:internal/modules/cjs/loader:1375:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1434:10)
    at Module.load (node:internal/modules/cjs/loader:1206:32)
    at Module._load (node:internal/modules/cjs/loader:1022:12)
    at cjsLoader (node:internal/modules/esm/translators:358:17) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/Users/evgeniy.blinov/Desktop/Projects/my_site/site/themes/hugo-texify3/postcss.config.js'
  ]
}
ERROR POSTCSS: failed to transform "css/content.css" (text/css): Error: Cannot find module 'autoprefixer'
Require stack:
- /Users/evgeniy.blinov/Desktop/Projects/my_site/site/themes/hugo-texify3/postcss.config.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1143:15)
    at Module._load (node:internal/modules/cjs/loader:984:27)
    at Module.require (node:internal/modules/cjs/loader:1234:19)
    at require (node:internal/modules/helpers:176:18)
    at Object.<anonymous> (/Users/evgeniy.blinov/Desktop/Projects/my_site/site/themes/hugo-texify3/postcss.config.js:2:13)
    at Module._compile (node:internal/modules/cjs/loader:1375:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1434:10)
    at Module.load (node:internal/modules/cjs/loader:1206:32)
    at Module._load (node:internal/modules/cjs/loader:1022:12)
    at cjsLoader (node:internal/modules/esm/translators:358:17) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/Users/evgeniy.blinov/Desktop/Projects/my_site/site/themes/hugo-texify3/postcss.config.js'
  ]
}
Built in 1973 ms
Error: error building site: POSTCSS: failed to transform "css/common.css" (text/css): Error: Cannot find module 'autoprefixer'
Require stack:
- /Users/evgeniy.blinov/Desktop/Projects/my_site/site/themes/hugo-texify3/postcss.config.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1143:15)
    at Module._load (node:internal/modules/cjs/loader:984:27)
    at Module.require (node:internal/modules/cjs/loader:1234:19)
    at require (node:internal/modules/helpers:176:18)
    at Object.<anonymous> (/Users/evgeniy.blinov/Desktop/Projects/my_site/site/themes/hugo-texify3/postcss.config.js:2:13)
    at Module._compile (node:internal/modules/cjs/loader:1375:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1434:10)
    at Module.load (node:internal/modules/cjs/loader:1206:32)
    at Module._load (node:internal/modules/cjs/loader:1022:12)
    at cjsLoader (node:internal/modules/esm/translators:358:17) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/Users/evgeniy.blinov/Desktop/Projects/my_site/site/themes/hugo-texify3/postcss.config.js'
  ]
}

So, i can't install it.

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.