TypeNetwork / variable-fonts-info-site

A brochure website to demonstrate the benefits of variable fonts
https://variablefonts.typenetwork.com
Apache License 2.0
36 stars 12 forks source link

Breadcrumb theory #54

Closed dberlow closed 5 years ago

dberlow commented 5 years ago

@@

62a15e8b-4f63-42c1-9c46-ad978c437195 8437e405-1b24-4a2f-aa34-9294b49e57d3 e681bf8d-8a1a-4b39-987e-3bafd9bc18d8

Things are looking good.

I’d now like to spread the circled items from the three “overview” pages attached to the corresponding pages of each “Topic” page. So the next page after these three would have “Scripts/before variables...”. E.g. across the top, and on to the current end of our examples and for all future pages.

Let me know if questions.

Thanks.

dberlow commented 5 years ago

Right now it's kind of hard to keep track of the editorial work going forward because neither GitHub or the site is aligned to the: "Before variables..." and "After variables...", in the sites breadcrumbs or the text associated with them. I'm going forward to do some edits and rewrites this week , (two are done already), and can see the breadcrumbs displayed in GitHub above the changes I need to make, but where's the data driving the display of those breadcrumbs? and is that what's feeding the site's breadcrumbs?

ghost commented 5 years ago

The breadcrumbs and main titles are defined at the top of each article file, under the topics folder. These and the sidebar table of contents used to be automatically generated, but that became too inflexible, so now it’s just all manual. The TOC is a plain HTML file in _includes/sidebar.html. This makes it more annoying to update, but at least it can exactly reflect what the structure should be.

On Mon, Feb 4, 2019 at 5:19 AM David Berlow notifications@github.com wrote:

Assigned #54 https://github.com/TypeNetwork/variable-fonts-info-site/issues/54 to @chrissam42 https://github.com/chrissam42.

— You are receiving this because you were assigned.

Reply to this email directly, view it on GitHub https://github.com/TypeNetwork/variable-fonts-info-site/issues/54#event-2115636112, or mute the thread https://github.com/notifications/unsubscribe-auth/AAj1AQRKyYorNxqR2mNTALiNu9f8cFEiks5vKDNdgaJpZM4adOpj .

ghost commented 5 years ago

I would love to do this site in a real CMS, so that it would be much easier for the editors to keep track of everything, but the open-source requirement made the learning curve too steep for me at the beginning, with the speed we need.

On Mon, Feb 4, 2019 at 7:00 AM Chris Lewis clewis@fontbureau.com wrote:

The breadcrumbs and main titles are defined at the top of each article file, under the topics folder. These and the sidebar table of contents used to be automatically generated, but that became too inflexible, so now it’s just all manual. The TOC is a plain HTML file in _includes/sidebar.html. This makes it more annoying to update, but at least it can exactly reflect what the structure should be.

On Mon, Feb 4, 2019 at 5:19 AM David Berlow notifications@github.com wrote:

Assigned #54 https://github.com/TypeNetwork/variable-fonts-info-site/issues/54 to @chrissam42 https://github.com/chrissam42.

— You are receiving this because you were assigned.

Reply to this email directly, view it on GitHub https://github.com/TypeNetwork/variable-fonts-info-site/issues/54#event-2115636112, or mute the thread https://github.com/notifications/unsubscribe-auth/AAj1AQRKyYorNxqR2mNTALiNu9f8cFEiks5vKDNdgaJpZM4adOpj .

dberlow commented 5 years ago

Well it doesn’t matter much, CMS or by hand, if correcting breadcrumbs so we can get on with is not happening and it’s become a bottleneck to further instructions.

On Feb 4, 2019, at 10:39 AM, Chris Lewis notifications@github.com wrote:

I would love to do this site in a real CMS, so that it would be much easier for the editors to keep track of everything, but the open-source requirement made the learning curve too steep for me at the beginning, with the speed we need.

On Mon, Feb 4, 2019 at 7:00 AM Chris Lewis clewis@fontbureau.com wrote:

The breadcrumbs and main titles are defined at the top of each article file, under the topics folder. These and the sidebar table of contents used to be automatically generated, but that became too inflexible, so now it’s just all manual. The TOC is a plain HTML file in _includes/sidebar.html. This makes it more annoying to update, but at least it can exactly reflect what the structure should be.

On Mon, Feb 4, 2019 at 5:19 AM David Berlow notifications@github.com wrote:

Assigned #54 https://github.com/TypeNetwork/variable-fonts-info-site/issues/54 to @chrissam42 https://github.com/chrissam42.

— You are receiving this because you were assigned.

Reply to this email directly, view it on GitHub https://github.com/TypeNetwork/variable-fonts-info-site/issues/54#event-2115636112, or mute the thread https://github.com/notifications/unsubscribe-auth/AAj1AQRKyYorNxqR2mNTALiNu9f8cFEiks5vKDNdgaJpZM4adOpj .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

ghost commented 5 years ago

I've updated all the breadcrumbs to the "Before variables…" , "With variables…", "Examples…" format. I have not done Example 1-2-3 yet until we get sorted out which ones go where.