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

github.com/lxndrblz/anatole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-21feat: added mermaid support for displaying diagrams (#359)Jeffrey Forman
* add mermaid support for making diagrams Co-authored-by: Jeffrey Forman <jforman@gmail.com> Co-authored-by: Alexander Bilz <mail@alexbilz.com>
2022-03-10docs: changed commit guidelines to conventional commitsalexanderdavide
2022-02-26feat: include credits to FontAwesomeAlexander Bilz
2022-02-11docs: merge maintenance and contributionsAlexander Bilz
2022-02-11style: prettier format all fileslxndrblz
2022-02-11docs: added contribution guidelines (#304)Alexander Bilz
2022-02-10style: prettier format all fileslxndrblz
2022-02-10docs: move configuration instructions to wiki (#303)Alexander Bilz
Separated readme and documentation.
2022-02-01feat: added umami analytics (#298)Alexander Bilz
2022-01-30feat: Added Plausible Analytics (#296)Marc-Niclas Harm
2022-01-15feat: added links to config and example site in readme (#293)Andreas Deininger
2022-01-14style: prettier format all fileslxndrblz
2022-01-14feat: turn anatole theme into a hugo module (#291)Andreas Deininger
* Turn anatole theme into a hugo module * Add documentation on using theme as module
2022-01-08fix: fixing typosAndreas Deininger
2021-12-31feat: Added page title switcher (#286)Osterberg
2021-12-26feat: added links to demo siteAlexander Bilz
2021-12-13fix: image width portfolioAlexander Bilz
2021-12-13feat: added portfolio and projects page (#272)Alexander Bilz
Closes #221
2021-11-11feat: old content warning (#266)Eric Park
Displays a warning message for potentially stale content. Co-authored-by: Alexander Bilz <mail@alexbilz.com>
2021-11-03feat: improved language dropdown menu (#261)v1.4.0Alexander Bilz
Closes #169
2021-09-29feat: Added support for Google Fonts (#255)Christian Bromann
2021-08-15feat: Adding series to the themeKenneth
Closes #234 * Implemented basic functionality to group posts by a series * Added two example posts to display how the series work * Updated the ReadMe to include how to setup the series Co-authored-by: Alexander Bilz <mail@alexbilz.com>
2021-07-04fix: description in README filev1.2.0Alexander Bilz
2021-07-04style: prettier format all filesmorandan
2021-07-04add-tocmorandan
2021-06-26chore: ran prettier on gitalkAlexander Bilz
2021-06-26docs: update README.mdmousemin
2021-06-24style: prettier format all filesalexanderdavide
2021-06-20Add Option for Main Section Heading (#216)v1.1.0Alexander Eble
Added an option to define a section heading for the posts on the frontpage through the _index.md file. Co-authored-by: Alexander Bilz <mail@alexbilz.com>
2021-06-20Added External URL Redirect Option (#215)Alexander Eble
This feature allows client-side redirects by specifying a redirectUrl in the markdown header.
2021-05-25Additional spelling correctionsAlexander Bilz
2021-05-25fix: correct typoalexanderdavide
2021-05-25Merge branch 'master' into feature/add-favicon-files-info-to-docsalexanderdavide
2021-05-25docs: add favicon files info to docsalexanderdavide
2021-05-25Include substitution of year in user-defined copyright stringsSamuel W. Flint
Document as well
2021-05-25RSS improvements (#207)Eric Park
* Show full article in RSS feed * README: add RSS information * README: add RSS disable tip Closes #203
2021-05-25Change how the copyright string is constructed (#206)Samuel W. Flint
- If .Site.Params.copyright is set, treat it as markdown (links to a license page are now possible). - Only if it's not set, show the author and the current year.
2021-05-16Fix markdown link in Description (#200)Igor
2021-05-07Add customize able sidebar (#196)Alexander Bilz
Closes #180
2021-05-07Fixed typosAlexander Bilz
2021-05-07Added explanation on title variablesAlexander Bilz
Closes #184
2021-04-29Update README to contain socials (#189)jbarnes
* Added socials documentation to the modifying the config.toml section of the readme
2021-04-25Fix config sample link (#186)Igor
Closes #185
2021-04-20Update README.md (#183)Martin
Added hint to change post folder name if the post section name is changed in the config file.
2021-04-18RTL support and Arabic Translation (#178)Abdurrahman Rajab
Added support for RTL languages, such as Arabic.
2021-03-29Allow users to re-define post section name (#172)Eric Park
* Allow users to re-define post section name * Added example to config.toml Co-authored-by: Alexander Bilz <mail@alexbilz.com>
2021-03-21Added readmore links in index.html (#160)Xiang Li
Closes #159
2021-03-19Slogans on the sidebar can be multiline (#164)David Grevink
* Slogans on the sidebar can be multiline
2021-03-13Added Commento CommentsAlexander Bilz
Closes #156
2021-03-13Made defining of taxonomy conditionalAlexander Bilz
Closes #151