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

github.com/sudorook/capsule.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-31add shortcode for inserting raw html into markdown filessudorook
2021-03-12add option for blank page (alternative to single.html)sudorook
2021-03-12support pre and post variables for main menu navbarsudorook
2021-02-05minor text alignment tweaksv0.5.2sudorook
2020-12-13fix language url for rss linksudorook
2020-12-05capitalize taxonomy namessudorook
2020-12-05shrink titles of summary items, add icons, and shift subtitle leftsudorook
2020-12-05use h1 tag for page titlessudorook
2020-12-05add barebones internationalization (i18n) supportsudorook
2020-12-05set text color instead of relying on button classsudorook
fixes weird outline around navbar-burger visible on light backgrounds
2020-12-05insignificant tweaks to navbar-burgersudorook
2020-12-05use relLangUrl to get the site language-specific rootsudorook
2020-12-05use fa-chevron icons for next/previous paginatorsudorook
2020-12-05diable google+ and skype share buttons; enable telegram and bloggersudorook
2020-12-05upgrade to font awesome 5sudorook
2020-11-08Merge branch 'master' of github.com:sudorook/capsulesudorook
2020-09-30breaks home page link. need to look at this again.sudorook
2020-08-26Merge pull request #13 from baywet/bugfix/footer-home-linksudorook
- fixes home link in footer with multiple languages
2020-08-25- fixes home link in footer with multiple languagesVincent Biret
2020-08-24Merge pull request #12 from baywet/bugfix/header-meanu-lang-linksudorook
fixes language main link header issue in navbar
2020-08-24- fixes language main link header issuVincent Biret
2020-08-24spacing tweak; fix language in header for 404 pagesudorook
2020-08-24Merge pull request #10 from baywet/bugfix/rss-link-languagesudorook
- fixes a bug where the RSS link would not follow the language
2020-08-24- further fixes language in headerVincent Biret
2020-08-24- fixes language for page headerVincent Biret
2020-08-23- fixes a bug where the RSS link would not follow the languageVincent Biret
2019-11-02update search iconv0.4.3sudorook
2019-05-19update deprecated function callsv0.4.2sudorook
2018-12-18Edit relatedlist partial to display fewer pages.sudorook
Changes: 1) Only display older pages. Newer pages can also be used if a new option is set in the config.toml: ``` params: related = "all" ``` 2) Display at most 15 pages in the list. I should look at this again. Not sure why the page_count variable isn't redundant. The code would have been simpler had the Go templating language supported `continue` and `break`...
2018-11-28Allow users to use their favorite search engine.sudorook
Set in the config.toml (default is DuckDuckGo): [params] searchURL = "<baseurl>"
2018-11-28Only show the share.html partial if flag is set in config.tomlsudorook
2018-11-28Update .Next and .Prev to .PrevPage and .NextPage, respectively.sudorook
2018-07-11add shadow to navbar if banner does not existsudorook
2018-07-11only add banner to home page if the image existssudorook
2018-05-23add snippet for google analytics (bah)sudorook
2018-05-23fix missing </div>sudorook
2018-05-18fix another paginator alignment issuesudorook
Removing the paginator-list.html container caused it to take the entire width of the viewport in list.html layouts, so add a container around it in the list.html template.
2018-05-18fix alignment bug caused by container in pagination-listsudorook
2018-05-12is-centered doesn't really help alignmentsudorook
2018-05-12fix bug where sidenav gets shifted outside the viewportsudorook
2018-05-08try to fix img checks by prefixing with '/static'sudorook
2018-05-08remove shadow from navbar in navbar-hero partialsudorook
2018-05-08add checks to make sure default icons/images existsudorook
2018-03-02put whole category/tag entry in a tag divpseudorook
2018-02-17split tags and categories on another line; looks less clutteredpseudorook
2017-11-10stop using tabs for navbarpseudorook
2017-11-05add brand image to stick in navbar.html partialpseudorook
2017-11-05upgrade to bulma 0.6.0pseudorook
2017-10-05save the relative prefix calculating code as a shortcodepseudorook
2017-10-05Removing relative prefix and adding base url instead.pseudorook
Having a base URL and setting relativeURL breaks the template code for calculating '../'s. Without base URL, the share links won't work. So, trying full absolute paths instead. Set canonifyURLs=true in the config.toml.