Closed SeniorMars closed 4 months ago
Maybe we should consider using the readme as the home page. It looks pretty good. I would prefer this as a default. Yeah, that seems like a good idea. I think it's also a good idea to properly document all the options in that case. That's been on my backlog for a long time, I'll also create an issue for that.
Thanks for the homepage :)
fixes #59
Now, I decided to use the template method, as people may want to use this template more than once. So I provided a new macro and template.
Here is an example:
git submodule add https://github.com/not-matthias/apollo themes/apollo
cp -r themes/apollo/content content
Config
Customize
<meta/>
tagsThe following TOML and YAML code will yiled two
<meta/>
tags,<meta property="og:title" content="the og title"/>
,<meta property="og:description" content="the og description"/>
.TOML:
YAML:
If the
og:title
, theog:description
, or the "description" are not set, the page's title and description will be used. That is, the following TOML code generates<meta property="og:title" content="post title"/>
,<meta property="og:description" content="post desc"/>
, and<meta property="og:description" content="post desc"/>
as default values.References
This theme is based on archie-zola.
Maybe we should consider using the readme as the home page. It looks pretty good. I would prefer this as a default.