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
The AgStack website needs a blog where it can share news and community-contributed articles.
Unfortunately, that feature is giving me grief and is blocking other progress, so I'm going to defer it for now.
The problem I'm seeing:
Jekyll themes use inheritance. The news.md page uses the home layout, which inherits from archive, which inherits from defaults. This latter layout is the one that contains most of the UI for the website, including the <html></html> and <head></head>, and is the basis for all other layouts.
The home layout works, but archive doesn't so therefore defaults doesn't either. This results in an unstyled HTML-snippeted list of the pages contained in the _posts folder, but no surrounding website.
This isn't a problem for other pages, only for news.md.
The text was updated successfully, but these errors were encountered:
The AgStack website needs a blog where it can share news and community-contributed articles.
Unfortunately, that feature is giving me grief and is blocking other progress, so I'm going to defer it for now.
The problem I'm seeing:
Jekyll themes use inheritance. The
news.md
page uses thehome
layout, which inherits fromarchive
, which inherits fromdefaults
. This latter layout is the one that contains most of the UI for the website, including the<html></html>
and<head></head>
, and is the basis for all other layouts.The
home
layout works, butarchive
doesn't so thereforedefaults
doesn't either. This results in an unstyled HTML-snippeted list of the pages contained in the_posts
folder, but no surrounding website.This isn't a problem for other pages, only for
news.md
.The text was updated successfully, but these errors were encountered: