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

github.com/pavel-pi/kiss-em.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-03added table of contentsHEADmasterPavel Pi
2021-08-13tags: removed page nav. and tags now in alphabetical orderPavel Pi
2021-08-13small fix for /tagsPavel Pi
2021-08-13added /tags pagePavel Pi
2021-07-27minor beatificationPavel Pi
2021-07-27fixed Microblog.enable flagPavel Pi
2020-04-19moved content into subdirectoriespavel
2020-04-19display sections only if content is providedpavel
2020-04-11created sections for "blog" and "micro"pavel
2020-04-10german date on article and tags sitepavel
2020-04-10added screenshotspavel
2020-04-08initial commitpavel
2020-03-29Merge pull request #95 from midzer/patch-1Emir Ribić
close url in tag links
2020-03-29close url in tag linksmidzer
2020-03-10Merge pull request #93 from olehermanse/masterEmir Ribić
Added YouTube social feather icon
2020-03-05Added YouTube social feather iconOle Herman Schumacher Elgesem
Signed-off-by: Ole Herman Schumacher Elgesem <oleherman93@gmail.com>
2020-03-04Merge pull request #86 from mogimogitomato/feature/add_taxonomies_counterEmir Ribić
add taxonomies counter
2020-02-16merge | resolve conflictYK
2020-02-04Merge pull request #91 from mogimogitomato/fix/no_pagination_in_tag_pageEmir Ribić
Fix #90 add pagination in tag page
2020-02-04Fix #90 add pagination in tag pagemogimogitomato
2020-01-14Update config.toml (#87)Emir Ribić
Update config.toml
2020-01-13Merge branch 'master' into masterEmir Ribić
2020-01-13merge config of readme and example site (#85)Emir Ribić
merge config of readme and example site
2020-01-11Update config.tomlShubham Chadokar
the email was displaying twice.
2019-12-15add taxonomies countermogimogitomato
2019-12-14merge config of readme and example sitemogimogitomato
2019-12-10Merge pull request #84 from mogimogitomato/change_regularpages_contextEmir Ribić
change regularpage's context
2019-12-08change regularpage's contextmogimogitomato
2019-10-30fix issue#61 by removing font-size from .highlight (#80)Emir Ribić
fix issue#61 by removing font-size from .highlight
2019-10-30fix issue#61 by removing font-size from .highlightAyush Agarwal
issue#61 happened because the `.highlight` class was enforcing `font-size` as 12px. after removing `font-size` from `.highlight`, the `font-size` should inherit the value of 90%. moreover, it looks like the entire section of `.highlight` where `color:` has been mentioned is no longer necessary because Hugo now has Chroma syntax highlighting so we don't need to rely on custom syntax highlighting.
2019-10-28fixed the syntax highlighting done by chroma (#79)Emir Ribić
fixed the syntax highlighting done by chroma
2019-10-28fixed the syntax highlighting done by chromaAyush Agarwal
the default style.css file in the kiss theme file didn't differentiate between code with and without syntax highlighting. as a result, using the Chroma syntax highlighter doesn't inherit the foreground and background color of the chosen theme. the <code> element generated by Chroma has an attribute called `data-lang` whose value is the programming language being highlighted. we can use 'data-lang` in a CSS selector to make Chroma generated <code> inherit the background and foreground color from the theme being used.
2019-10-24Added dynamic icon container shifting. (#78)Emir Ribić
Added dynamic icon container shifting.
2019-10-24Added dynamic icon container shifting depending on width of child-containers ↵Anur Bašić
of navbar.
2019-10-21Merge pull request #77 from bashovski/social-icons-dropEmir Ribić
Resolved display of navbar icons on mobile devices.
2019-10-21Resolved display of navbar icons on mobile devices.Anur Bašić
2019-10-20Add taxonomy template for tag pages (#76)Emir Ribić
Add taxonomy template for tag pages
2019-10-19Add taxonomy template for tag pagesGeoff Ruddock
2019-09-09Fix indexEmir Ribic
2019-09-03Merge pull request #73 from mogimogitomato/add-canonical-urlEmir Ribić
Add canonical url into head tag
2019-08-21Add canonical url into head tagYK
2019-08-20Update per comments for hugo #682Emir Ribic
2019-08-20Fix for Hugo #682Emir Ribic
2019-04-10Merge pull request #69 from olehermanse/line_heightEmir Ribić
Bigger line height in tags and date
2019-04-02Bigger line height in tags and dateOle Herman Schumacher Elgesem
This makes it look better on phones / smaller windows. Signed-off-by: Ole Herman Schumacher Elgesem <oleherman93@gmail.com>
2019-03-27Merge pull request #67 from ribice/code-copyEmir Ribić
Add code copy button
2019-03-24Merge pull request #68 from olehermanse/unicodeEmir Ribić
Removed invisible unicode character in css
2019-03-24Various fixesEmir Ribic
2019-03-23Removed invisible unicode character in cssOle Herman Schumacher Elgesem
Signed-off-by: Ole Herman Schumacher Elgesem <oleherman93@gmail.com>
2019-03-23Add code copy buttonEmir Ribic