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

github.com/pacollins/hugo-future-imperfect-slim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
AgeCommit message (Collapse)Author
2020-05-18Update Librariespacollins
2020-02-29Remove CDN to match Theme Submission Guidelines (#66)Patrick Collins
* Update Example Site * Create local files and option to enable CDN * Move from static to assets * css to hugo pipes * js to hugo pipes * Create local FontAwesome files * Create local Academicons files * Create local JQuery files * Create local Highlight.js files * Create local Fancybox files * Update pipes and src * Added Staticman JS & updated resources * Fixed 404 errors * Updated template to load HLJS CSS * Added empty add-on.css and add-on.js files and extended the documentation to explain their purpose. * Removed references to add-on.* * Use JSON for resource loop * Update example site Co-authored-by: Vincent Tam <VincentTam@users.noreply.github.com> Co-authored-by: twatzl <twatzl@gmx.at>
2019-08-21Separated CSS styles from 404.html (#77)Vincent Tam
* Separated CSS styles from 404.html * Adjust language of 404 page * Update css to main.scss
2019-08-16Fixed intro section overlap & Hugo native SCSS (#57)Vincent Tam
2019-08-16Code cleanup (#58)Vincent Tam
2019-08-12Revert to ReCAPTCHA 2 for Staticman (#45)Patrick Collins
* Revert to ReCAPTCHA 2 for Staticman * Fixed missing braces to load reCAPTCHA site key Further testing is going to be carried out to see if #45 works. * Remove extra article tag * Remove redundancy of recaptcha.recaptcha * Revert socnet deletion * Simplify code for calling Staticman In the same spirit of ac8c52a.
2019-07-13Prevent adblocking of social icons (#36)Cyrille Medard de Chardon
2019-07-05Fix baseurl with subdir (#33)Patrick Collins
2019-05-27Bug fix: headings (#12)pacollins
2019-05-04Fix padding-left social-icons (#3)Patrick Collins
2019-04-29Add normalize.css and js fixespacollins
2019-04-28Slim and modernize themepacollins
2018-02-12Bugfix/issue 114 (#121)Dudi Levy
* Remove redundent closing curled barcket * Added Property for h1 font-size * Fix property typo: -moz-transition
2018-01-20Add Academicons to social links (#104)Sébastien Rochette
* Add gitignore * Add academicons font * Load academicons in header * Add googlescholar, orcid and researchgate to social.html * Add googlescholar, orcid and researchgate to config.toml in exampleSite * Delete .gitignore
2018-01-20Add post tags (#103)Sébastien Rochette
* Add gitignore * Add tags in post footer + css * Add tag in exampleSite template * Allow page for list of (1) tags (/tags), (2) posts of specific tag * ignore .gitignore * Delete .gitignore Nicer for pull requests to master
2018-01-20Breakpoint fix. Quick and dirty hack until css refactor but should work (#97)Bern
2017-12-08Icon Style Tweak (#88)Bern
* overflow on small screens fix should fix the slight overflow on small screens which put some of the menu button off screen and made a horizontal scrollbar * icon style tweak updated icon styles to be more consistant, specifically, in the sidebar * Remove Pure Black using pure black is generally a no-no. Substituted #000000 for #333333 (a dark gray)
2017-11-20overflow on small screens fix (#86)Bern
should fix the slight overflow on small screens which put some of the menu button off screen and made a horizontal scrollbar
2017-10-16Css animation patch (#64)Patrick Collins
* Fix image tags and adjust featured alt * Disable "is-loading" class.
2017-10-12Patch for Categories, sidebar addition (#59)Patrick Collins
2017-10-12Adding patches from lfkeitel (#57)Patrick Collins
* Use linktitle in item type The linktitle was available in the example item types but it didn't do anything. I changed the link on the right side of an item use linktitle for the, well, title of the link. I also made it open the link in a new tab. * Support Markdown todo lists * Show uncategorized items as "Uncategorized" in category list
2017-10-12Revert to 80752d9pacollins
2017-10-11Patchpacollins
2017-09-28Update Sidebar to Match HTML5Up Original (#13)Patrick Collins
* Updating the sidebar to be an appropriate port. * Fix recent post formatting
2017-09-28Revert "Update Theme"pacollins
This reverts commit f0415e77aa1b0c17cb7adff3e7367d6c7d19bb8c.
2017-09-28Update Themepacollins
2017-09-12Cleaning CSS for more manageable theme development. (#10)Patrick Collins
2017-08-17Additional Fancybox CSSpacollins
2017-08-17Add Post View Stylingpacollins
2017-08-12Inclusion of "Itemized" Page Type, Dynamic Navbar Title, and CSS Updatespacollins
2017-06-24Addition of Contact Form and :hover for forms.pacollins
2017-06-12drop ie support. i am sorry...Jiawei Huang
2017-06-12use highlight.js cloudflare cdnJiawei Huang
2017-06-12use remote google fonts and remove local copiesJiawei Huang
2017-06-11use cdn for common js and font filesJiawei Huang
2017-06-11use atom-one-light hightlight styleJiawei Huang
2017-06-11upgrade font awesome to 4.7.0Jiawei Huang
2017-06-11upgrade highlight pack to 9.12.0Jiawei Huang
2017-06-11upgrade html5shiv to 3.7.3Jiawei Huang
2017-06-11upgrade skel to 3.0.1Jiawei Huang
2017-06-11update jquery to 3.2.1Jiawei Huang
2016-04-22CSS updatesJulio Pescador
Adjusting the spacing between p, blockquote, and ul tags in the content of a post. Also modifying the appearance of url links so that they are noticeable.
2016-04-12Adding CSS fix for pre code and markdown imagesJulio Pescador
The pre code is no longer constrained by 80 characters per line. Exceeding the limit no longer conflicts with the overall look of the website. This resolves the following issue: https://github.com/jpescador/hugo-future-imperfect/issues/8 Images have also been fixed if the user decides to utilize the standard markdown functionality instead of the custom image shortcodes
2016-03-12Separating google fonts and minor edit to add-onJulio Pescador
2016-03-08Removing @import css and load google fonts locallyJulio Pescador
2016-03-06Removing http resource prefix on font css importJulio Pescador
2016-03-04Removing extra space in blockquoteJulio Pescador
2016-03-04Removing pre tag css and adding new shortcodeJulio Pescador
The custom css that wraps the pre tag text has been removed. Instead, make sure the line of code does not exceed 80 characters. If it does, then continue on the next line. The reason why is because exceeding the limit conflicts with the css in the overall look of the website. Creating new shortcode called url-link which is a positional 2 or 3 parameter shortcode. position 0: Name of the link position 1: URL of the link position 2: (optional) the target of the URL. Default value is _blank
2016-03-02CSS tweaks to center image on img-post shortcodeJulio Pescador
2016-03-01Applying black color font to h tags in articleJulio Pescador