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

github.com/luizdepra/hugo-coder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-29HTML/CSS only tabs (#678)Codruț Constantin Gușoi
* Fix pre tag margin top so it looks good inside containers * Bind to 0.0.0.0 for docker container support * Add HTML only tabs shortcode
2021-03-25And notice shortcodes (#537)Luiz F. A. de Prá
* Added information panel shortcodes (#437) * Added information panel shortcodes * Fixed dark mixin * Moved mixin location to correct location Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com> * Fix SCSS styling * Update generated files * Fix notice HTML * Fix Makefile * Rename JS file * Adsd emoji support for lang selectors * Fix notices and other things * Fix JS on template * Update example content * Update images * Update generated files * Fix netlify preview * Fix netlify preview build * Fix netlify theme path Co-authored-by: Jian Liew <jianloongliew@gmail.com>
2019-01-02Add HUGO_BIN into MakefileLuiz F. A. de Prá
2018-10-04Enhance Makefile and Netlify deployment (#91)Khosrow Moossavi
2018-10-04Refactor MakefileLuiz de Prá
2018-09-15Fix assets permalinksLuiz de Prá
2018-09-14Add resources folderLuiz de Prá
2018-09-10Use hugo-wrapper for demo target of exampleSite (#74)Khosrow Moossavi
hugow is a platform independent wrapper for hugo binary and it removes the need to actually have the correct binary installed, rather than controlling the required version through a version file checked in the repo.
2018-09-10Fix demo for theme siteLuiz de Prá
2018-08-21Add SCSS via Asset Pipeline (#65)Luiz F. A. de Prá
* Remove old files * Add SCSS pipeline * Add generated files * Fix navigation HTML * Fix media queries * Remove RTL * Fix styling for big screens * Remove separator configs * Fix menu dropdown * Add working mobile menu * Fix menu item heights * Update README
2018-06-18RTL support (#29)Khosrow Moossavi
2018-05-28Improve demo commandLuiz F. A. de Prá
2018-05-21Typo fixed that crashes the demo build (#23)Ihor Dvoretskyi
2018-05-01Disqus support, exampleSite preview through make commando (#16)Maikel
* Added disqus support * reformatted README * Updated example config * Added a make demo command to easy run the exampleSite. Also good for developing new features but don`t want to setup a different project for it * Updated readme * Working on my .md skillsw
2018-03-23Add Makefile to build CSSLuiz de Prá