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

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-18[feat] Add dark mode supportNeko Null
2021-06-01Replace the deprecated Hugo variableLijun
## Problem `Page.Hugo` variable was already deprecated. Hugo gave warning `Page.Hugo is deprecated and will be removed in a future release. Use the global hugo function.` when it ran every time. ## Solution Replace `.Hugo` with `hugo` as the message suggested. Also see https://gohugo.io/variables/hugo/#readout for details.
2020-12-19Adding Twitch to social sectionaaron
2019-09-04Forgot dollar sign for varibleYurizal Susanto
2019-09-04Add utterances supportYurizal Susanto
So, we have alternative of disqus now!
2019-08-17Make new release (#10)1.2.0Yurizal Susanto
* Fixes issue raise by gohugoio/hugoThemes#682 (comment) * Use Hugo pipe for assets management
2018-05-04Decouple post navigation from article tagYurizal Susanto
2018-04-30Change default syntax highlightingYurizal Susanto
Make Chroma the default syntax highlighting
2018-04-30Introduce new featureYurizal Susanto
Add new feature for loading supplied custom CSS
2018-04-30Misc fixesYurizal Susanto
2018-04-30Change the link to RelPermalinkYurizal Susanto
2018-04-30Change default post sectionYurizal Susanto
2018-04-02Make space around title biggerYurizal Susanto
2018-04-02Add new class to post navigationYurizal Susanto
Add margin-bottom to the new class
2018-04-02Add posts count in taxonomy pageYurizal Susanto
2018-04-02Add Related Post featureYurizal Susanto
2018-03-22Add ability to configure latest postYurizal Susanto
Now people can use different section as latest post and latest work. Make the content less rigid for other people.
2018-03-21Add default value to undefined .Site.ParamsYurizal Susanto
2018-01-01Add print css supportYurizal Susanto
2017-09-18Add Disqus SupportYurizal Susanto
This long overdue support that need to land for some people. Hope you like it. Signed-off-by: Yurizal Susanto <rizalsagi@gmail.com>
2017-09-13Change blockquote styleYurizal Susanto
2017-07-03Rework tag to be more semanticYurizal Susanto
Warp all in article tag. Add call to .Content variable in homepage, and wrap header in appropriate tag.
2017-07-03Rework list template to use paginatorYurizal Susanto
2017-07-03Add description to meta templateYurizal Susanto
2017-07-03Change configuration nameYurizal Susanto
2017-07-03Change div tag to be more semanticYurizal Susanto
2017-07-03Add terms templateYurizal Susanto
Make title template aware of the change too
2017-07-02Make URL to License configurableYurizal Susanto
2017-07-02Add navigation link to Home if not in HomepageYurizal Susanto
2017-07-02Make color theme configurableYurizal Susanto
I need to do inline CSS, but the result is worth it. Some element's color like: - hr - a - blockquote is themeable.
2017-07-02Change default LatestCount to 3Yurizal Susanto
2017-07-02Make navigation between postYurizal Susanto
2017-07-02Use title templateYurizal Susanto
Replace all the title to get uniform look
2017-07-02Make title template more robustYurizal Susanto
I really need to pull back on robustness... XD
2017-07-01Delete template for About sectionYurizal Susanto
2017-07-01Create metatitle templateYurizal Susanto
Because of need to scale, I made title in meta tag in its own template
2017-07-01Add hr tag to better distinguish sectionsYurizal Susanto
2017-07-01Delete SINGLE and LIST template for other sectionYurizal Susanto
Used to pave the way for new implementation
2017-07-01Make header template more verboseYurizal Susanto
Because of previous commits, I need to merge other partial template to header template.
2017-07-01Rename nav to title templateYurizal Susanto
Renaming to avoid confusion
2017-07-01Remove Flexbox class from html tagYurizal Susanto
2017-07-01Make 404 error centered on pageYurizal Susanto
2017-06-29Add custom 404 pageYurizal Susanto
2017-06-29Change separator for post/work descriptionYurizal Susanto
2017-06-29Change few template variables to reduce redundancyYurizal Susanto
2017-06-29Use the translationYurizal Susanto
2017-06-29Make default parameter more generalYurizal Susanto
2017-06-29Make highlightjs function more configurableYurizal Susanto
2017-06-29Fix link for theme attributionYurizal Susanto
2017-06-29Define initial Language in HTMLYurizal Susanto