sort by:
Revision Author Date Message Commit Date
fa6c8c0 Update site-sidebar.html (fix for translation of categories, issue #184) (#192) * Update site-sidebar.html This should fix issue #184 by counting the number of categories so hugo (or more precise go-i18n) can decide to use the singular or the plural translation. * Update site-sidebar.html Shorter version of the fix. 14 September 2020, 02:01:18 UTC
3ae32e0 Update de.toml (#191) Improved german grammar 04 September 2020, 00:01:44 UTC
9c77138 Enabled rss in example config (#194) 03 September 2020, 23:58:47 UTC
ba479a0 Update de.toml (#190) Fixed typo and better grammar 25 August 2020, 00:44:18 UTC
610bc04 Load index.json based on page lang (#188) 17 August 2020, 21:40:40 UTC
813e22c Create ko.toml (#187) 16 August 2020, 15:03:08 UTC
e1abfe8 Changed learn_more translation to PL (#183) 'Dowiedz się więcej' is a better translation for 'Learn more' in this context 13 August 2020, 00:46:34 UTC
4940b9c Patch image width and blur for transparency (#182) * Patch image width and blur for transparency * Add site default param * Add to archetype * Update exampleSite default resource 09 August 2020, 03:44:45 UTC
329a979 New boolean param for user to choose to hide empty stats (#176) * new boolean param for user to choose to hide empty stats * refactor logic; address comments * remove unnecessary isset from stats * clean the stats ranges a little 04 August 2020, 00:32:40 UTC
32edd83 Add netlify reCAPTCHA support (#173) 25 July 2020, 20:29:36 UTC
d181c5f Added support for Dutch language (#170) * Added support for Dutch language * Use i18n translations for previous/next * Fixed some typos * Split date content view in multiple files 25 July 2020, 18:52:18 UTC
6639e58 Fix Staticman Comments (#169) * flex wrap on comment paragraphs * nest comment div within comment header * unnest .comment-author-container * fix class name of reply close button 25 July 2020, 16:11:10 UTC
a3ccad4 Fix nav link hover desktop 19 July 2020, 20:43:06 UTC
752ae81 Update screenshot and tn 19 July 2020, 20:31:56 UTC
2f9ab4f Reduce Theme Specificity (#154) * Reduce highlight.js clutter * Lower theme templates in Hugo lookup order * Reduce specificity in config head scripts * Reduce specificity in i18n * Reduce specificity in staticman * Update featured image * Change exampleSite images to known royalty-free images * Enable inline css (fix #151) * Reduce CSS specificity and adjust styling * Add background for backwards compatibility * Add sitewide default value imageStretch * Bug: Fix small image centered * Add Indonesian language (#157) * add Indonesian language * I was update id.toml based PR (#154) new format I was update id.toml based PR (#154) new format on https://github.com/pacollins/hugo-future-imperfect-slim/blob/reduce-specificity/i18n/en.toml * Update theme notification message. * Add cover to featured image (@kdbruin) * Match pagination of single to list * Fix mobile menu border * Fix console error * Fix example site Co-authored-by: ipang dwi <admin@firstplato.com> 19 July 2020, 20:25:15 UTC
5f7d838 Fix invalid hyperlinks in term list pages for non-default languages (#158) * fix the problem of url such as en/en and ja/ja * add google adsense * update the theme notification for seo * update the pagination * update the pagination * update layout for recent posts * update the layout for content list * update the layout for i18n * update css * update the stats for the visibility of tags and categories * add support for table of contents * fix the problem for the visibility of tags and categories by css * change nav template to simplify config.toml * remove the diy part for personal website * remove the diy part for personal website * remove the diy part for personal website * Restore to the same as the original repository * Restore to the same as the original repository * Fix invalid hyperlinks in term list pages for non-default languages 09 July 2020, 16:10:13 UTC
0a02e0b Update documentation to reflect wiki 11 June 2020, 06:28:06 UTC
0043196 Fix terms URL (#146) 04 June 2020, 17:06:54 UTC
7d4e0cd Patch index.json path 04 June 2020, 17:04:32 UTC
f8b14f0 Add search (#143) * Add lunr.js * Style search (desktop) * Adjust scripts for templating * Adjust styling * Adjust scripts * Fix layout for search index * Update example site * Update theme notification * Tweak results page styling * Fix post pages * Update theme.toml * Update screenshots 03 June 2020, 22:01:30 UTC
cf1d410 Revert a7ba597 22 May 2020, 17:18:06 UTC
8949872 Remove duplicate variable social.strava (#142) After copying the sample config.toml to a new site, I get error Key 'social.strava' has already been defined. Removing this line fixes the error. 21 May 2020, 22:51:08 UTC
a7ba597 Fix img src for theme demo 21 May 2020, 17:49:58 UTC
2847c3e Add localStorage to dismiss theme message each update 21 May 2020, 04:35:24 UTC
cb1d1d4 Update example site 19 May 2020, 21:56:20 UTC
78fbe9f Support RTL lettering (#126) 19 May 2020, 16:15:22 UTC
690d512 Add Strava #139 (#140) 19 May 2020, 01:54:49 UTC
a3c7c7c Fix Home Pagination (Closes #131) 18 May 2020, 18:06:10 UTC
f2a8900 Update Libraries 18 May 2020, 17:53:49 UTC
1e52682 Add theme change notification box (#115) * Add theme change notification box * Change notification to only home 18 May 2020, 16:58:06 UTC
2b6357a Update pluralisation for more than 1 minute read (#136) There's no need to pluralise minutes when showing how many minutes reading time an article is. It should display: "12 minute read" instead of "12 minutes read" 28 April 2020, 15:10:48 UTC
b422ca9 Patch content types error (#130) 31 March 2020, 17:26:02 UTC
6318d20 Patch syntax error (#129) 28 March 2020, 16:28:19 UTC
a846c4c Add email translation (#127) 23 March 2020, 21:11:11 UTC
bdf9534 Address edge cases around multiple content types (#122) * Update taxonomy to support multiple content types Hugo allows multiple content types to specify tags and categories. List all pages in the defined "mainSections" variable that match a given category or tag in the appropriate taxonomies. show all types of tagged content in the taxonomy * Promote list layouts from post to default Since the theme is list centric, other types of content will need list entries to be rendered correctly. The _default/list.html template refers to the content-list template, which previously was only defined for posts. Any new content types a user adds would not show up in lists (i.e. on the main page!) which is especially confusing for people new to hugo. This commit promotes the `content-list.html` template up from posts to the _defaults category, along with the `featured.html` and `stats.html` templates that it refers to. This allows other content types (like blog) which are in the mainSections config parameter to render their previews correctly. * Separate homepage template from section lists The homepage should display all content types in mainSections, but individual sections should probably only display the pages corresponding to their section. This corresponds to the use case and confusion reported by @giom-mallet in #119. This commit creates a separate homepage layout and modifies the list layout to only display pages in a particular section. The homepage and the list template share a lot of duplicated code percentage wise, but it's only 20 lines so I was not sure if it would be worth it to add another layer of templating and abstraction to remove this duplication since most of the list template is already broken into partials. * Make default layouts fully featured Previously the default page layouts were not fully featured like the post type. Notably, they lacked comments, pagination support, social media sharing buttons, and a featured image. This commit makes default content types include all of these features that were previously restricted to posts only. It achieves this goal by moving most post functionality to the _default content type, allowing post to just be another _default. * Remove explicit page types from examples and archetypes With post formatting now the default type, we no longer need to expicitly specify type=post in the front matter of the content files even for non-post sections of the site. * Clarify the role of the mainSections parameter This commit adds a clarifying comment to the example config.toml and removes the non-existant "post" section from the mainSections parameter for clarity. 23 March 2020, 19:14:40 UTC
930b034 Move files to proper directory (#123) 13 March 2020, 20:52:06 UTC
ca72f1e Allow and configure hiding the intro on mobile pages (#108) * Allow and configure hiding the intro on mobile pages The intro section can be quite long, especially when a picture is enabled. By default the intro appears on the left on computer screen sizes, but above the content on mobile devices. This commit adds configuration parameters, css, and template logic to hide the intro on mobile devices, and configure if it is always hidden, or just on content pages that are not the homepage. * Disable intro hiding by default This commit sets the example site into hiding parameters to False to better track the exisiting theme behavior for backwards compatibility. If these parameters are not included in a site config, the intro will also not be hidden, maintaining existing behavior. * Rename "on mobile" to "single column" When referring to intro hiding, the intended behavior is to hide the intro on all single column layouts, not just ones "on mobile." Notably the `for-laptup-up` media type used the single column layout, but the name and intention is for "non-mobile" devices. To more clearly communicate intent this commit renames hideOnMobile to hideWhenSingleColumn and changes the relevant references from mobile hiding to single column hiding. 13 March 2020, 00:17:48 UTC
506e066 Remove CDN to match Theme Submission Guidelines (#66) * 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> 29 February 2020, 03:40:06 UTC
eb79012 Adjust mobile tables css (#116) * Adjust mobile tables css * Adjust default text-align 29 February 2020, 03:27:51 UTC
9a96574 Update Example Site 26 February 2020, 04:05:04 UTC
c73c599 Added i18n for Japanese language. (#117) 26 February 2020, 01:22:39 UTC
9aee2ce break-word 22 February 2020, 04:41:34 UTC
b6141ac Fix markdown table alignment for HTML5 (#113) 22 February 2020, 04:22:49 UTC
389597f Fix read more button css (#112) 22 February 2020, 04:22:13 UTC
861ea93 Add feature to remove about section from sidebar (#114) 22 February 2020, 04:21:43 UTC
ab18a49 Fixed sentence more match zh_TW language (#98) 03 October 2019, 17:50:38 UTC
1784c62 Fix wrong author (#97) 02 October 2019, 00:59:39 UTC
86c46c9 Fix Long Title Text (#94) * Fix long pagination * Fix long tags and categories * Fix long header text 02 October 2019, 00:53:29 UTC
d788ac7 Fixed config evaluation for include of staticman.js (#92) * Fixed config evaluation for staticman.js * Adjusted indentation 07 September 2019, 21:31:59 UTC
c4ba1e2 Changed date_format from 02-01-2006 to 02.01.2006 (#90) 28 August 2019, 17:05:37 UTC
cbba984 Fix Twitter card and move to `images` instead of `featured` (#72) * Remove redundant meta * Change archetypes to images=[""] * Update featured to images 24 August 2019, 20:41:33 UTC
1236b04 Updated Menu Syntax to suit Hugo Docs (#83) 24 August 2019, 19:43:57 UTC
4236a00 Updated Site Intro to remove a debug line in #80 24 August 2019, 17:50:05 UTC
c461bb2 ⚑ → Language list (#80) * ⚑ → A文 * Remove reference to flag-icon CSS * Restore right SCSS rule hierarchy Corrected changes introduced in committed 03918b5c. * Use code only for active lang in navbar * Match html to other flyouts * Update css * Delete main.min.css Introduced by mistaked in #78. * Fixed the site title in Polish 24 August 2019, 10:06:26 UTC
0ab15f0 Updated README to link to Staticman Wiki (#81) Linked Wiki copied from Hugo Swift Theme that I've already written. 24 August 2019, 04:17:34 UTC
0bc82bb Missed file: i18n "br" → "pt" (#75) 23 August 2019, 01:24:10 UTC
41dcee7 Allow logos in nav-title (#78) * Allow logos in nav-title * Fix margin-top bug 23 August 2019, 00:20:04 UTC
8717824 Fixed Portuguese and Polish plurals and German translations (#75) * WIP: plurals and German translations https://github.com/marcelkraus/twietesla/blob/978fe99689adc1c38ce064f474ca554dfbcdfc1f/i18n/de.toml * Added Austrian German support * Generalized to German * Fixed broken Polish plural form Thanks to @skix123's comment in https://github.com/gohugoio/hugo/issues/3846#issuecomment-325635813, I've found this solution. References: 1. http://www.unicode.org/cldr/charts/28/supplemental/language_plural_rules.html 2. http://www.skwierzyna.net/polishgrammar.pdf 3. https://en.wikibooks.org/wiki/Polish/Nouns_-_Number 4. https://en.wikipedia.org/wiki/Polish_morphology#Nouns 5. https://qr.ae/TWrm97 6. Podręczny słownik francusko-polski, polsko-francuski, wydanie XVII * Improved the French version of site description * Also fixed Brazillian Portuguese plural * Showed sample "German" post Only the heading is "translated by Google". * Changed languageCode: "br" → "pt" 22 August 2019, 13:06:29 UTC
118943a Staticman nested comments support from Huginn (#69) * Staticman nested comments support from Huginn which is in turn a port from halogenical/beautifulhugo#222. Introduced true nested comments with reply functionality. 1. Reply target anchors to easily jump between replies. 2. Interactive reply target display with Gravatar and name. 3. Improved input type for "website" field. 4. Implemented FR #63 to construct POST URL in JS. 5. Clearer instructions for Google reCAPTCHA v2. 6. Introduced some SCSS variables for layout control 7. Fixed missing "id" attribute in each comment. 8. Fixed missing translation UI text for Staticman forms. 9. Changed default API endpoint to the one serving @staticmanlab due to eduardoboucas/staticman#307. * Added image alt text in response to the review bot Gravatar alt text wasn't there in the original code, but I agree with the bot. * Fixed clearForm() to clear fields after submit * Set opacity to 0.5 when submitted * Regenerated resources * Fixed clearForm() again to empt textarea * Corrected Eng submission msg 22 August 2019, 04:31:53 UTC
7db7cad Separated CSS styles from 404.html (#77) * Separated CSS styles from 404.html * Adjust language of 404 page * Update css to main.scss 21 August 2019, 00:34:56 UTC
ba06ee6 Fix 404.html with locales (#73) * Fix 404.html with locales * updated spanish 404_sorry (#76) * Reviewed translations at @pacollins' request Portuguese translation taken from https://esquadriaemaluminio.com.br/home/. 20 August 2019, 21:11:52 UTC
afbf3cc Fixed Hugo 0.57 breaking change (#71) 18 August 2019, 19:14:19 UTC
58c2de9 Fixed intro section overlap & Hugo native SCSS (#57) 16 August 2019, 08:17:36 UTC
6453583 Added es.toml (#52) * added es.toml * adding attribution * adding new line at EOF * New attribution part * shorter 15 August 2019, 23:31:30 UTC
8616dfe Added license URI to orignal author (#51) * Added back CC-BY 3.0 to original theme * Improved attribution to original work * Fixed typo * Added proper attribution in README Also fixed some typos and used textwidth = 80 without breaking Markdown links * Added CC BY 3.0 and Hugo version used to footer The former addresses https://github.com/pacollins/hugo-future-imperfect-slim/issues/47#issuecomment-520291459. The later helps debugging. Also removed carriage return from 'i18n/br.toml'. * Edit in response to comments * More concise site footer. * Another template edit for getting three-line footer All files good except Portuguese one. * Included complete CC BY 3.0 license * Update br.toml 15 August 2019, 23:31:15 UTC
f399e61 Fix file tree (#65) * Generate exampleSite file tree from terminal * Removed exampleSite/data/comments folder 15 August 2019, 23:24:28 UTC
1be0007 Fixes comments.html to respect the staticman boolean in [params.staticman] (#60) * Fix issue #59 Fixes comments.html to properly respect the staticman boolean in [params.staticman]. * New site param to switch on/off Staticman Included backward compatibility for deprecated parameter ".site.Params.staticman.staticman". 15 August 2019, 23:24:04 UTC
18b6e9c Code cleanup (#58) 15 August 2019, 21:11:14 UTC
d80bfe5 Revert to ReCAPTCHA 2 for Staticman (#45) * 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. 12 August 2019, 01:07:11 UTC
45370d9 Added back CC-BY 3.0 to original theme (#49) 11 August 2019, 19:57:05 UTC
440c5a0 Facilitate testing work (#48) 11 August 2019, 19:54:00 UTC
2229096 micro fix - typo (parameter) (#50) 11 August 2019, 19:35:23 UTC
f0ec5ac Added Chinese translations (#44) 10 August 2019, 00:30:33 UTC
a3f25b0 Improved French translation (#43) * Improved French translation * Use "ticket" for "issue" * Fixed missing double quote 09 August 2019, 22:09:02 UTC
8609a10 Fixed Staticman comments redirection error (#39) 07 August 2019, 20:50:30 UTC
d7988d4 Added the data-proofer-ignore tag to the mailto: tag in the share-buttons partial to get past an html-proofer check that complains about a missing email address in that tag. (#37) 21 July 2019, 23:43:41 UTC
60d6db7 Prevent adblocking of social icons (#36) 13 July 2019, 14:34:08 UTC
88d64ff Disable recent posts when set 0 (#22) 05 July 2019, 15:44:50 UTC
8099910 Fix baseurl with subdir (#33) 05 July 2019, 15:44:26 UTC
e26d9f3 Enable custom Staticman endpoint (#31) * Enable custom Staticman endpoint * fixed Staticman not showing * Corrected API param in sample config * fixed missing Git service * Back to square * replace deprecated Page .UniqueID 05 July 2019, 15:43:58 UTC
e0eb982 Merge branch 'master' of https://github.com/pacollins/hugo-future-imperfect-slim 04 July 2019, 00:03:55 UTC
cd71180 Fix non-date image path (#25) 27 June 2019, 15:34:50 UTC
75b8847 Update github files 25 June 2019, 16:01:58 UTC
4347515 Add other social icon (#27) 25 June 2019, 14:40:15 UTC
a596634 Include Brazilian portuguese (#16) * include brazilian i18n include brazilian i18n * add br menus add br menus * change from answerTime to contactanswertime * include brazilian _index contact * include brazilian _index in about * include .br. files on read.me * first version create a new theme .br. file * until lina 160 * new lines 13 June 2019, 17:49:10 UTC
e66f6d7 Bug fix: social share links (#5) (#14) 13 June 2019, 17:24:10 UTC
76aea37 Bug fix: headings (#12) 27 May 2019, 17:08:23 UTC
d36f889 Bug fix (#9) Closes #9 20 May 2019, 12:29:06 UTC
823c8e5 correct highlight.js integration (#8) 19 May 2019, 18:59:56 UTC
341952d Update Staticman to v3 (#6) 11 May 2019, 02:25:48 UTC
cce7d0b Fix sidebar date 09 May 2019, 00:28:22 UTC
3dfd910 Add blog post for markdown styling and shortcode example 04 May 2019, 04:44:03 UTC
9485f33 Fix padding-left social-icons (#3) 03 May 2019, 21:41:24 UTC
44f1929 Update Github templates and add stale bot 02 May 2019, 21:48:13 UTC
16f8302 Update issue templates 02 May 2019, 01:08:10 UTC
cf79240 Add normalize.css and js fixes 28 April 2019, 23:49:31 UTC
779a353 Slim and modernize theme 28 April 2019, 02:12:06 UTC
020882f - Add SEO elements to header, i18l friendly (#122) - Add Hugo related SEO parameters to example config.toml - Add relevant instructions to the README.md file 27 February 2018, 14:39:14 UTC
62b074f Add capability for mathjax equations per instructions here (#126) https://bookdown.org/yihui/blogdown/templates.html 25 February 2018, 04:19:58 UTC
187e213 Add the possibility to set only specific social networks to share the post (#112) 11 February 2018, 22:15:26 UTC
back to top