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

github.com/7ma7X/HugoTeX.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-30Add feed syndicationDaniele Sluijters
This adds the alternative outputs as tags in the <head>, enabling the inclusion of RSS, ATOM and othe types of output types. For example, with: [outputs] home = ["HTML", "RSS"] This will now result in outputting a <link rel="alternate" type="application/rss+xml" href="...index.xml" title="..."/> It's implemented as described on: https://gohugo.io/templates/rss/.
2022-09-29Add support for Twitter Card and OpengraphDaniele Sluijters
This includes two booleans to enable the generation of Twitter Card and Opengraph meta tags. The templates used are built into Hugo.
2022-06-14update usernameHelloRusk
2022-02-12fix(darkmode): use config params to enable/disable darkmodeLeonardo Lazzaro
Add to your settings: [Params] darkmode = false
2021-08-19add darkmode supportAlexYzhov
css theme will now change at OS level automatically
2021-06-16Create a shortcode for sidenotesEerik Sven Puudist
2021-03-24update my screenameHelloRusk
2020-06-02fix title7ma7X
2020-06-01initial commit7ma7X