hugo-tranquilpeak-theme | A gorgeous responsive theme for Hugo blog framework | Theme library
kandi X-RAY | hugo-tranquilpeak-theme Summary
kandi X-RAY | hugo-tranquilpeak-theme Summary
A gorgeous responsive theme for Hugo blog framework
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of hugo-tranquilpeak-theme
hugo-tranquilpeak-theme Key Features
hugo-tranquilpeak-theme Examples and Code Snippets
Community Discussions
Trending Discussions on hugo-tranquilpeak-theme
QUESTION
I'm currently trying to setup a hugo blog with blogdown and can't find a way to add feature or thumbnail images to posts from within .Rmd
files, which would like this with the tranquilpeak theme:
As far as I understand, it is easy to do in .md files by just adding some syntax like this:
...ANSWER
Answered 2017-Sep-12 at 03:06It does not matter whether you use .md or .Rmd: if the theme supports the featuredImage
option, you can also use it in .Rmd. The only thing you need to make sure is to write metadata in YAML instead of TOML if the post format is .Rmd (see documentation), i.e.,
QUESTION
ANSWER
Answered 2019-Apr-25 at 19:55The width is determined by your theme. I only looked at an example site provided here but in this particular case, the element you need to deal with appears to be main-content-wrap
. I came to this conclusion by right clicking on my browser and picking "Inspect Element" (firefox) or "Inspect" (chrome) which gives you information about which elements are present and how are they effected by existing CSS. From here you can see that it has a default max-width
of 750px. You need to create a CSS file to overwrite this property. The file only has to contain
QUESTION
The tranquilpeak website doesnt render properly on netlify even though it looks fine locally. screen shots are below.
My repo is located here. Any help would be greatly appreciated.
It took me multiple trials and errors to get my site to work fine locally. The previous attempts lead to the same result as you can see on the netlify picture.
Successful local attempt:
a) create an empty folder
b) setwd(folder)
c) new_site(theme = "kakawait/hugo-tranquilpeak-theme")
d) create a project in the existing folder
e) init a git repository in this folder
Previous attemps:
- creating a generic project, then using new_site(theme = "kakawait/hugo-tranquilpeak-theme")
- creating a new "website using blogdown" project, asking for the "kakawait/hugo-tranquilpeak-theme" theme.
Screenshots
serve_site:
netlify:
ANSWER
Answered 2019-Jan-25 at 15:44Your issue comes from your asset paths being built to look for them at your base url path set in config.toml
, which happens to be your old server.
During development on Netlify, Hugo works well for me by changing my baseURL.
config.toml
QUESTION
I have made a website using blogdown and hugo, the theme is https://themes.gohugo.io/hugo-tranquilpeak-theme/, and when I use serve_site() it works perfectly. I have pushed it to github and connected netlify to github and chosen the public folder as the publish folder. However, when I go to my netlify website, https://stoic-swirles-da950d.netlify.com/, it does not look the same as the local website. I copied in the session info for blogdown below.
...ANSWER
Answered 2018-Oct-02 at 11:15If you are just worried about the look, then I suggest you should make the habit of opening up (Ctrl+Shift+J)
Console and Network tabs in Chrome or Firefox when loading your webpage. This is the first basic step to find out design errors in the webpages.
Some of your *.min.css
& *.min.js
files are getting 404 File not found error. So try changing line 15
at https://github.com/rasmusfiskerbang/thedword/blob/master/config.toml from baseURL = "https://example.org/"
to
baseURL = "https://stoic-swirles-da950d.netlify.com/"
Also you don't have static/css
and static/js
folders along with their *.min.js
and *.min.css
files so first create css
& js
folders inside static
then copy those local files and finally push them to your github repo with correct filepaths. Netlify should automatically build and deploy once the new changes are committed. ELSE run deploy from your Netlify settings.
In short, it is all about filepaths errors. 404s. Thank you :)
QUESTION
I recently set-up a static-site using R blogdown package with Hugo theme 'kakawait/hugo-tranquilpeak-theme'. While everything works perfectly fine, I couldn't get disqus-plugin and social share-URLs to work. Site is hosted in Github Pages.
Tried changing config.toml settings and Disqus short-names, but couldn't make it work.
As you can see at the end of blog-article here, Disqus fails with error message "We were unable to load Disqus. If you are a moderator please see our troubleshooting guide." On the other hand, Social URLs (for the share icons at the end of blog) show-up in html with the baseURL prefix missing.
Disqus-Team has mentioned in one of their help pages that this normally happens when there are incorrectly-formatted JS variables.
In View-Source of my blog-article, this.page.url
variable appears only with relative URL
ANSWER
Answered 2017-May-29 at 04:30This is one of the many reasons why I don't recommend GitHub pages but Netlify. You can choose to publish with GitHub pages, but you always have to run blogdown::hugo_build()
before you publish the site. See the blogdown documentation for more details.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install hugo-tranquilpeak-theme
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page