Pre-publication pass #3
Loading…
Reference in New Issue
No description provided.
Delete Branch "pre-publication"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adding entry about transcripts
Adding entry about background picture
Adding many missing screenshots
See detailed comments.
Also: maybe not store Kate swap files in a commit?
(see https://git.aribaud.net/caribaud/silicate_guide/pulls/3/files#diff-f8bae4d709f3140f4ca93935d797b81d92b20ba1)
@ -0,0 +69,4 @@
E01P01.jpg
```
Now, you can navigate to `https://localhost:1313/about/` and you should see the about page:
Next para also starts with 'now', maybe reformulate
@ -0,0 +123,4 @@
* `name` is what is displayed in the nav
* `pageRef` is what page should be displayed, relative to the
`content/` folder
* `weight` is the sorting the menu entries just like we saw for pages
Sentence is broken
This warning was removed but no link was added in its place. Normal?
Yes, it was to warn about the page being constructed, not a missing image
@ -34,0 +35,4 @@
It will be used in the archive.
Let's create a `_index.md` (notice the leading `_`) file inside `my_website/content/` with the following content:
a -> an ?
@ -36,2 +54,4 @@
Full description of Markdown possibilities will be added later.
{{< /warning >}}
This `_index.md` file tells Hugo that this folder is a *section*, that is a group of pages.
Missing comma after "that is"
@ -38,0 +73,4 @@
> The terminal just told me `ERROR Section '/comic' contains no pages!`!
That's normal: Silicate tries to check there is no problem when building your website
"to check there is no problem" => "to check if there are problems"
@ -38,0 +74,4 @@
> The terminal just told me `ERROR Section '/comic' contains no pages!`!
That's normal: Silicate tries to check there is no problem when building your website
and refuse to do so when there is an obious problem.
"refuse" => "refuses"
@ -49,2 +88,3 @@
This `index.md` file tells Hugo that the `E01P01` folder is a page and that all other
If you are on Windows, make sure the file created isn't
`index.md.txt`; Windows likes to hide file extensions from you may need to force windows to display them.
"from you may" => "from you, and you may"
@ -107,2 +145,3 @@
The `weight` attribute will be explained in [Page ordering](#page-ordering).

That's a start, but that's... not great, because there is no pictures yet.
"there is no" => "there are no"
@ -113,2 +155,3 @@
To fix this, all we need are pictures for the comic page.
Create a `strips/` folder inside `E01P01/`
That warning is a bit of a mouthful, what it means is: "Silicate want pictures inside
Shouldn't this paragraph about the warning move before the "To fix this" one?
@ -216,0 +261,4 @@
### Transcript
Some webcomics provides transcripts of their pages. Adding one to yours is
999 Too Many Pronouns
"Adding one to yours" => "Adding a transcript to a comic page in Silicate"
@ -216,0 +273,4 @@
```
Pepper the witch prepares a potion in a cauldron
while her cat Carrot lasily looks at her.
lazily
@ -216,4 +318,4 @@
## Recap
Now you have most of what you need to have a simple webcomic!
"what you need to have a" => what you need for a"
@ -220,2 +322,3 @@
You can just keep adding new pages!
You can just keep adding new pages! The resource archive you downloaded
have what you need to add the first three pages of Pepper & Carrot.
vave => has
@ -226,5 +329,6 @@ Here's what to remember:
* Comic pages go inside `content/comic/`.
* Comic pages are folders with an `index.md` file.
* Comic page pictures go into a `strips/` sub-folder.
* Comic page transcript go into a `transcript.md` file next to `index.md`.
transcript => transcripts
@ -0,0 +12,4 @@
in there any JPG, PNG or WEBP you want!
Note that if you put multiple pictures in there,
Silicate will take the first one it finds.
the first one it finds => the first one in alphabetical order
@ -0,0 +1,3 @@
<div style="text-align:center">
This is exactly the same as center-no-frame.html. Is this normal?
Nope, should have removed center-no-frame
Archives added.
When will you add git LFS? :)