You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A follow-on to issue #53, make sure we have a coherent path structure and use File.join to concatenate paths as much as possible and so we can be consistent in the approach to using slashes (/) to separate path components.
The text was updated successfully, but these errors were encountered:
Overhauled company data source to simplify and better handle x509
certificates.
Restructured Nanoc identifiers to be simpler and more consistent.
Clarified requirement and creation of the web_id attribute.
Simplified helpers by moving some (NOT YET ALL) item creation code to
Nanoc data sources (#86).
Restructured relevant text helpers to directly extend String class.
Remove spurious text helper methods that were already provided by
activesupport.
Remove the to_slug helper method.
Updated many hard-coded item identifier references to use site config.
Introduced WIP personal profile pages, replacing author pages.
Updated account_service_item render call on the company page, missed in
8dbe352
Updated rules to use the new identifiers.
A follow-on to issue #53, make sure we have a coherent path structure and use
File.join
to concatenate paths as much as possible and so we can be consistent in the approach to using slashes (/
) to separate path components.The text was updated successfully, but these errors were encountered: