Posts tagged sphinx

Publication of documents used in the gh-pages branch and organization of comparative knowledge

I will summarize what I learned most about the mechanism for publishing documents using the gh-pages branch of GitHub Pages.

Read more ...


How to access the development HTTP server on Oracle Cloud with an SSH tunnel

When managing a static site using Sphinx + ablog on an Ubuntu server on Oracle Cloud, you may want to check the display locally before git push. Even in situations where direct access via HTTP from the outside is not possible, you can check the site under development by using an SSH tunnel.

Read more ...


Setting up automatic build to automatically publish Draft with Sphinx + ablog

When running a blog with Sphinx + ablog, you can prepare draft articles by setting the post date to a future date. However, it will not be reflected on the website unless the build is run after the release date. This article looks at how to run automated builds.

Read more ...


Dealing with conflicts between “/blog.html” and “/blog/index.html” in ablog

When I was building a blog site using ablog, both /blog.html and /blog/index.html were generated in the output after the build, and there were situations where I was confused about the handling of URLs and link behavior. This article summarizes the causes and solutions.

Read more ...


Utilize Ablog for blog operation

It is useful to use Ablog when you want to operate it more like a blog than pure Sphinx functions.

Read more ...


Upon restarting the site update

Summary of what we did to restart the site update after a long time

Read more ...