By Developers, For Developers
PDF Pg | Paper Pg | Type | Description | Fixed on | Comments |
---|---|---|---|---|---|
17 | TYPO | “Typiocal” under building a home page heading | 2020-02-17 | ||
18 | TYPO | As you can see in the figure, the “home page” of the site has its own loyout. Loyout | 2020-02-17 | ||
7 | TYPO | KkkkkkRun | 2020-02-17 | ||
19 | TYPO | Incomplete sentence? > And since the context will be passed for you, | 2020-02-17 | ||
47 | TYPO | “emember” at bottom of page -> remember | 2020-02-17 | ||
17 | SUGGEST | Under “Using Content Blocks and Partials”: Change “Locate the file layouts/_default/baseof.html…” to “Locate the file themes/basic/layouts/_default/baseof.html”—or add an explicit “cd themes/basic” beforehand. | 2020-02-17 | ||
3 | TYPO | Under the description of the archetypes directory it is said: But the default value of the draft status is true | 2020-02-17 | ||
5 | TYPO | Under the image showing the layout for the pages there is the phrase Probably the last word should be layout. | 2020-02-17 | ||
10 | ERROR | Starting the Server with | 2020-02-24 | ||
10 | SUGGEST | Wow, I checked twice, but after reading “Your turn” on Page 12 I went back once again and now I see that Page 9 say’s “change to draft: false”. | 2020-02-24 | :) Not a problem. It's worth looking at again anyway to make sure it's clear - if it tripped you up it might trip up others too. | |
30 | TYPO | Under “Creating the List Layout”: “Let’s define a default list template that will work for all list pages on the site. Should be “themes/basic/layouts/_default/list.html”. | 2020-03-25 | ||
31 | TYPO | “In the exercises at the end of Chapter 2, Building a Basic Should be “/themes/basic/layouts/partials/nav.html” | 2020-03-25 | ||
32 | TYPO | At bottom of page: “Open themes/static/css/style.css in your editor. Locate the media query that targets Should be “Open themes/basic/static…” | 2020-03-25 | ||
19 | TYPO | In the first line of the page footer path says instead of | 2020-03-25 | ||
30 | TYPO | When changing the default list template the path used is but I think it should be | 2020-03-25 | ||
30 | TYPO | “collects all the pages within content/products instead of content/projects” | 2020-03-25 | ||
45 | TYPO | When look were to place the json, contact.html and modification to contact.md it made it feel like you should add these to the ‘data/..’. folder structure. I think adding the ‘data/…’ in front of your example code can throw folks off. | 2020-03-25 | ||
17 | ERROR | I followed the chapter. The code stops working after page 17. Seems like a version mismatch. Please indicate the hugo version no used for writing the book code | 2020-03-25 | The Hugo version number is displayed in the first chapter when we install Hugo. I can make this more explicit. But without knowing what you tried, I can't tell what the error is. I've run through the code up to that point in the book with the latest Hugo and it works well past page 17. | |
20 | TYPO | “kkkkkkkkRun” looks like a typo. | 2020-03-25 | ||
50 | SUGGEST | On discussing custom fields in the front matter section you write “Any custom fields you add to the front matter get added to this .Params collection.” which is clear and understandable. | 2020-03-25 | That's a great observation and one I had wanted to cover but just forgot. I've added this now. Thank you. | |
4 | TYPO | “A tyopical web page…” just after the heading “Building The Home Page”. | 2020-03-25 | ||
15 | TYPO | Building the Home Page | 2020-03-25 | ||
35 | SUGGEST | None of the above, really. I want to praise the “your turn” tasks - it’s pretty much exactly what I was wanting to fiddle with, and should give me exactly the reinforcement/familiarity with the tool that I want before moving forward. | 2020-03-25 | Well thank you so much for the kind words. Very glad to hear that feedback. | |
89 | TYPO | In the stemming section, where you disable it in the pipeline you add two line of code to the pipeline: this.pipeline.remove(lunr.stemmer) Both lines are without ending semicolon, which is different from the style of the other lines | 2020-03-25 | ||
97 | TYPO | The “Powered by” href anchor is gohugo.com but should be gohugo.io | 2020-03-25 | ||
100 | TYPO | In the figure shortcode the “alt” of the image is “Mout Rushmore”, should be “Mount Rushmore” | 2020-03-25 | ||
116 | TYPO | In the “Keep you AWS credentials safe” section the last phrase is “amd keep them out of version control”. It should be “and keep them out of version control”. | 2020-03-25 | ||
32 | TYPO | First sentence, underscore “_” should be dash “-”: - Found “In the project_list section” | 2020-03-25 | ||
xii | SUGGEST | In the Conventions section, consider adding a convention for web page views. After you list code sections in the book, you frequently show what the results of the code changes are by showing a web page view. It would help to distinguish the web page views by adding a border around them. | 2020-03-26 | We'll look into this during the production process. Thanks! | |
18 | TYPO | As you can see in the figure, the “home page” of the site has its own loyout. | 2020-03-25 | ||
xii | SUGGEST | You provide links to the Jekyll and Gatsby websites in footnotes, but perhaps there should be a footnote with a link to the Hugo website before those. | 2020-04-15 | ||
28 | SUGGEST | The examples still does not work. | 2020-04-15 | I have downloaded the example code and run it against Hugo 0.68. They build without errors. I have also followed the first three chapters as written. That's all I can do without more detail. I haven't received any other feedback from readers that the book doesn't work as written; in fact others have shared their successful sites with me. If you need specific help, you can reach out on twitter @bphogan and I can try to help. | |
4-122 | SUGGEST | I followed the steps in each chapter, editing the files in my IDE conforming to the examples in the book. In particular, I copy&paste the lines to be added from the eBook (as PDF) to my IDE. Such lines are marked with “>” in the left margin. The problem is: when selecting the lines marked with “>”, the “>” is included in the text. After pasting I have to remove the “>” one by one. Not blocking, just a nuisance. | |||
60 | TYPO | in the boxed text the line | |||
6 | SUGGEST | The index.html show as {{ .Content }} contains a space between the curly braces. If you enter this in this way in your editor you get a parsing error. This additional space could however be due to the code formatting. If it was however meant/entered with a space this looks like an error (at least in in v0.70) | |||
25 | ERROR | The chapter begins by asking you to create the file archetypes/projects.md…but doesn’t say where. in the project’s archetypes directory? In the theme? Then, the code snippet to insert is listed as being in content_sections/portfolio/archetypes/projects.md—but I was never asked to create that file path, or told where it should exist. So—continuing with the rest of the chapter is impossible. | |||
41 | ERROR | the code asked for this in the header.html <link rel=“stylesheet” href=“{{ ”css/style.css" | relURL }}"> but my ide keeps telling me that it cannot resolve the file and also that css is not allowed (using IntelliJ webstorm but I have the Hugo plugin) the code I am using matches the code from the books download and even if webstorm is wrong the code fails in regeneration. I am assuming the static/css is located by the Hugo template here adding it in {{}} the double curly braces | |||
22 | TYPO | The html/templates library is used and the link is wrong. There is no http/templates library. | |||
65 | 52 | ERROR | When I add “url: project.json” to the frontmatter of /contents/projects/_index.md after following the previous instructions. I get a RSS output at localhost:132/projects.json |