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

github.com/calintat/minimal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-04Update Fontawesome and fix header icons (#112)HEADmasterPatrick Kastner
2020-03-27Merge pull request #97 from nuno-silva/optipngCalin Tataru
optipng
2020-03-25optipngNuno Silva
reduce size by 43% (saves 59KB) command was: optipng -preserve -o7 -zm1-9
2019-11-01Merge branch 'master' of https://github.com/calintat/minimalCalin Tataru
2019-11-01Add TODO fileCalin Tataru
2019-10-21Revert number of pages to 5Calin Tataru
2019-10-11Merge branch 'master' of https://github.com/calintat/minimalCalin Tataru
2019-10-11More changesCalin Tataru
2019-10-11Changed content structure of example siteCalin Tataru
2019-10-11Fixed paddingCalin Tataru
2019-10-11Small stylistic changesCalin Tataru
2019-10-10Change default syntax highlight styleCalin Tataru
2019-10-10Add body-close (similar to head-close)Calin Tataru
2019-10-10Add head-close, mirror of head-open (#92)John Manoogian III
2019-10-10Small changes to layoutsCalin Tataru
2019-10-06Add different layout for pages like aboutCalin Tataru
2019-08-05display index page contentNuno Silva
2019-08-05upgrade jquery to latest - fixes security vulnJohn Manoogian III
2019-08-05update mathjax to 2.7.5Daniel Schemmel
2019-08-05move mathjax include to head from documentDaniel Schemmel
2019-06-05fix deprecation warnings without breaking rssDaniel Schemmel
2019-06-05Revert "deprecation warnings in hugo 0.55"Daniel Schemmel
This reverts commit 83eed852278c84e1c8ab976d6d4b76afae80f211.
2019-06-04deprecation warnings in hugo 0.55Jirka Kremser
w/ this change the deprecation warnings are gone
2018-05-27Fix typo (#71)Jurn Ho
2018-03-11Favicon is now optionalcalintat
2018-03-09Update header.html (#58)orangefiredragon
To customize favicon
2018-02-24Make mathjax optional (#53)Felix Bechstein
2018-02-24Allow adding additional css/js files (#52)Felix Bechstein
This allows adding css/js files in .Site.Params.css/js both relative or aboslute to the site. The resulting html inserts absolute paths only.
2018-02-18Fixed some warnings when using on Safaricalintat
2018-01-11Fixed #51calintat
2018-01-10Fixes an underline whitespace issue (#50)Iliricon (cvoelcker)
When hovering over a tag link, the underline streched into the adjacent whitespace
2017-12-28Adds MathJax support (#47)Nima Hejazi
* add mathjax support * try boostrap formatting fix * try formatting fix again * restore orig bootstrap
2017-12-24Add link to tagtma15
2017-12-14Support for a profile picture on home page (closes #29)calintat
2017-11-20Fix base path for CSSFabiano Frizzo
2017-10-21Merge branch 'jamestharpe-master'calintat
2017-10-16Removes unused head-close.htmlJames Tharpe
2017-10-16Merge branch 'master' of github.com:calintat/minimalJames Tharpe
# Conflicts: # layouts/partials/header.html
2017-10-05Added quotes to font-family property in css.html to enable loading of fonts ↵And-0
with multiple spaces in the name
2017-09-28Update google-analytics code.memnoth
move to the <head> section.
2017-09-28Add google analyticsmemnoth
2017-09-18Adds head-open supportJames Tharpe
2017-09-18Adds 'fill in the blank' partial prior to closing </head> tag due to recent ↵James Tharpe
changes in Google Analytics documentation for installation
2017-09-18Adds a 'fill in the blank' space to inject code by opening body tag. Can be ↵James Tharpe
used to install Google Analytics
2017-09-18Merge branch 'master' of github.com:calintat/minimalJames Tharpe
2017-08-31Improved the responsiveness of img.Mario Sangiorgio
Without this tweak, when the viewport is smaller than the image, the image overflows the page. With this commit it will be resized to fit the available width.
2017-08-31Support for gitlab and bitbucket reposcalintat
2017-08-29Merge branch 'master' of https://github.com/calintat/minimalcalintat
2017-08-29Support for custom links in the front mattercalintat
2017-08-28Added RSS linkMario Sangiorgio
I followed the instructions reported at https://gohugo.io/templates/rss/