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

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-11Support Google Analytics 4 using hugo internal template (#76)HEADmasterNick Desaulniers
* Support Google Analytics 4 using hugo internal template Use https://gohugo.io/templates/internal/#google-analytics in footer partial. Update sample-config.toml; googleAnalytics now needs to be top level rather than under [params] for the internal template to work. This might be a concern for folks upgrading their Hugo-Octopress theme. Fixes: #75 * remove duplicate google analytics tag from header It's already in the footer, and https://gohugo.io/templates/internal/#use-the-google-analytics-template states that "The async template is not suitable for Google Analytics 4." which is the non-depracated version of GA. Keep the sync script in the footer to not block page loading.
2023-01-21custom favicon, fixes #73; minor readme edits; exampleSite fixesparsiya
We can now have a custom favicon. Edited the readme and the sample config to add this new information. Removed the sample-config pasted in the readme, the file is better and has more options. The exampleSite directory contained the Hugo generated resources directory, added it to the .gitignore file.
2022-12-18move social media icons to social.html and update the readme.parsiya
Makes it easier to update the order of the social media icons.
2022-12-18edits to the social media parts of readme and sample configparsiya
Removed my own links from the sample config and readme. Added Mastodon to the readme. Removed the `if` for the FontAwesome vs. ForkAwesome icon for keybase, we can use fa-keybase in both.
2022-11-12add support for Mastodon link in sidebar socials (#72)Robb Kidd
2022-01-15Fix a nil pointer error (#71)Maxim Zhiburt
```log failed to render pages: render of "page" failed: execute of template failed: template: myarchivetype/single.html:7:5: executing "myarchivetype/single.html" at <partial "classic_index.html" .>: error calling partial: execute of template failed: template: _internal/pagination.html:21:17: executing "_internal/pagination.html$htmltemplate_stateHTMLCmt" at <$page.Paginator.TotalPages>: error calling TotalPages: runtime error: invalid memory address or nil pointer dereference ```
2021-04-16add extend header and footer pages and some minor edits to the readmeparsiya
2021-02-15Switch to markup and Goldmark (#69)Parsia Hakimian
* switch to markdown markup in the config file * some minor changes in readme
2021-02-15remove GooglePlus, fixes #66parsiya
2021-02-15Squashed commit of the following:parsiya
commit 77e6b30fe896d2f49798bcada4b511ffe119adb2 Author: parsiya <parsiya@users.noreply.github.com> Date: Sun Feb 14 22:30:52 2021 -0800 fix typo in readme commit 6e0cc9d4b90fce7062ca5e6e51510f4b76c7de9e Author: parsiya <parsiya@users.noreply.github.com> Date: Sun Feb 14 21:57:00 2021 -0800 remove the theme's disqus shortcode and use the internal one, fixes #65
2021-01-10add the toc shortcode and revamp the readmeparsiya
2020-07-26add noopener noreferrer to links, fixes #61issue61parsiya
2019-08-18v0.57 changes, added mainSections, revamp readme headings, stopped using ↵Parsia Hakimian
deprecated .Hugo, stopped using .RSSLink (#58)
2019-01-20remove unused tags from header partial, minor cleanup, fixes #56parsiya
2018-11-23Mild whitespace clean up in partialsparsiya
2018-11-23Add compact index viewparsiya
2018-11-23Rename octo-header to octo_header to be consistent with other filenamesparsiya
2018-09-03Remove usage from shortcodes to prevent Hugo thinking they are actual shortcodesparsiya
2018-09-03Clean up partials and shortcodesparsiya
2018-09-02Remove hardcoded rarr from source and it to continueReadingText markdown supportparsiya
2018-07-05Fix Twittercard thumbnail imageparsiya
2018-05-06Add twitter card supportparsiya
2018-04-26Add ability to use local ForkAwesome icons instead of FontAwesome CDNparsiya
2018-04-26Add ability to use local fonts instead of Google CDNparsiya
2018-04-24Revert back to fontawesome CDNparsiya
2018-04-23Upgrade FontAwesome to 5 and make it localparsiya
2018-04-22Remove redundant post template and move it to single.htmlparsiya
2018-04-22Fix error when creating section pagesparsiya
2018-04-22Move tags/category to list and remove termsparsiya
2018-04-15Add support for Chroma highlight, remove old CSS and update codecaption to ↵parsiya
work with Chroma highlighting
2018-03-29Add individual page layout to theme and READMEparsiya
2018-03-11Convert tags and categories pages to table from listparsiya
2018-03-11v0.33 removed indexes (#50)nonumeros
2018-03-11Only show posts (excluding pages) in recent posts. Fixes #49parsiya
2018-01-11Make css URL relative so it shows up properly in themes.gohugo.ioparsiya
2017-11-29Make menu appear in mobile navigation - JavaScript version (#45)Parsia Hakimian
* Add mobile navigation to CSS and navigation partial (needs JavaScript)
2017-11-12Include Piwik JS only if it's set in the config fileparsiya
2017-11-08Added piwik support (#41)Simon Szustkowski
* Added piwik support * Added piwik to readme * Hopefully fixed piwik * Added DocumentTitle to Piwik Tracking
2017-05-21Replace deprecated function .Now with now in page footer. Fixes #30.parsiya
2017-05-21Fix isset (#37)Parsia Hakimian
Fixes #35. * Fix isset for 404. notFoundHeader and notFoundText should customize 404 again. * Fix isset issue "continue reading." continueReadingText should customize it again. * Fix isset issue for sidebarMenuHeader and general sidebar cleanup. * The isset for toc is working properly because everything is lower case. * Although tags had no issues with isset (it is alwaus lowercase) I switched it to with anyways. However, .Params.tags is not visible inside so I had to use scratch * Removed isset and used "with" for tag pages.
2017-05-21Fix searchEngineURL in nav (#31)Emil Sit
Apparently, .Site.Params stores everything in lower case so isset of a mixed case string will never find anything. Switch to using with as recommended by https://discuss.gohugo.io/t/config-params-should-be-all-lowercase-or-not/5051/2
2017-05-21Fix disqus code. Fixes #32. (#34)Parsia Hakimian
This was most likely because Hugo's internal disqus shortname is the same as my custom variable because they were both disqusShortname. The theme now uses Hugo's internal variable. README and sample-config have also been updated to reflect this.
2016-10-21Adding Instagram social media icon to sidebarDino Fizzotti
2016-09-09Add gitlab parameter to sidebarStefan Fuchs
Now we can link our gitlab repo as well.
2016-09-09Upgrade to font-awesome for new iconsStefan Fuchs
gitlab icon is not available in fa 4.3.0
2016-08-29Categories now wrap properly. Fixes #23parsiya@gmail.com
2016-08-25Add taxonomy page functionality. Fixes #21parsiya@gmail.com
2016-07-31Substitute custom_css with customCSSparsiya@gmail.com
2016-07-31Make all config parameters camel case and remove underscoresparsiya@gmail.com
2016-07-31Add control to make sidebar menu links open in a new windowparsiya@gmail.com