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-19minor edits in READMEparsiya
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-15some fixes in the readmeparsiya
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 ```
2022-01-15Fix a github module installement line (#70)Maxim Zhiburt
Hi there thank you for the theme
2021-04-16add extend header and footer pages and some minor edits to the readmeparsiya
2021-02-23remove the about links in the exampleSite config because they do not work ↵parsiya
correctly in the Hugo theme demo site
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-15add examplesite and modify the readme to reflect its addition (#68)Parsia Hakimian
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-10minor edits in the readmeparsiya
2021-01-10add the toc shortcode and revamp the readmeparsiya
2020-07-26add noopener noreferrer to links, fixes #61issue61parsiya
2019-08-25fix min_version error, fixes #59parsiya
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-03Edit READMEparsiya
2018-09-02Remove hardcoded rarr from source and it to continueReadingText markdown supportparsiya
2018-09-02Move from CSS to built-in Chroma highlighterparsiya
2018-07-05Fix Twittercard thumbnail imageparsiya
2018-05-06Add twitter card supportparsiya
2018-04-30Change Chroma tab width to 4 in CSSparsiya
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-22Update test website URLparsiya
2018-04-15Fix coloring and padding in Chroma codeparsiya
2018-04-15Add support for Chroma highlight, remove old CSS and update codecaption to ↵parsiya
work with Chroma highlighting
2018-03-29Add demo website to READMEparsiya
2018-03-29Add individual page layout to theme and READMEparsiya
2018-03-11Update READMEparsiya
2018-03-11Convert tags and categories pages to table from listparsiya
2018-03-11Remove index from readme and sample-config. Fixes #48parsiya
2018-03-11v0.33 removed indexes (#50)nonumeros
2018-03-11Only show posts (excluding pages) in recent posts. Fixes #49parsiya
2018-01-28Fix bottom margins for codecaption and code blocksparsiya