Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/yihui/hugo-xmag.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-08Update RelURL for latest Hugo syntax (#22)Mollee Jain
Hugo has a change in v0.101.0 for relUrl if there is a slash beforehand. This link for more details: https://github.com/gohugoio/hugo/releases/tag/v0.101.0 and https://github.com/gohugoio/hugo/commit/a5a4422aaeffe0e9df713cf09c73a9cc423a2e1e. Suggesting this change so CSS and related resources load correctly.
2022-07-04支持定制「最近更新」的文本 (#21)Xiangyun Huang
2022-02-19Allow the use of a thumbnail that's a part of a page bundle (#19)Samuel W. Flint
2022-02-17cdn.bootcss.com doesn't seem to be stableYihui Xie
2020-10-08yihui.name -> yihui.orgYihui Xie
2019-08-16use .RegularPages on home page: ↵Yihui Xie
https://github.com/gohugoio/hugoThemes/issues/682
2019-08-16use .RelPermalink instead of .URLYihui Xie
2018-10-01use the rstudio mathjax cdnYihui Xie
2018-07-22fix #6: use / in the file pathYihui Xie
2017-08-22do not truncate summary if it is user-providedYihui Xie
2017-08-22use description as the summary if it is providedYihui Xie
2017-07-20support multiple authors for a single post ↵Yihui Xie
https://github.com/cosname/cosx.org/issues/637
2017-07-19remove an extra space after Tags:Yihui Xie
2017-07-17ISO8601 date format, swap author and date in the list, and add a slash after ↵Yihui Xie
the author name
2017-07-16add class attributes to certain elements (#2)Yixuan Qiu
Add class attributes to certain elements so that theme users can format them
2017-07-16do not show page number if total pages is 0Yihui Xie
2017-07-16an ugly hack to make categories/tags names customizableYihui Xie
if only Hugo could allow us to easily change the text "Categories"/"Tags"
2017-07-16put 404 in <main>Yihui Xie
2017-07-15use p instead of div to show tags (to gain some spacing above/below)Yihui Xie
2017-07-15wrong place for the meta.html templateYihui Xie
2017-07-15add a partial template meta.html so that we can add more information to the ↵Yihui Xie
article meta area
2017-07-15rename template prev-next.htmlYihui Xie
2017-07-14factor out post navigation templateYihui Xie
2017-07-14factor out the author info templateYihui Xie
2017-07-13factor out banner to make it more customizableYihui Xie
2017-07-13the latest version of js/math-code.js no longer requires inline math to be ↵Yihui Xie
in $ $ since dollar signs will be automatically replace by \( \)
2017-07-12Update footer.htmlDawei Lang
2017-07-12slight improvement of the post nav links (width/alignment)Yihui Xie
2017-07-12support a placeholder when a post does not have any categoriesYihui Xie
2017-07-111em top margin for tablesYihui Xie
because there won't be any vertical space between two consecutive tables, which looks ugly
2017-07-11place terms in <article>Yihui Xie
2017-07-11make the ellipse configurableYihui Xie
2017-07-11a better regex: do not add ... between consecutive paragraphsYihui Xie
2017-07-11do not use Hugo's automatic summaryYihui Xie
2017-07-11various CSS tweaks, mainly to display summary blocks in boxes with shadowsYihui Xie
2017-07-11for mobileYihui Xie
2017-07-11add the link to the whole summary and get rid of "read more", which is hard ↵Yihui Xie
to position well
2017-07-10a hack to preserve HTML entitiesYihui Xie
2017-07-10limit the paginator to post/Yihui Xie
2017-07-10also apply plainify to .SummaryYihui Xie
2017-07-10massive tweaks of the hugo-xmin theme and the new them hugo-xmag is ↵Yihui Xie
basically complete now
2017-06-19no need to be global hereYihui Xie
2017-06-19I guess it is unnecessary (perhaps even wrong) to urlize termsYihui Xie
2017-06-17rename copyright to footer, since the variable copyright is used in the RSS feedYihui Xie
2017-06-17add language codeYihui Xie
2017-06-16add theme.toml, archetypes, layouts, and cssYihui Xie