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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-31Update docs and config.tomlv5.0.0Victoria Drake
- Add instructions for Contact section clock and Plausible - Update README and Theme Features post Close #273
2020-12-31Add PlausibleVictoria Drake
2020-12-31Font fixesVictoria Drake
- Put fonts styles in _fonts.sass - Stop overriding $fa-font-path in vendor/fontawesome-free/scss/_variables.scss - Clean up style.sass imports
2020-12-28Adding the "auto" option of themeStyle to the comment (#272)MyGiHu
* fix-262 * Replacing Moment.js with native JavaScript * Update config.toml Adding the "auto" option of themeStyle to the comment.
2020-12-28Merge branch 'AIRyndon-master'Victoria Drake
2020-12-28Change example post dateVictoria Drake
2020-12-26add check on the latest post year before inserting the h2Angelo
2020-12-26remove 2100 variable in the solutionAngelo
2020-12-24add archive format to all postsAngelo
2020-12-04Replacing Moment.js with native JavaScript (#266)MyGiHu
* fix-262 * Replacing Moment.js with native JavaScript
2020-11-27Update comments.html (#265)Parag
2020-11-24fix-262 (#264)MyGiHu
2020-11-20Fix missing fonts in demo pageVictoria Drake
- Update font path in style.sass to use urls.Parse - No sites should be affected if their baseURLs are correct - Address #260
2020-11-11Update README to advise autoprefixer bugVictoria Drake
- autoprefixer should temporarily be pinned to avoid bug
2020-11-09Correct hamburger menu color in mobile view (#257)Parag
To correct hamburger menu in mobile view added $primary color to menu itself Solves #256
2020-11-09Update _base.sass (#255)Parag
Setting "a $h-color" was breaking correct color rendering for blog post titles in light theme. It was trying to override the href element color i.e. # dbdbdb with title color # 222222
2020-11-06Update de.toml (#252)Alexander Bilz
It seems like the last contributor also translated the themes name, which didn't make too much sense.
2020-10-16Update Getting Started dependenciesVictoria Drake
- Add postcss which became a peerDependency of postcss-cli
2020-10-12Add postcss dependency to workflowVictoria Drake
- Update for breaking change: https://github.com/postcss/postcss-cli/releases
2020-10-12Merge branch 'thegreatluke-fix-236'Victoria Drake
2020-10-12Add demo taxonomy to example postVictoria Drake
2020-10-04Individual taxonomies now display properly as links and the urls are routed ↵Luke Rawlins
correctly to the proper taxonomy term. Fixes #236
2020-10-02Removed unnecessary comments related to fix.Luke Rawlins
2020-10-02Removed lines that specifically displayed the Tags taxonomy.Luke Rawlins
2020-09-24removed test taxonomies from example siteLuke Rawlins
2020-09-24Fix for issue 236Luke Rawlins
Added logic to layouts/blog/single.html that checks front matter to display other taxonomies.
2020-09-24initialLuke Rawlins
2020-09-19Add CONTRIBUTING, pin autoprefixerVictoria Drake
2020-08-29Update jQuery from 3.3.1 to 3.5.1 (#243)Tom Willemsen
2020-08-15Fix for issue 224 (#241)thegreatluke
Removed "singularize" from menu in layouts/partials/nav.html
2020-08-15Use BaseURL for fonts to handle urls that have path components. (#240)Hudson Worden
2020-08-08Allow for Custom JavaScript files (#233)Linh T. Tô
2020-08-06#229 cleanup and update bulma (#231)Linh T. Tô
* Remove extra font files * Update hard-coded variables * Upgrade Bulma to v0.9.0
2020-08-02Linkify headings, use scroll-behaviorVictoria Drake
- Uses the scroll-behavior property to achieve smooth scrolling with less JS - Solves anchor link bugs - Linkifies headings in posts so they can be easily hyperlinked to directly
2020-08-02fix: if heading contains non English characters, cannot scroll properly (#228)hitzhangjie
2020-07-25Add example site configuration post, shortcodesVictoria Drake
- Hopefully help explain related issues #217, #194 Close #226
2020-07-14Add exempt labelVictoria Drake
2020-07-10Create sv.toml (#222)Eriq
Co-authored-by: iLikeHajk <eriqperiq@mailbox.org>
2020-06-24allow images of any ratio to be set as thumbnails without stretching them (#216)mijorus
* allow images of any ratio to be set as thumbnails without streching them * Update _base.sass Co-authored-by: mijorus <lorenzo@mijorus.it>
2020-06-22Un-markdownify Page titlesv4.2.3Victoria Drake
- Prevent rendered HTML from showing up in tab and title bar for titles that use Markdown Address #219
2020-06-21Update error adviceVictoria Drake
Close #210
2020-06-14Fix unscrollable portrait imagesv4.2.2Victoria Drake
- Merge branch 'mijorus-patch-1' - Add exampleSite image
2020-06-14Add portrait oriented image for testingVictoria Drake
2020-06-14Merge branch 'patch-1' of https://github.com/mijorus/hugo-theme-introduction ↵Victoria Drake
into mijorus-patch-1
2020-06-14add japanese translation (#215)v4.2.1Ryuichiro Hataya
2020-06-10fix unscrollable content if the picture is taller that the viewportmijorus
2020-05-31Markdownify post titlesv4.1.0Victoria Drake
2020-05-17Do not use mockups as screenshotVictoria Drake
- Add separate front-page screenshots for Hugo themes guidelines Close #204
2020-05-13Fix social icons with new version of FontAwesome (#203)Etienne Membrives
FontAwesome changed the way brand icons should be invoked. This commit updates the social section to use the new, updated way.
2020-04-13Fix list element styling (#201)Shea Polansky