I have my website source code at https://github.com/Amarakon55/amarakon.com. The website is published through the docs/ directory. The website URL is currently https://amarakon55.github.io/amarakon.com. I have a blog post titled "Test Post" which I can view by running blogdown::serve_site() to preview the site. However, my actual website can't view the post. Try it. It is also built fine so that is not the issue.
Here is the output of xfun::session_info('blogdown'):
> blogdown::check_site()
― Running a series of automated checks for your blogdown website project...
○ A successful check looks like this.
● [TODO] A check that needs your attention looks like this.
| Let's check out your blogdown site!
― Checking config.toml
| Checking "baseURL" setting for Hugo...
○ Found baseURL = "https://amarakon55.github.io/amarakon.com/"; nothing to do here!
| Checking "ignoreFiles" setting for Hugo...
● [TODO] Set "ignoreFiles" to ["\\.Rmd$", "\\.Rmarkdown$", "_cache$"]
| Checking setting for Hugo's Markdown renderer...
○ All set! Found the "unsafe" setting for goldmark.
― Check complete: config.toml
― Checking .gitignore
● [TODO] .gitignore was not found. You may want to add this.
― Checking Hugo
| Checking Hugo version...
○ Found Hugo. You are using Hugo 0.97.1.
| Checking .Rprofile for Hugo version used by blogdown...
○ blogdown is using Hugo 0.97.1 to build site locally.
― Check complete: Hugo
― Checking netlify.toml...
○ Found HUGO_VERSION = 0.97.1 in [build] context of netlify.toml.
| Checking that remote & local Hugo versions match...
○ It's a match! Local and remote Hugo versions are identical (0.97.1).
| Checking that Netlify & local Hugo publish directories match...
○ Good to go - blogdown and Netlify are using the same publish directory: public
― Check complete: netlify.toml
― Checking content files
| Checking for validity of YAML metadata in posts...
○ All YAML metadata appears to be syntactically valid.
| Checking for previewed content that will not be published...
○ Found 0 files with future publish dates.
○ Found 0 files marked as drafts.
| Checking your R Markdown content...
○ All R Markdown files have been knitted.
○ All R Markdown output files are up to date with their source files.
| Checking for .html/.md files to clean up...
○ Found 0 duplicate .html output files.
○ Found 0 incompatible .html files to clean up.
| Checking for the unnecessary 'content/' directory in theme...
○ Great! Your theme does not contain the content/ directory.
― Check complete: Content
>
>
I have my website source code at https://github.com/Amarakon55/amarakon.com. The website is published through the docs/ directory. The website URL is currently https://amarakon55.github.io/amarakon.com. I have a blog post titled "Test Post" which I can view by running
blogdown::serve_site()
to preview the site. However, my actual website can't view the post. Try it. It is also built fine so that is not the issue.Here is the output of
xfun::session_info('blogdown')
:Here is the output of
blogdown::check_site()
: