Git Product home page Git Product logo

hallo-hugo's People

Contributors

aldarone avatar canaltinova avatar chester-leung avatar dugjason avatar emielh avatar f4bio avatar wisneqo 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

hallo-hugo's Issues

Deploy theme - 404 error message

Hi all!

My deployed page:
https://eloquent-lalande-a6a2eb.netlify.app/ (404?)
Page deploy: netlify app

I import git repo.
https://github.com/tiborbokor/hallo-hugo

Deploy log
Preview
Copy to clipboard

6:02:14 PM: Build ready to start
6:02:16 PM: build-image version: b0258b965567defc4a2d7e2f2dec2e00c8f73ad6
6:02:16 PM: build-image tag: v3.4.1
6:02:16 PM: buildbot version: 9042ba4998dab698f1f37fb8d36912c08a387191
6:02:16 PM: Fetching cached dependencies
6:02:16 PM: Starting to download cache of 1.2MB
6:02:16 PM: Finished downloading cache in 110.053675ms
6:02:16 PM: Starting to extract cache
6:02:16 PM: Finished extracting cache in 20.022784ms
6:02:16 PM: Finished fetching cache in 130.768638ms
6:02:16 PM: Starting to prepare the repo for build
6:02:16 PM: Preparing Git Reference refs/heads/master
6:02:17 PM: No build command found, continuing to publishing
6:02:17 PM: Starting to deploy site from '/'
6:02:17 PM: Creating deploy tree
6:02:17 PM: Creating deploy upload records
6:02:18 PM: 0 new files to upload
6:02:18 PM: 0 new functions to upload
6:02:18 PM: Starting post processing
6:02:18 PM: Post processing - HTML
6:02:18 PM: Post processing - header rules
6:02:18 PM: Post processing - redirect rules
6:02:18 PM: Post processing done
6:02:18 PM: Site is live
6:02:19 PM: Finished processing build request in 3.447874056s

What is problem?
Howto fix problem?

Thanks! :)

Unable to change the color with changes in config.toml

Hello!

Thank you for this simple yet pretty theme. :) I was wondering if I could get some help about changing the color of background and foreground?
I tried putting the following block in [params] section but it does not come into the effect. There is also no error as specified in the README.

   [params.colors]
        background = "#3f1c66"
        foreground = "#d8d517"
        hover = "#e9dafa"

However, I do get the following warnings on running the server. Are these related to my issue?

WARN 2021/07/05 12:49:23 found no layout file for "HTML" for kind "taxonomy": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/07/05 12:49:23 found no layout file for "HTML" for kind "taxonomy": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/07/05 12:49:23 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/07/05 12:49:23 found no layout file for "HTML" for kind "section": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.

Thank you very much!

Support for other protocols in links

I want to use tel:, skype: or whatsapp:// links in the homepage. Those are stripped by Hugo. To prevent this, the .url variable needs to be post-processed by the safeURL function.

This is the current code:

<a rel="me" href="{{ .url }}" title="{{ .title }}">

href="{{ .url }}"

should become

href="{{ .url | safeURL }}"

What about an imprint?

Is there any way I could add an imprint in the footer? As this is a single-page layout I'm not sure how to achieve that...

Favicon

Hello - I absolutely love your design!

Does your theme support a favicon? If so, where can I add my icon image?

Overflow and x-sidescrolling on mobile

Hi Emiel!
I really like your simple theme, but I think I found a small bug (or at last lack of documentation :p )

If the portrait image is larger than the 300x300 example, the page doesn't render nicely on small viewports (phones). It will enable a side scrollbar and put the portrait picture offcentre. It would be nice if that could be improved - or at least recommend people to only use 300x300.

Error on building the theme with custom colors

I'm receiving errors while trying to setup the colors to the page. see the build log below. help?

5:49:56 PM: Build ready to start
5:49:58 PM: build-image version: 84aca9ba39e0ee86ba194760fbfc51a808f62543
5:49:58 PM: buildbot version: 57d44fd1631cc3fff8b38fbaf88d3d04f946418a
5:49:59 PM: Fetching cached dependencies
5:49:59 PM: Starting to download cache of 147.5MB
5:49:59 PM: Finished downloading cache in 679.457323ms
5:49:59 PM: Starting to extract cache
5:50:04 PM: Finished extracting cache in 4.559887633s
5:50:04 PM: Finished fetching cache in 5.371472647s
5:50:04 PM: Starting to prepare the repo for build
5:50:06 PM: Preparing Git Reference refs/heads/master
5:50:08 PM: Found netlify.toml. Overriding site configuration
5:50:09 PM: Different publish path detected, going to use the one specified in the toml file: 'public' versus '/' in the site
5:50:09 PM: Different build command detected, going to use the one specified in the toml file: 'hugo --minify --ignoreCache --forceSyncStatic' versus '' in the site
5:50:09 PM: Starting build script
5:50:09 PM: Installing dependencies
5:50:09 PM: Started restoring cached node version
5:50:12 PM: Finished restoring cached node version
5:50:12 PM: v8.15.0 is already installed.
5:50:13 PM: Now using node v8.15.0 (npm v6.4.1)
5:50:13 PM: Attempting ruby version 2.3.6, read from environment
5:50:15 PM: Using ruby version 2.3.6
5:50:15 PM: Using PHP version 5.6
5:50:15 PM: Installing Hugo 0.54.0
5:50:16 PM: Started restoring cached go cache
5:50:16 PM: Finished restoring cached go cache
5:50:16 PM: unset GOOS;
5:50:16 PM: unset GOARCH;
5:50:16 PM: export GOROOT='/opt/buildhome/.gimme/versions/go1.10.linux.amd64';
5:50:16 PM: export PATH="/opt/buildhome/.gimme/versions/go1.10.linux.amd64/bin:${PATH}";
5:50:16 PM: go version >&2;
5:50:16 PM: export GIMME_ENV='/opt/buildhome/.gimme/env/go1.10.linux.amd64.env';
5:50:16 PM: go version go1.10 linux/amd64
5:50:16 PM: Installing missing commands
5:50:16 PM: Verify run directory
5:50:16 PM: Executing user command: hugo --minify --ignoreCache --forceSyncStatic
5:50:17 PM: Building sites …
5:50:17 PM: WARN 2019/02/03 15:50:17 Found no layout for "page", language "en", output format "HTML": create a template below /layouts with one of these filenames: single.en.html.html, single.html.html, single.en.html, single.html, _default/single.en.html.html, _default/single.html.html, _default/single.en.html, _default/single.html
5:50:17 PM: WARN 2019/02/03 15:50:17 Found no layout for "taxonomyTerm", language "en", output format "HTML": create a template below /layouts with one of these filenames: categories/category.terms.en.html.html, categories/terms.en.html.html, categories/list.en.html.html, categories/category.terms.html.html, categories/terms.html.html, categories/list.html.html, categories/category.terms.en.html, categories/terms.en.html, categories/list.en.html, categories/category.terms.html, categories/terms.html, categories/list.html, taxonomy/category.terms.en.html.html, taxonomy/terms.en.html.html, taxonomy/list.en.html.html, taxonomy/category.terms.html.html, taxonomy/terms.html.html, taxonomy/list.html.html, taxonomy/category.terms.en.html, taxonomy/terms.en.html, taxonomy/list.en.html, taxonomy/category.terms.html, taxonomy/terms.html, taxonomy/list.html, category/category.terms.en.html.html, category/terms.en.html.html, category/list.en.html.html, category/category.terms.html.html, category/terms.html.html, category/list.html.html, category/category.terms.en.html, category/terms.en.html, category/list.en.html, category/category.terms.html, category/terms.html, category/list.html, _default/category.terms.en.html.html, _default/terms.en.html.html, _default/list.en.html.html, _default/category.terms.html.html, _default/terms.html.html, _default/list.html.html, _default/category.terms.en.html, _default/terms.en.html, _default/list.en.html, _default/category.terms.html, _default/terms.html, _default/list.html
5:50:17 PM: WARN 2019/02/03 15:50:17 Found no layout for "taxonomyTerm", language "en", output format "HTML": create a template below /layouts with one of these filenames: tags/tag.terms.en.html.html, tags/terms.en.html.html, tags/list.en.html.html, tags/tag.terms.html.html, tags/terms.html.html, tags/list.html.html, tags/tag.terms.en.html, tags/terms.en.html, tags/list.en.html, tags/tag.terms.html, tags/terms.html, tags/list.html, taxonomy/tag.terms.en.html.html, taxonomy/terms.en.html.html, taxonomy/list.en.html.html, taxonomy/tag.terms.html.html, taxonomy/terms.html.html, taxonomy/list.html.html, taxonomy/tag.terms.en.html, taxonomy/terms.en.html, taxonomy/list.en.html, taxonomy/tag.terms.html, taxonomy/terms.html, taxonomy/list.html, tag/tag.terms.en.html.html, tag/terms.en.html.html, tag/list.en.html.html, tag/tag.terms.html.html, tag/terms.html.html, tag/list.html.html, tag/tag.terms.en.html, tag/terms.en.html, tag/list.en.html, tag/tag.terms.html, tag/terms.html, tag/list.html, _default/tag.terms.en.html.html, _default/terms.en.html.html, _default/list.en.html.html, _default/tag.terms.html.html, _default/terms.html.html, _default/list.html.html, _default/tag.terms.en.html, _default/terms.en.html, _default/list.en.html, _default/tag.terms.html, _default/terms.html, _default/list.html
5:50:17 PM: ERROR 2019/02/03 15:50:17 error: failed to transform resource: TOCSS: failed to transform "style.hallo.scss" (text/x-scss): this feature is not available in your current Hugo version
5:50:17 PM: Total in 6 ms
5:50:17 PM: Error: Error building site: logged 1 error(s)
5:50:17 PM: Caching artifacts
5:50:17 PM: Started saving pip cache
5:50:17 PM: Finished saving pip cache
5:50:17 PM: Started saving emacs cask dependencies
5:50:17 PM: Finished saving emacs cask dependencies
5:50:17 PM: Started saving maven dependencies
5:50:17 PM: Finished saving maven dependencies
5:50:17 PM: Started saving boot dependencies
5:50:17 PM: Finished saving boot dependencies
5:50:17 PM: Started saving go dependencies
5:50:17 PM: Finished saving go dependencies
5:50:17 PM: Error running command: Build script returned non-zero exit code: 255
5:50:17 PM: Failing build: Failed to build site
5:50:17 PM: failed during stage 'building site': Build script returned non-zero exit code: 255
5:50:17 PM: Finished processing build request in 18.531665343s

the repo is here: http://github.com/valentinaroman1/website

Introduction not above the fold

Using an older MacBook Air with screen resolution, the Introduction page, including the social icons, does not get fitted into the first full page. Part of my introduction text is cut off, and the social icons are not on the first screen. I have to scroll to see them.

The resolution is 1440x900 pixels.

There is sufficient room above my portrait to fit it.

Cannot deploy the site

C:\Users\Rajiv>cd Desktop
C:\Users\Rajiv\Desktop>cd site
C:\Users\Rajiv\Desktop\site\themes>
C:\Users\Rajiv\Desktop\site\themes>git clone https://github.com/EmielH/hallo-hugo.git

After using the above command and configuring config.toml by adding the line theme = "hallo" and running hugo server it shows error

C:\Users\Rajiv\Desktop\site>hugo server
Error: Unable to find theme Directory: C:\Users\Rajiv\Desktop\site\themes\hallo

The problem is that when I cloned the repo in themes directory it saves with name hallo-hugo not with name hallo but we have configured config.toml with line theme = "hallo" I think it should be configured with line theme = "hallo-hugo" or the other solution is to rename the hallo-hugo repo to hallo.

I think changing line theme = "hallo" to line theme = "hallo-hugo" in config.toml will be much better

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.