Posts tagged sphinx
Publication of documents used in the gh-pages branch and organization of comparative knowledge
- 2025/05/25
I will summarize what I learned most about the mechanism for publishing documents using the gh-pages branch of GitHub Pages.
How to access the development HTTP server on Oracle Cloud with an SSH tunnel
- 2025/05/12
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.
Setting up automatic build to automatically publish Draft with Sphinx + ablog
- 2025/05/05
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.
Dealing with conflicts between “/blog.html” and “/blog/index.html” in ablog
- 2025/04/02
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.
Utilize Ablog for blog operation
- 2025/04/01
It is useful to use Ablog when you want to operate it more like a blog than pure Sphinx functions.
Upon restarting the site update
- 2025/03/22
Summary of what we did to restart the site update after a long time