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
2021-12-13feat: added portfolio and projects page (#272)Alexander Bilz
Closes #221
2021-12-12fix: twitter shortcode warningAlexander Bilz
2021-11-11style: prettier format all fileslxndrblz
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-08fix: show mouseover text for social links (#265)Eric Park
2021-11-07fix: language dropdown styling (#264)Eric Park
* fix: prevent language option text wrapping * Remove left padding in language option list
2021-11-04fix: redirect users to home page of current language (#263)Eric Park
2021-11-03feat: improved language dropdown menu (#261)v1.4.0Alexander Bilz
Closes #169
2021-11-02fix: remove white color in syntax highlighting (dark mode)Eric Park
2021-10-09feat: Added Formspree spam filtering (#259)rohith22
Added spam filtering as detailed by Formspree: https://help.formspree.io/hc/en-us/articles/360013580813-Honeypot-spam-filtering
2021-10-07Fix: Resolve issue where the styling broke at exactly 960px.Alexander Bilz
Co-authored-by: Christina de Martínez <christina.martinez@faithlife.com> Closes #238
2021-10-07Fixed some media queries to address issue #238, where the styling broke at ↵Christina de Martínez
exactly 960px.
2021-09-29style: prettier format all fileslxndrblz
2021-09-29feat: Added support for Google Fonts (#255)Christian Bromann
2021-09-13fix: adjusted stale bot to close only issues that are awaiting a replyAlexander Bilz
Closes 251
2021-09-06feat: Improved Arabic support (#249)Maryam Alhuthayfi
* Loaded Arabic font * Reduce letter spacing and use Capitalize for English words * Markdown code is fixed to be LTR * Enhance Arabic wording * Inherit font family for contact form * Nav_list underline for Arabic pages Co-authored-by: Alexander Bilz <mail@alexbilz.com>
2021-08-31feat: added prettier pagination (#247)Alexander Bilz
Co-authored-by: mousemin <mousemin@users.noreply.github.com>
2021-08-29style: prettier format all filesmousemin
2021-08-29feat: prettier paginationmousemin
2021-08-15style: prettier format all filesv1.3.0lxndrblz
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-21Merge remote-tracking branch 'origin/master'Alexander Bilz
2021-07-21fix: organization nameAlexander Bilz
2021-07-21style: prettier format all fileslxndrblz
2021-07-21feat: added schema.org structured dataAlexander Bilz
2021-07-10fix: if condition with gtagId (#230)JackywithaWhiteDog
Closes #228
2021-07-04fix: description in README filev1.2.0Alexander Bilz
2021-07-04feat: added basic CSS for TOCAlexander Bilz
2021-07-04style: prettier format all filesmorandan
2021-07-04add-tocmorandan
2021-07-04style: prettier format all filesmorandan
2021-07-04add-tocmorandan
2021-07-04style: prettier format all filesmorandan
2021-07-04add-tocmorandan
2021-07-01chore: add Prettier Format Action (#225)Alexander Eble
* chore: add prettier format action
2021-07-01fix: updated gitalk tag to include integrity checkAlexander Bilz
2021-06-26feat: Added gitalk commentsAlexander Bilz
Added gitalk comments as an alternative to the current commenting solutions.
2021-06-26chore: ran prettier on gitalkAlexander Bilz
2021-06-26docs: update README.mdmousemin
2021-06-26feat: gitalk commentmousemin
2021-06-25fix: sidebar url to be dependent on baseURL (#222)Alexander Bilz
Makes the link in the sidebar follow the baseURL option in the config.toml. If a baseURL is configured as "https://domain.tld/blog", <a href="/"> points to "https://domain.tld". This commit changes that behaviour so it points to the baseURL.
2021-06-25fix: sidebar urlcritbase
makes the sidebar url follow the baseURL option in the config.toml. if baseURL is configured as "https://domain.tld/blog", <a href="/"> points to "https://domain.tld". This commit changes that behaviour so it points to the baseURL.
2021-06-25fix: missed absolute fontsizeAlexander Bilz
2021-06-25fix: relative font sizes instead of px definedAlexander Bilz
2021-06-24chore: use npxalexanderdavide
2021-06-24style: prettier format all filesalexanderdavide
2021-06-24chore: prettier ignore buggy filealexanderdavide
2021-06-24chore: configure prettieralexanderdavide
2021-06-24chore: install prettier and prettier-plugin-go-templatealexanderdavide
2021-06-23fix: distorted print viewAlexander Bilz